JSPM

  • Created
  • Published
  • Downloads 304
  • Score
    100M100P100Q107189F
  • License MIT

[OpenGlobus](http://www.openglobus.org/) 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.

Package Exports

  • @openglobus/og

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@openglobus/og) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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 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

Build api documentation into /api folder

Run npm run api

Build Status