I am looking for a way to create map tiles from OSM data but I would like the resulting map tile images rendered at a 45 degree angle. Is there any way this can be done? I have never see such an example.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
There is a project at https://gitorious.org/osm2blender that imports Openstreetmap map xml data and renders in in 2.5d using the open source 3d suite Blender. An online OpenLayers example of the output can be found at http://www.anzui.de/osm2blender/openlayers/
|
|||
|
|
|
You might want to follow this ticket, which discusses custom map rotations. Those, combined with the BuildingSymbolizer, might be what you're looking for. In the meantime, it's certainly possible to use the BuildingSymbolizer within TileMill and elsewhere to achieve a 2.5D effect. Though true 45° tiles, and placing anything on an orthographic map would require a lot of work through the whole stack, especially in the javascript map client. |
|||
|
|

