Humayun Kabir
Humayun Kabir

Reputation: 611

Android: isometric view in OpenStreetMap

I am developing an Android app with OpenStreetMap (OSM). I want isometric view in map. Is it possible to get isometric view in OpenStreetMap? Any clue or hint is highly appreciate.

Thanks

Upvotes: 0

Views: 503

Answers (1)

MaM
MaM

Reputation: 2069

Yes it's possible, but there is no ready to use framework esp. for Android.
Here is what the guys of http://maps.osm2world.org did to realize it.

Software used to create the isometric tiles

  • Mapsplit splits OSM extracts into data tiles
  • OSM2World creates the 3D models and renders them using OpenGL to create PNGs Xvfb functions as an X server when working with OpenGL
  • png_tilegen splits OSM2World's PNG output into tile-sized images

Upvotes: 1

Related Questions