Skip to content

Commit 3cad6c3

Browse files
authored
Update README.md
1 parent e5cdd12 commit 3cad6c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ You can also use the name "none" to completely remove the base layer,
418418

419419
#### To clear all markers from a layer, or an overlay from the map
420420

421-
msg.payload = { "command": { "clearlayer: "name of the layer/overlay you wish to clear" }};
422-
msg.payload = { "command": { "clearlayer: ["array","ofLayer","names","toClear"] }};
421+
msg.payload = { "command": { "clearlayer": "name of the layer/overlay you wish to clear" }};
422+
msg.payload = { "command": { "clearlayer": ["array","ofLayer","names","toClear"] }};
423423

424424
Feeding this into the tracks node will also remove the tracks stored for that layer.
425425

0 commit comments

Comments
 (0)