Skip to content

maxxer location data in sanitised dump is not usable. #79

@corbosman

Description

@corbosman

The maxxer locations in the sanitised dump have faulty lat/lon values.

This would fix it if you want to fix it:

mysql> update maxxer_locations set x = ((RAND() * (70 + 70 )) - 70);
mysql> update maxxer_locations set y = ((RAND() * (180 + 180 )) - 180);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions