From 3ca9b2453d807c7c370cb4099238941431e60326 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sun, 12 Jun 2016 12:40:29 +0100 Subject: [PATCH] Add initial position ability to Worldmap --- README.md | 1 + package.json | 2 +- worldmap.html | 37 +++++++++++++++++++++++++++++++++---- worldmap.js | 14 ++++++++++++++ worldmap/index.html | 7 +++++++ worldmap/worldmap.appcache | 2 +- 6 files changed, 57 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6b430e9..d5c2f9d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ A Node-RED node to provide world map web page for plotting "things" on. ### Changes + - v1.0.12 - Added ability to set initial start position, zoom level and base map layer. - v1.0.x - now uses socket.io to connect to backend - means this node now has an input connection (like "proper" nodes should :-), and you no longer need a websocket node in parallel. Obviously this is a breaking change hence the major version number bump. Also thus adds a `worldmap in` diff --git a/package.json b/package.json index 9736da2..68d3694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-contrib-web-worldmap", - "version" : "1.0.11", + "version" : "1.0.12", "description" : "A Node-RED node to provide a web page of a world map for plotting things on.", "dependencies" : { "express": "4.*", diff --git a/worldmap.html b/worldmap.html index ba093ee..230164d 100644 --- a/worldmap.html +++ b/worldmap.html @@ -16,10 +16,35 @@ -->