diff --git a/README.md b/README.md index cd515fd..e58179f 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,10 @@ map web page for plotting "things" on. ### Install - Run the following command in your Node-RED user directory - typically `~/.node-red` npm install node-red-contrib-web-worldmap - ### Usage Plots "things" on a map. The map will be served from `{httpRoot}/worldmap` @@ -107,7 +105,6 @@ To add a new layer opt:JSON.stringify('{ maxZoom: 19, attribution: "© OpenStreetMap"}') }; - Demo Flow --------- diff --git a/package.json b/package.json index 3dadb2c..ee67f79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-contrib-web-worldmap", - "version" : "0.0.11", + "version" : "0.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/css/map.css b/worldmap/css/map.css index 4c6e2ac..d92d52b 100644 --- a/worldmap/css/map.css +++ b/worldmap/css/map.css @@ -18,7 +18,7 @@ a { top:0px; left:0px; height:41px; - width:100%;" + width:100%; } #results { diff --git a/worldmap/index.html b/worldmap/index.html index 3c518c4..a20b6fc 100644 --- a/worldmap/index.html +++ b/worldmap/index.html @@ -49,7 +49,7 @@ -
+