About

This repository contains a custom build of Web WorldWind, which includes features not yet part of an official release from the project. It is intended primarily for ESA projects.

These additions and modifications were created in the scope of the Frame Contract for Social Media and Mobile Applications Development for EO Ground Segment and Mission Operations, European Space Agency (ESA) Contract Number 4000112250. They are released under Apache License 2.0.

Consortium: Solenix Deutschland GmbH (Prime Contractor), TERRASIGNA SRL, GISAT SRO, Progressive Systems SRL, Qualteh JR SRL.

Examples

The examples below provide an overview of the modules created within the scope of the above-mentioned activity. Their complete source code is available in the examples module.

Display balloons as annotations for locations around the globe.

Source:
Annotations.js
Annotations.html

Display 3D models in the Collada format.

Source:
Collada.js
Collada.html

Parse and configure shapes in the GeoJSON format.

Source:
GeoJSON.js
GeoJSON.html

Export shapes in the GeoJSON format.

Source:
GeoJSONExporter.js
GeoJSONExporter.html

Display images in the GeoTIFF format.

Source:
GeoTIFF.js
GeoTIFF.html

Parse and display gridded data as a vector field.

Source:
GriddedData.js
GriddedData.html

Parse and display gridded data as a heat map.

Source:
HeatMap.js
HeatMap.html

Parse and configure shapes in the KML format.

Source:
KML.js
KML.html

Measure distances and areas on the globe.

Source:
Measurements.js
Measurements.html

Enhance the globe with a realistic night sky.

Source:
NightSkyAnimation.js
NightSkyAnimation.html

Query and display geolocalised items from OpenSearch servers.

Source:
OpenSearch.js
OpenSearch.html

Let users create new shapes on the globe.

Source:
ShapeCreator.js
ShapeCreator.html

Let users edit existing shape on the globe.

Source:
ShapeEditor.js
ShapeEditor.html

Parse and configure shapes in the WKT format.

Source:
WKT.js
WKT.html

Export shapes in the WKT format.

Source:
WktExporter.js
WktExporter.html

Documentation

The API documentation for this custom build is available here.