Hello all.
Simply, I would like to produce a tile-map based terrain/world-map that is directly correlated with real-life terrain from different parts of the earth.
In the game, the far-zoom image used would be a earth image that has been post-processed to fit the game’s art style… at near-zoom, traditional tiles would be used for the terrain. Tiles would be created using tag information from open street maps (eg. points on a map marked as being forest would have mainly “forest” tiles and tree cover…)
I’ve been looking around, but have not been able to find any previous questions here on what sort of algorithms/methods might best be used to create a tile based terrain from an earth map from open street maps. The closest example I have seen thus far is this: http://8bitcity.com/map# .
Some of the challenges i’m thinking about would be how to represent height between tiles correctly, and how the transitions between different terrain types should be handled (especially slopes and such…).
Has anyone seen papers/tutorials/examples of others utilizing real world data to produce tilemap based terrain?
Thanks for your input.