leaflet-polygon-fillPattern icon indicating copy to clipboard operation
leaflet-polygon-fillPattern copied to clipboard

Extend the Polygon Object to set an image to fill the path in SVG

Results 10 leaflet-polygon-fillPattern issues
Sort by recently updated
recently updated
newest added

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 ![Screenshot 2020-09-26 at 10...

Hello, I read the code but I don't understand completely what's going on in` __fillPattern` Basically I want to add a custom pattern with transparency to a color for some...

Hi, when i set [L_PREFER_CANVAS](http://leafletjs.com/reference.html#global-l_prefer_canvas) 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...