This commit is contained in:
Dave Conway-Jones 2023-01-21 13:36:34 +00:00
commit 2e930c2ade
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
3 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
- v2.33.0 - Let shapes create click event. (from PR #221) - v2.33.0 - Let shapes create click event. (from PR #221)
Fix heatmap delete point bug. Issue #222 Fix heatmap delete point bug. Issue #222
- 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.1 - Let command.heatmap replace complete heatmap array.
- v2.32.0 - Change || to nullish operator ?? to fix numerous dodgy assignments. Issue #219 - v2.32.0 - Change || to nullish operator ?? to fix numerous dodgy assignments. Issue #219
Delete marker now also removes from heatmap layer. Issue #218 Delete marker now also removes from heatmap layer. Issue #218

View File

@ -1,6 +1,6 @@
{ {
"name": "node-red-contrib-web-worldmap", "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.", "description": "A Node-RED node to provide a web page of a world map for plotting things on.",
"dependencies": { "dependencies": {
"@turf/bezier-spline": "~6.5.0", "@turf/bezier-spline": "~6.5.0",

View File

@ -1,4 +1,3 @@
<!DOCTYPE html>
<script type="text/html" data-template-name="worldmap"> <script type="text/html" data-template-name="worldmap">
<div class="form-row"> <div class="form-row">
<table border="0" width="96%"> <table border="0" width="96%">