fix ui-worldmap not appearing

pull/221/head
Dave Conway-Jones 2 years ago
parent 9667df12f3
commit 608a2c5bd6
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF

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

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

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

Loading…
Cancel
Save