Fix delete layers example

pull/112/head
Dave Conway-Jones 5 years ago
parent a92c0ced5b
commit adc0ffd1ec
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

@ -379,7 +379,7 @@ To remove several layers, either base layers or overlays, you can pass an array
This can be used to tidy up the initial selections available to the user layer menu.
msg.payload.command.map = {
"delete":["Watercolor","Ship Nav","Heatmap"]
"delete":["Watercolor","ship nav","heatmap","Terrain","UK OS 1900","UK OS 1919-47"]
};
#### To add a WMS overlay layer - eg US weather radar

Loading…
Cancel
Save