Skip to content

Commit

Permalink
Fix to delete layers completely on request
Browse files Browse the repository at this point in the history
ensure caches cleared as well
  • Loading branch information
dceejay committed Mar 12, 2024
1 parent 3a4ebd7 commit d1def61
Show file tree
Hide file tree
Showing 6 changed files with 1,046 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
### Change Log for Node-RED Worldmap

- v4.6.4 - Fix deletion of layers logic to actually fully remove points.
- v4.6.3 - Fix sending of layer events when not wanted. Issue #262
- v4.6.2 - Fix multiple use of contextmenu feedback. Issue #259
- v4.6.1 - let default pmtiles be light/dark or monocolored.
Expand Down
9 changes: 1 addition & 8 deletions README.md
Expand Up @@ -13,6 +13,7 @@ Feel free to [![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%

### Updates

- v4.6.4 - Fix deletion of layers logic to actually fully remove points.
- v4.6.3 - Fix sending of layer events when not wanted. Issue #262
- v4.6.2 - Fix multiple use of contextmenu feedback. Issue #259
- v4.6.1 - Let default pmtiles be light/dark or monocolored.
Expand All @@ -34,14 +35,6 @@ Feel free to [![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%
Breaking - Move to geoman for drawing shapes.
Allow command.rotation to set rotation of map.
Allow editing of multipoint geojson tracks.
- v2.43.1 - Tweak drawing layer double click
- v2.43.0 - Revert leaflet update as it broke Draw
- v2.42.3 - More KML and GeoJson drag drop fixes
- v2.42.1 - Remove extraneous debug logging, fix KMZ icons
- v2.42.0 - Add handling for TAK type spots, waypoints, alerts, sensors. Better KML/KMZ handling.
- v2.41.0 - Bump leaflet libs to latest stable (1.9.4)
- v2.40.1 - Fix missing countries overlay when starting disconnected.
- v2.40.0 - Add handling for TAK event points from TAK ingest node.

- see [CHANGELOG](https://github.com/dceejay/RedMap/blob/master/CHANGELOG.md) for full list of changes.

Expand Down

0 comments on commit d1def61

Please sign in to comment.