Constructor
new EarthRestElevationCoverage(serverAddress, pathToData, displayName)
Constructs an elevation coverage for Earth using a REST interface to retrieve the elevations from the server.
Parameters:
Name | Type | Description |
---|---|---|
serverAddress |
String | The server address of the tile service. May be null, in which case the
current origin is used (see window.location . |
pathToData |
String | The path to the data directory relative to the specified server address. May be null, in which case the server address is assumed to be the full path to the data directory. |
displayName |
String | The display name to associate with this elevation coverage. |