Skip to content
Chiara Marmo edited this page Dec 12, 2017 · 19 revisions

Interface Features

The left menu contains all available raster layers distributed by WMS servers selected in the configuration file. Cesium library support drag and drop displaying for GeoJSON files: in order to display planetary GeoJSON they must contain coordinate reference system information following the planetary standard described here.

The Save button

The Save button allows to download a geoJSON file containing local datasources and drawn entities.

The Trash button

The Trash button allows to remove all vector data displayed on the surface planet (remote catalogs, drawn entities, local datasources,...): be careful, vector data are lost if removed via the Trash button. In order to just hide them a 'Hide vectorial data' feature is available on the bottom of the left menu.

The Tools Widget

The Tools Widget contains all available analysis tools: one-click on it will open the tools menu, one-click again will close it.

The coordinate tool

The coordinate tool allows to display longitude and latitude coordinates when mouse is over the planet: one-left-click on it will open the display, one-left-click again will close it.

The grid tool

The grid tool is the standard Cesium [ShowGrid](https://github.com/epn-vespa/cesium/tree/planetary/Source/Widgets/ShowGrid) widget. It allows to display a dynamical pixel grid on the planet. One-left-click on it will display the grid, one-left-click again will remove it.

The circle/point switch tool

GeoJSON does not define circular entities. 'Point' features can be displayed as circles if they are provided with the 'radius' property (in meters). The circle/point switch tool allows to switch from point to circle representation. Notice that first display is always as point.

The draw tool

The draw tool provides basic draw functions as in classic GIS applications. One-left-click on it will display the feature menu, detailed below.

Draw polylines

To draw a polyline click on the 'draw polylines' button. Left-clicks on the planet define the polyline nodes. Right-click will allow to undo the last left-click. A middle-click cut the line and close the polyline. The length of each segment is displayed, and the total length of the polyline is computed at the end.

Draw circles

Three options are available to draw circles.

Center and radius defined: one-left-click on the map defines the center of the circle, distance from center is displayed and a double-left-click will create a circle.

Diameter defined: one-left-click on the map defines the diameter starting point, a second one the diameter ending point.

Three-point defined: three one-left-clicks define the three points belonging to the circle.

Circle entities can be undone with a one-right-click.

Draw polygons

To draw a polygon click on the 'draw polygons' button. Left-clicks on the planet define the polygon nodes. Right-click will allow to undo the last left-click. A middle-click cut the line and close the polygon. The length of each segment is displayed, and the total length of the polygon is computed at the end.

The Virtual Observatory Widget

Clone this wiki locally