Edit external layer
Last updated
Description
Edits an external layer of your account.
Endpoint
/account/externalLayer/{layerId}
Method
PATCH
Access Level
Account holder
Processing units
0
layerId
The id of the external layer to edit.
true
name
The new name of the external layer.
false
url
The new url of the external layer.
false
type
A string describing the new type of the external layer. Must be one of "wfs", "wms", "vectorTiles", or "wmts".
false
layer
The new name of the layer at the external source that should be used for the external layer within Ellipsis Drive.
false
epsg
Integer representing the new coordinate reference system(crs) of the external layer.
false
zoom
Integer indicating the new maximum available zoomlevel.
Must be defined for types "wmts" and "vectorTiles".
Default null.
tileMatrixSet
String containing the new tileMatrixSet of a type "wmts" external layer.
Must be defined for type "wmts".
Default null.
Last updated