Leaflet.geojsonCSS
Leaflet.geojsonCSS copied to clipboard
Geojson CSS implementation for Leaflet
Hi @albburtsev, I needed to include layer-level style in a GeoJSON format, and I developed it based on your plug-in Leaflet.geojsonCSS. I would like to congratulate you for your great...
Hi, I am working on the Python leaflet javascript wrapper and am using GeoJsonCss objects, however when I reset the style it is resetting it to default rather than to...
When Leaflet is not exposed (e.g. when using Leaflet with RequireJs), `window.L` is not defined, but Leaflet might be available as plain `L` in the local scope. To solve this...
Add support for `className` so there's no need to send styles all the time, only the class name.