Skip to content

Commit

Permalink
Better kmz library, remove old library
Browse files Browse the repository at this point in the history
  • Loading branch information
dceejay committed Sep 1, 2023
1 parent 21e56f9 commit 3ecaffe
Show file tree
Hide file tree
Showing 9 changed files with 67 additions and 523 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Change Log for Node-RED Worldmap

- v2.42.2 - More KML and GEOJson drag drop fixes
- 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Feel free to [![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%

### Updates

- v2.42.2 - More KML and GEOJson drag drop fixes
- 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-web-worldmap",
"version": "2.42.2",
"version": "2.42.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",
Expand Down
2 changes: 1 addition & 1 deletion worldmap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
<script src="leaflet/leaflet-side-by-side.js"></script>
<script src="leaflet/OSMBuildings-Leaflet.js"></script>
<script src="leaflet/leaflet-omnivore.min.js"></script>
<script src="leaflet/togeojson.umd.js"></script>
<script src="leaflet/leaflet-kmz.js"></script>
<!-- <script src="leaflet/L.KML.js"></script> -->
<script src="leaflet/leaflet.mousecoordinate.js"></script>
<script src="leaflet/leaflet.latlng-graticule.js"></script>
<script src="leaflet/VectorTileLayer.umd.min.js"></script>
Expand Down
Loading

0 comments on commit 3ecaffe

Please sign in to comment.