Add remove base layers example
This commit is contained in:
parent
ea9b4afcb5
commit
e877673ac0
@ -335,6 +335,15 @@ style server by adding a property `wms: true`. (see overlay example below)
|
|||||||
"opt":{ "maxZoom":19, "attribution":"© OpenStreetMap" }
|
"opt":{ "maxZoom":19, "attribution":"© OpenStreetMap" }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#### To remove base or overlay layers
|
||||||
|
|
||||||
|
To remove several layers, either base layers or overlays, you can pass an array of names as follows.
|
||||||
|
This can be useful tidy up the initial selections available to the user layer menu.
|
||||||
|
|
||||||
|
msg.payload.command.map = {
|
||||||
|
"delete":["Watercolor","Ship Nav","Heatmap"]
|
||||||
|
};
|
||||||
|
|
||||||
#### To add a WMS overlay layer - eg US weather radar
|
#### To add a WMS overlay layer - eg US weather radar
|
||||||
|
|
||||||
To add an overlay instead of a base layer - specify the `overlay` property instead of the `name`.
|
To add an overlay instead of a base layer - specify the `overlay` property instead of the `name`.
|
||||||
|
Loading…
Reference in New Issue
Block a user