react-leaflet-kml
react-leaflet-kml copied to clipboard
React leaflet wrapper of leaflet-kml
I'm fetching the KML from my google map and I always see default icons no matter what I set it to in the Google map
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Currently on: - React 18 - React Leaflet 4.1.0 - react-leaflet-kml 2.1.0 When attempting to add multiple `` components, the app crashes with this error: ``` TypeError: Cannot read properties...
Is this a thing that exists? ``` ``` Just wondering if Leaflet options of some sort can be passed through, my ignorant reading of L.KML suggests that it can.
Hey thanks for your work on the package. I was wondering if you will be soon bumping the peer dependency to React version 17. ``` npm ERR! Could not resolve...
I am trying to change the fillColor of the kml component. ``` {Kml && } ``` But it does not work like geojson. ``` ``` Are there any solves?