better emoji handling for SIDC decoration

This commit is contained in:
Dave Conway-Jones 2021-10-13 22:44:52 +01:00
parent ab44c8900d
commit 050441ccb1
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
### Change Log for Node-RED Worldmap
- v2.17.0 - More complete feedback on click, better popup image sizing.
- v2.17.1 - More complete feedback on click, better popup image sizing.
- v2.16.3 - Ensure polygons can be deleted.
- v2.16.2 - better handling of unpacked gpz objects.
- v2.16.0 - Allow specifying custom base map server.

View File

@ -11,7 +11,7 @@ map web page for plotting "things" on.
### Updates
- v2.17.0 - More complete feedback on click, better popup image sizing.
- v2.17.1 - More complete feedback on click, better popup image sizing.
- v2.16.3 - Ensure polygons can be deleted.
- v2.16.2 - better handling of unpacked gpz objects.
- v2.16.0 - Allow specifying custom base map server.

View File

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