leaflet-kmz
leaflet-kmz copied to clipboard
A KMZ file loader for Leaflet Maps
While converting xml to geoJson using @tmcw/[email protected]/dist/togeojson.umd.js is missing the folder infos. ```js _parseKML: function(data, props) { var xml = _.toXML(data, props); var geojson = _.toGeoJSON(xml, props); var layer =...
Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.1 to 3.8.0. Changelog Sourced from jszip's changelog. v3.8.0 2022-03-30 Santize filenames when files are loaded with loadAsync, to avoid "zip slip" attacks. The original filename is...
Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
I have some KML and KMZ files that show different in google earth than in leaflet. The alignment is off on the leaflet map. Is there something I should check?
This library was born mainly from the desire to be able to use the files generated with [Google My Maps](https://mapsengine.google.com/map/) (a.k.a. Google Maps Engine) directly with leaflet maps (through a...
Is there a way to load the list of KMZ's but not auto load the KMZ's onto the map until a user clicks one of the check mark boxes?