diff --git a/package.json b/package.json index 51c74d5..2a578eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-contrib-web-worldmap", - "version" : "1.1.5", + "version" : "1.1.6", "description" : "A Node-RED node to provide a web page of a world map for plotting things on.", "dependencies" : { "express": "^4.15.0", diff --git a/worldmap/index.html b/worldmap/index.html index 7617dda..9420a97 100644 --- a/worldmap/index.html +++ b/worldmap/index.html @@ -1090,16 +1090,12 @@ function setMarker(data) { } function doCommand(cmd) { - console.log("COMMAND",cmd); + //console.log("COMMAND",cmd); // ignore server side initial command if client position already saved. if (cmd.hasOwnProperty("init") && initialposition) { return; } if (cmd.hasOwnProperty("clear")) { - console.log("CLEAR",cmd.clear); - console.log(layers); - console.log(markers); - console.log(polygons); doTidyUp(cmd.clear); } if (cmd.hasOwnProperty("panit")) { diff --git a/worldmap/worldmap.appcache b/worldmap/worldmap.appcache index a277efe..3714e2f 100644 --- a/worldmap/worldmap.appcache +++ b/worldmap/worldmap.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# date: Oct 10th 2017 - v1.1.5 +# date: Oct 10th 2017 - v1.1.6 CACHE: index.html