rfestag / openglobus

JavaScript 3d maps and geospatial data visualization engine library.

Home Page:https://www.openglobus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGlobus

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.

Documentation

Check out the hosted examples, or the API documentation.

Get Started to contribute

Development

  1. Clone repositiory.
  2. Run npm install in the repo folder.

Build Complete Library

Run npm run build or npm run build see package.json scripts

(Optional) Build og.core (rendering engine) stand-alone

Run npm run core

(Optional) Build og.webgl (webgl wrap) stand-alone

Run npm run webgl

Run npm run serve, then open url http://127.0.0.1:8181/sandbox/osm/osm.html

Build api documentation into /api folder

Run npm run api

Build Status

About

JavaScript 3d maps and geospatial data visualization engine library.

https://www.openglobus.org

License:MIT License


Languages

Language:JavaScript 94.3%Language:HTML 3.1%Language:CSS 2.0%Language:Less 0.5%