diff --git a/README.md b/README.md index 965a783..4f6a4c7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ map web page for plotting "things" on. ![Map Image](https://dceejay.github.io/pages/images/redmap.png) ### Changes + - v1.0.28 - Move websocket to specific path, and support satellite node - v1.0.26 - Add info on how to use with local WMS server - v1.0.24 - Add `.weblink` property to allow links out to other information. - v1.0.23 - Add msg.payload.command.heatmap to allow setting of heatmap config. diff --git a/package.json b/package.json index 7d9577e..f2a35a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-contrib-web-worldmap", - "version" : "1.0.26", + "version" : "1.0.28", "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.html b/worldmap.html index 4af92fc..d740f47 100644 --- a/worldmap.html +++ b/worldmap.html @@ -1,6 +1,6 @@