All Projects → openglobus → Openglobus

openglobus / Openglobus

Licence: mit
JavaScript 3d maps and geospatial data visualization engine library.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Openglobus

Worldwindjava
The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
Stars: ✭ 526 (+164.32%)
Mutual labels:  3d, geospatial, earth, globe, maps
L7
🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis framework which relies on Mapbox GL or AMap to render basemaps.
Stars: ✭ 2,517 (+1164.82%)
Mutual labels:  3d, webgl, gis, geospatial, map
Webworldwind
The NASA WorldWind Javascript SDK (WebWW) includes the library and examples for creating geo-browser web applications and for embedding a 3D globe in HTML5 web pages.
Stars: ✭ 628 (+215.58%)
Mutual labels:  3d, webgl, geospatial, earth, globe
Itowns
A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
Stars: ✭ 517 (+159.8%)
Mutual labels:  3d, webgl, gis, globe
Webglobe
基于HTML5原生WebGL实现的轻量级Google Earth三维地图引擎
Stars: ✭ 685 (+244.22%)
Mutual labels:  webgl, earth, globe, map
Geotiff.io
Static website for viewing and analyzing GeoTIFF's in the browser
Stars: ✭ 53 (-73.37%)
Mutual labels:  gis, geospatial, map, maps
Blendergis
Blender addons to make the bridge between Blender and geographic data
Stars: ✭ 4,642 (+2232.66%)
Mutual labels:  3d, gis, geospatial, map
Worldwindandroid
The NASA WorldWind Java SDK for Android (WWA) includes the library, examples and tutorials for building 3D virtual globe applications for phones and tablets.
Stars: ✭ 204 (+2.51%)
Mutual labels:  3d, geospatial, earth, globe
Cesium
An open-source JavaScript library for world-class 3D globes and maps 🌎
Stars: ✭ 8,095 (+3967.84%)
Mutual labels:  3d, webgl, gis, geospatial
Explorer
WorldWindExplorer: A 3D virtual globe geo-browser app framework based on WorldWindJS, Bootstrap and KnockoutJS. Includes 3D globe and 2D map projections, imagery, terrain, markers, plus solar and celestial data.
Stars: ✭ 59 (-70.35%)
Mutual labels:  3d, earth, globe, maps
Mapfish Print
A component of MapFish for printing templated cartographic maps. This module is the Java serverside module. For support post to the mailing list: https://groups.google.com/forum/#!forum/mapfish-print-users
Stars: ✭ 159 (-20.1%)
Mutual labels:  gis, geospatial, maps
Agentmaps
Make social simulations on interactive maps with Javascript! Agent-based modeling for the web.
Stars: ✭ 822 (+313.07%)
Mutual labels:  gis, geospatial, maps
Harp.gl
harp.gl - web map rendering engine
Stars: ✭ 828 (+316.08%)
Mutual labels:  3d, webgl, map
React Globe
Create beautiful and interactive React + ThreeJS globe visualizations with ease.
Stars: ✭ 167 (-16.08%)
Mutual labels:  webgl, earth, globe
Go Geom
Package geom implements efficient geometry types for geospatial applications.
Stars: ✭ 456 (+129.15%)
Mutual labels:  3d, gis, geospatial
Lpfmpoints
Evolution of LPFM Stations
Stars: ✭ 19 (-90.45%)
Mutual labels:  gis, geospatial, map
Azuremapscodesamples
A set of code samples for the Azure Maps web control.
Stars: ✭ 167 (-16.08%)
Mutual labels:  gis, map, maps
Earthjs
D3 Earth JS
Stars: ✭ 128 (-35.68%)
Mutual labels:  3d, webgl, globe
Giojs
🌏 A Declarative 3D Globe Data Visualization Library built with Three.js
Stars: ✭ 1,528 (+667.84%)
Mutual labels:  3d, webgl, globe
Vts Browser Js
JavaScript WebGL 3D map rendering engine
Stars: ✭ 148 (-25.63%)
Mutual labels:  webgl, gis, map

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].