fix ui-worldmap not appearing
This commit is contained in:
parent
9667df12f3
commit
608a2c5bd6
@ -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…
Reference in New Issue
Block a user