OpenGlobus is a javascript library designed to display interactive 3d maps and planets with map tiles, imagery and vector data, markers and 3d objects. It uses the WebGL technology, open source and completely free.
Check out the hosted examples, or the API documentation.
- Clone repositiory.
- Run npm install in the repo folder.
Run npm run build or npm run build see package.json scripts
Run npm run core
Run npm run webgl
Run local web server (for example http://127.0.0.1:8181/examples/baseLayers/baseLayers.html)
Run npm run serve, then open url http://127.0.0.1:8181/sandbox/osm/osm.html
Run npm run api