dont show empty popup for geoobject if there is no content

This commit is contained in:
Dave Conway-Jones 2021-12-05 09:31:11 +00:00
parent 140c5234e4
commit e5e0046b82
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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",