Hi,
I have got the Idea to create an online map where you can see which areas have been settled by the players.
I found this 1:1 map created by Time Paradox where 1 pixel ist 1 tile.
I also found in the database in table objects_patch a list of created things. If you filter by object-types, which are devices, you get a list of all buildings. Every object has got a GeoDataID like 116216569.
My problem is how to find out, which pixel on the map can be linked with which GeoDataID. Do anybody has an idea?