diff --git a/CHANGELOG.md b/CHANGELOG.md index ab19720..9b89d19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ### Change Log for Node-RED Worldmap - - v1.4.4 - Add a couple of extra overlay layers, roads, rail, sea + - v1.4.5 - fix clearing overlays + - v1.4.4 - add a couple of extra overlay layers, roads, rail, sea - v1.4.3 - support custom icon for GPX and KML. Better readme for geojson. - v1.4.2 - add NVG layer capability - v1.4.1 - let `msg.payload.popup` set the popup contents. diff --git a/README.md b/README.md index 0498d95..f80793a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ map web page for plotting "things" on. ### Updates -- v1.4.4 - Add a couple of extra overlay layers, roads, rail, sea +- v1.4.5 - fix clearing overlays +- v1.4.4 - add a couple of extra overlay layers, roads, rail, sea - v1.4.3 - support custom icon for GPX and KML. Better readme for geojson. - v1.4.2 - add NVG layer capability - v1.4.1 - let `msg.payload.popup` set the popup contents. diff --git a/worldmap.html b/worldmap.html index 92e8e10..b89de0e 100644 --- a/worldmap.html +++ b/worldmap.html @@ -1,6 +1,6 @@