Merge branch 'master' of https://github.com/dceejay/RedMap
This commit is contained in:
commit
2e930c2ade
@ -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
|
||||||
|
@ -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",
|
||||||
|
@ -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%">
|
||||||
|
Loading…
Reference in New Issue
Block a user