We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this a thing that exists?
<ReactLeafletKml kml={kml} kmlOptions={myOptions} />
Just wondering if Leaflet options of some sort can be passed through, my ignorant reading of L.KML suggests that it can.
The text was updated successfully, but these errors were encountered:
@sammyjava Hi,
I added support for iconOptions in kmlOptions in version 2.1.0. You can see the example here: https://github.com/aviklai/react-leaflet-kml/blob/master/src/__tests__/ReactLeafletKml.test.tsx#L36
From what I checked - this is the only type of option that is supported in leaflet-kml: https://github.com/windycom/leaflet-kml/blob/master/L.KML.js
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: