leaflet-polygon-fillPattern
leaflet-polygon-fillPattern copied to clipboard
Extend the Polygon Object to set an image to fill the path in SVG
Currently it only works for L.Polygon but I want it for L.geoJSON()
…with Leaflet simpleMapScreenshoter plugin. https://gis.stackexchange.com/questions/454603/polygon-fill-pattern-not-visible-in-screenshot-taken-with-leaflet-simplemapscree
Hey, thanks for your work, this was really helpful. I use leaflet with TypeScript and in @types/leaflet, "fill" is declared as boolean, which is completely correct and should stay so,...
This is the very thing I need right now. Thanks a lot.
I want to generate an image for a tile dynamically, say as a bitmap. How would I use this as a fill?
Hi, Is it possible we can have fixed image, for example if we zoom in/out, the image should be fixed, I don't want this to happend  to true, the fillpattern doesn't work. Do you have a workaround for that problem? Best regards, Matthias
Hello thanks to your plugin ! When I give fill a constant value like fill:'url(image.gif)' it works But when I try to make it with a variable, it doesn't work...
Dear Leaflet Plugin Maintainer, We’re excited to announce the release of the **Leaflet V2.0 alpha version**! 🎉 This marks a significant step toward modernizing Leaflet’s architecture and aligning it with...