leaflet-boundary-canvas icon indicating copy to clipboard operation
leaflet-boundary-canvas copied to clipboard

Leaflet plugin to draw raster layers with arbitrary boundary

Results 14 leaflet-boundary-canvas issues
Sort by recently updated
recently updated
newest added

For example: https://aparshin.github.com/leaflet-boundary-canvas/examples/canvas-boundary-edit.html

Let's say we create a boundary canvas: ```js const nightraster = L.TileLayer.boundaryCanvas('url', { boundary: MaskGeoJSON }); ``` Now let's say I want to change the `boundary`. Can I do this...

Hello, Presently tiles outside the polygon boundary is getting cropped while adding to map. but i wanted to display the complete tile without cropping. is there any option available to...

Hi I am wondering if this plugin can used for a WMS layer? I am working on using this to a wms layer, but keep having errors on display the...

take in account zoomOffset option for calculation of tile geometries, now it will not load tiles in given boundary how to reproduce: ```js const layer = new L.TileLayer(url, { zoomOffset:...

Added Esri.WorldImagery to replace discontinued MapQuestOpen.Aerial. Please adjust my inclusion of OpenWeatherMap to provide a sample without the error: Uncaught Error: No value provided for variable {variant}

Hey, I'm using your package so that only the data tiles within the borders of Germany are displayed on the map. This works great! Now I have the problem that...

Great package! So surprised to see there are so few downloads. I took a look at your demos and am making the decision to integrate this into my project or...

Hello, Would it be possible not to make the outside of the polygon opaque and to have a certain transparency? Thanks in advance

How hard would it be to provide WMS support for canvas rendering?