Open Lovizoto opened 2 months ago
Well...because I did not create the hires and lores maps with their coordinates but only found them on the web, I just made them work but never tried to add more maps. But if you add a point to the map, it will be drawn on the (more or less) correct position (depending on the accuracy of the map). If you look up the code that I use to do the transformation between the lat/lon and the actual x/y position, you might find some scaling factors that I needed to apply, maybe that helps...
Thank you! I’ll try to make some changes and present what I managed to contribute. Keep your Millennium Falcon, you’re the best in the galaxy! :D
Sorry for not being able to help further but keep me up to date with your work 🤙🏻😁
Hello HanSolo (big fan here)! I’m using your country code and trying to add new coordinates to include states within Brazil. I'm doing it as follows: each Brazilian state is being considered as a new country. So for the state of São Paulo, I’m adding the following coordinates:
bounds.properties SP=-19.4551,-53.4945,-24.9995,-44.1632 Country.java SP("Sao Paulo", new CLocation(-22.9035, -48.4500))
The problem lies with the coordinates in hires.properties and lores.properties, as they cause the map to not be properly centered and adhere to the correct geographic coordinates. I tried adding the SVG file from the link, of course taking the coordinates - I even used your converter, but nothing seems to work. I’ve been struggling for a few days to get the coordinates aligned (since the state can be simplified as a reproduction of a country) https://upload.wikimedia.org/wikipedia/commons/7/7c/Contorno_do_mapa_do_Estado_de_S%C3%A3o_Paulo.svg
If you could help me or let me know where you got the coordinates you used for the countries, I would be extremely grateful.
Thank you in advance.