Closed jnovack closed 1 year ago
So coordinate systems are based on data dumped from the game. The original file is taken from here: https://github.com/Lincoln-LM/sv-live-map/blob/master/resources/den_locations.json
The map locations are then deduced from that using the logic here: https://github.com/LegoFigure11/RaidCrawler/blob/main/MainWindow.cs#L673-L697
It's not an issue with us, unless we don't have the newest coords list or we're parsing it improperly.
Closing as "close enough" (icons not perfectly positioned, but within margin of error, and dupes have been eliminated) unless some major discrepancies are reported.
Describe the bug East Province (Area 1) - Den 2 is listed on both the east and west of the map. The left-most icon is definitely wrong, and the right-most icon is in the wrong province (it is in Area 2).
To Reproduce If applicable, please list the steps to reproduce the behavior:
Screenshots
The correct location is the Rock den under my player icon.
Additional context if you help me out with how these coordinate systems work, I could fix.