Leaflet polygon with fuzzy outline
问题 I am looking for a way to have a fuzzy/blur/gradient outline of a leaflet polygon. This should help make country outlines more simple (currently, when you zoom in to a svg representing a country, it gets ugly/inaccurate). I was thinking about attaching CSS attributes to the svg similiar to this: http://www.w3schools.com/svg/svg_fegaussianblur.asp But apparently the svg subelement <g> (used for the leaflet polygon) does not accept this. I also had a look at <defs> of svg (see here: http:/