Logan
Logan

Reputation: 13

how to render a 3d map with html5/js with point of interest

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

Answers (2)

sabas
sabas

Reputation: 743

I think you'll have to use a WebGL library like Cesium (http://cesiumjs.org/).

Upvotes: 1

scai
scai

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

Related Questions