Skip to content

martinhecher/GlobWeb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GlobWeb

Virtual Globe with WebGL

GlobWeb is a Javascript library developed by Telespazio France using the new WebGL standard. WebGL allows embedding 3D visualisation in a browser without any plugin and is supported on recent versions of Mozilla Firefox and Google Chrome. The main focus of GlobWeb is to provide a high performance 3D library for visualizing geospatial data, Telespazio being itself a provider of geospatial data through its partner GeoEye. Through a partnership with CNES and CDS, GlobWeb also supports visualization of astronomical data.
GlobWeb supports the following features:

  • Base raster layer using WMS, Bing Map REST API, WorldWind Tile Service, HEALPix
  • Manipulation of vector data through GeoJSON interface: add/remove/select/style modification
  • Overlay raster layer on top of existing base layers
  • High performance vector rendering : automatic tiling of vector data

Demos

Demonstration with earth observation data
Demonstration with astronomic data
Prototype done for ESA

Quick start

Pre-build stable version can be downloaded here :
GlobWeb v1.0.0
AstroWeb v1.0.0

See the following example for basic usage. Basic usage

Internally, GlobWeb is using Standard Asynchronous Module Definition (AMD) modules. You can also use GlobWeb using any AMD loader such as RequireJS or Dojo.

See the following example for using GlobWeb with Require.js : Demo with Require.js

Documentation

API Documentation

Build

GlobWeb use Require.js optimizer to build a minified version of GlobWeb. See RequireJS Optimizer for more information on how to build a minified version of GlobWeb.

License

LGPL v3

About

Virtual Globe with WebGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%