We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cdd12 commit 3cad6c3Copy full SHA for 3cad6c3
README.md
@@ -418,8 +418,8 @@ You can also use the name "none" to completely remove the base layer,
418
419
#### To clear all markers from a layer, or an overlay from the map
420
421
- msg.payload = { "command": { "clearlayer: "name of the layer/overlay you wish to clear" }};
422
- msg.payload = { "command": { "clearlayer: ["array","ofLayer","names","toClear"] }};
+ msg.payload = { "command": { "clearlayer": "name of the layer/overlay you wish to clear" }};
+ msg.payload = { "command": { "clearlayer": ["array","ofLayer","names","toClear"] }};
423
424
Feeding this into the tracks node will also remove the tracks stored for that layer.
425
0 commit comments