Reputation: 13
i need to rendere a 3d map like https://www.airbnb.it/map and put on it some "point" at runtime, loading them dinamically via rest. have someone information about building a 3d map (eventually getting data from openstreetmap) via js or others techniques?
thanks
Upvotes: 0
Views: 1604
Reputation: 743
I think you'll have to use a WebGL library like Cesium (http://cesiumjs.org/).
Upvotes: 1
Reputation: 21469
There are already various 3D maps based on OSM data. Take a look at 3D and 3D Development in the OSM wiki.
Upvotes: 2