diff --git a/CHANGELOG.md b/CHANGELOG.md index a4252e4..97b25b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Change Log for Node-RED Worldmap - - v2.32.2 - Fix map split in iframe position + - v2.32.3 - Fix map split in iframe position - v2.32.1 - Let command.heatmap replace complete heatmap array. - v2.32.0 - Change || to nullish operator ?? to fix numerous dodgy assignments. Issue #219 Delete marker now also removes from heatmap layer. Issue #218 diff --git a/package.json b/package.json index 2101e92..74a3a29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-web-worldmap", - "version": "2.32.2", + "version": "2.32.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", diff --git a/worldmap.html b/worldmap.html index b12e912..0f8f51c 100644 --- a/worldmap.html +++ b/worldmap.html @@ -1,4 +1,3 @@ -