diff --git a/worldmap.html b/worldmap.html index 9968ec8..f6a004a 100644 --- a/worldmap.html +++ b/worldmap.html @@ -531,7 +531,9 @@ then by default ⌘⇧m - ctrl-shift-m will load the m

Holds all the points in memory, so if you have a lot of points held for a large depth then memory usage may become excessive.

To delete a track send a msg.payload containing both the name of the object and - set deleted to true - for example msg.payload = { "name":"Fred", "deleted":true }

+ set deleted to true - for example msg.payload = { "name":"Fred", "deleted":true }.

+

This will also delete the point. If you just want to clear the track set the msg.payload to the + name+"_", for example msg.payload = { "name":"Fred_", "deleted":true }