Add external layer
External layers allow you to load data from non Ellipsis Drive sources in the Ellipsis Drive viewer. This is done by defining an alternative endpoint from which to retrieve the data as well as the protocol used to load the external data. Note that because the data is hosted externally Ellipsis Drive has no control over the existence, performance or maintenance of this external data set, pros and cons of using this endpoint should be evaluated accordingly.
Description
Adds an external layer to your account.
Endpoint
/account/externalLayer
Method
POST
Access Level Rules
Access Level
Account holder
Processing Units
Processing units
0
Parameters
name
The name of the external layer.
true
url
The url of the external layer.
true
type
A string describing the type of the external layer. Must be one of "wfs", "wms", "vectorTiles", or "wmts".
true
layer
The name of the layer at the external source that should be used for the external layer within Ellipsis Drive.
true
epsg
Integer representing the coordinate reference system(crs) of the external layer.
true
zoom
Integer indicating the maximum available zoomlevel.
Only required for types "wmts" and "vectorTiles".
Default null.
tileMatrixSet
String containing the tileMatrixSet of a "wmts".
Only required for type "wmts".
Default null.
Last updated
Was this helpful?