Release 2.21.0 - add map chooser to config panel
This commit is contained in:
parent
fd18abd294
commit
e874fb2a87
@ -1,5 +1,6 @@
|
||||
### Change Log for Node-RED Worldmap
|
||||
|
||||
- v2.21.0 - Let config panel select maps to show, default map and choice of overlays.
|
||||
- v2.20.0 - Add support of .pbf map layers. Issue #123.
|
||||
- v2.19.0 - Bump leaflet to latest. v1.7
|
||||
- v2.18.1 - Let fillOpacity be 0.
|
||||
|
@ -11,6 +11,7 @@ map web page for plotting "things" on.
|
||||
|
||||
### Updates
|
||||
|
||||
- v2.21.0 - Let config panel select maps to show, default map and choice of overlays.
|
||||
- v2.20.0 - Add support of .pbf map layers. Issue 123.
|
||||
- v2.19.1 - Add filter for bounds events only.
|
||||
- v2.19.0 - Bump leaflet to latest. v1.7
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-contrib-web-worldmap",
|
||||
"version": "2.21.0-beta",
|
||||
"version": "2.21.0",
|
||||
"description": "A Node-RED node to provide a web page of a world map for plotting things on.",
|
||||
"dependencies": {
|
||||
"@turf/bezier-spline": "~6.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user