Fix delete layers example

This commit is contained in:
Dave Conway-Jones 2019-05-07 12:33:18 +01:00
parent a92c0ced5b
commit adc0ffd1ec
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

View File

@ -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. This can be used to tidy up the initial selections available to the user layer menu.
msg.payload.command.map = { 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 #### To add a WMS overlay layer - eg US weather radar