# openglobus **Repository Path**: anke5511/openglobus ## Basic Information - **Project Name**: openglobus - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2021-03-17 - **Last Updated**: 2021-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenGlobus [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. ## Documentation Check out the [hosted examples](http://www.openglobus.org/examples.html), or the [API documentation](http://www.openglobus.org/api/). ## 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](https://travis-ci.com/openglobus/openglobus.svg?branch=master)](https://travis-ci.com/openglobus/openglobus)