Add url params to connect message feedback

pull/174/head
Dave Conway-Jones 4 years ago
parent c67b79c8aa
commit ea437139f1
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF

@ -1,5 +1,6 @@
### Change Log for Node-RED Worldmap
- v2.13.0 - Tidy velocity layer. Feedback any url parameters.
- v2.12.1 - Only show online layer options if we are online.
- v2.12.0 - Add live rainfall radar data layer. Remove some non-loading overlays.
- v2.11.2 - Allow thicknesss of arc to be specified by weight

@ -11,6 +11,7 @@ map web page for plotting "things" on.
### Updates
- v2.13.0 - Tidy velocity layer. Feedback any url parameters.
- v2.12.1 - Only show online layer options if we are online.
- v2.12.0 - Add live rainfall radar data layer. Remove some non-loading overlays.
- v2.11.2 - Allow thicknesss of arc to be specified by weight

@ -1,6 +1,6 @@
{
"name": "node-red-contrib-web-worldmap",
"version": "2.12.1",
"version": "2.13.0",
"description": "A Node-RED node to provide a web page of a world map for plotting things on.",
"dependencies": {
"cgi": "0.3.1",

Loading…
Cancel
Save