diff --git a/worldmap/index.html b/worldmap/index.html index b693f07..948989d 100644 --- a/worldmap/index.html +++ b/worldmap/index.html @@ -634,6 +634,10 @@ var addThing = function() { map.addLayer(layers[lay]); } +var feedback = function(n,v) { + ws.send(JSON.stringify({action:"feedback", name:n, value:v})); +} + // allow double right click to zoom out (if enabled) // single right click opens a message window that adds a marker var rclicked = false; diff --git a/worldmap/worldmap.appcache b/worldmap/worldmap.appcache index bc511eb..dc694ec 100644 --- a/worldmap/worldmap.appcache +++ b/worldmap/worldmap.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# date: Mar 2nd 2019 - v1.5.29 +# date: Mar 2nd 2019 - v1.5.29a CACHE: index.html