tcoupin / leaflet-paintpolygon

Leaflet plugin to create polygon with circle as paint
https://tcoupin.github.io/leaflet-paintpolygon
GNU General Public License v3.0
50 stars 11 forks source link

Styling GeoJSON #3

Closed KamilDwo closed 5 years ago

KamilDwo commented 5 years ago

How to change style of GeoJSON element using Leaflet.

for example set this style: let style = { radius: 8, fillColor: "#ff7800", color: "#000", weight: 1, opacity: 1, fillOpacity: 0.8 };

tcoupin commented 5 years ago

Oups, I forget this options...

KamilDwo commented 5 years ago

4

tcoupin commented 5 years ago

Thanks for your PR! I added an example: https://github.com/tcoupin/leaflet-paintpolygon/blob/master/examples/4_style.html