forked from CesiumGS/cesium
-
Notifications
You must be signed in to change notification settings - Fork 6
Widget Configuration
Chiara Marmo edited this page Nov 29, 2018
·
5 revisions
Planetary widgets are configurable via a specific configuration file.
This file contains the customizable parameters of the interface
-
homePlanet
: the landing page planet. -
servers
: the list of the WMS servers from which we want to retrieve layers. -
TerrainServers
: the Terrain server from which we will retrieve terrain tiles. -
VOServers
: the list of Virtual Observatory compliant servers from which we want to retrieve layers; servers must be sorted by planet name. -
planetarySystem
: the list of planetary bodies we want to display (in order to delete a body its name must be replaced by a''
in the planet array). -
dimension
: only planet ellipsoids are defined inEllipsoidType.js
function; thedimension
variable allows to define all planet and satellite dimensions if the user want to customize them.