-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I am trying to change the fillColor of the kml component.
{Kml && <ReactLeafletKml kml={Kml}
style={{fillColor:'green',
fillOpacity: 0.1}}
/>}
But it does not work like geojson.
<GeoJSON key="my-geojson" data={geojsonLondon}
style={{fillColor:'blue',
fillOpacity: 0.1}}/>
Are there any solves?
Metadata
Metadata
Assignees
Labels
No labels