dont show empty popup for geoobject if there is no content
This commit is contained in:
parent
140c5234e4
commit
e5e0046b82
@ -1,5 +1,6 @@
|
||||
### Change Log for Node-RED Worldmap
|
||||
|
||||
- v2.22.3 - Don't show empty popup for geojson object. Issue #186. Add wobble to null island.
|
||||
- v2.22.2 - Be more tolerant of speed string types
|
||||
- v2.22.0 - Separate out layer events in worldmap in
|
||||
- v2.21.9 - Unbreak Drawing layer that I must have broken recently
|
||||
|
@ -11,6 +11,7 @@ map web page for plotting "things" on.
|
||||
|
||||
### Updates
|
||||
|
||||
- v2.22.3 - Don't show empty popup for geojson object. Issue #186. Add wobble to null island.
|
||||
- v2.22.2 - Be more tolerant of speed string types
|
||||
- v2.22.0 - Separate out layer events in worldmap in
|
||||
- v2.21.9 - Unbreak Drawing layer that I must have broken recently
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-contrib-web-worldmap",
|
||||
"version": "2.22.2",
|
||||
"version": "2.22.3",
|
||||
"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