-
Hi, using React-Leaflet I'm able to display PNG layers within LayerControl.Baselayer TileLayer, and can display the various layers as additional layers on top of the initial baselayer. Utilizing a bas…
-
I try to plot a map of concentrations of chemicals. These have very different ranges, so a shared legend is not feasible. The ultimate goal is to have mutually exclusive layers and a legend for each o…
-
I am trying to display an GeoTIFF with 3 Layers (RGB) in leaflet, preserving the true colors.
From my investigations it seems that this is currently not possible, as only single layer raster files ar…
noerw updated
2 months ago
-
Are here the touch events missing?
https://github.com/Leaflet/Leaflet/blob/257ca098f1edfe091ec029bcead25f7f9ce2b676/src/layer/vector/Canvas.js#L60-L69
And maybe here?
https://github.com/Leaflet/L…
-
I need to open the map with a relatively wide extent, but then some groups would
need a more zoomed view. Is there a way to define specific setView() for different groups?
For example, in this examp…
-
```
on the web interface, leaflet.js layer selection doesn't always work
```
Original issue reported on code.google.com by `maroy.akos@gmail.com` on 3 Feb 2013 at 8:34
-
As can be seen in the below example
https://jsfiddle.net/bh201jaj/
When the minimap is at the bottom of the display (ie can't be lowered in the Y index), the default behavior is for it to be shown o…
-
Hello
I wanted to propose a new functionality that would be very useful for me when mapping, and I found this old post with my same idea. Are there any news about this ?
It's not fundemental for me …
-
Hi there,
I try to use heatmap.js with the leaflet plugin and testing the code below in a HTML file which I load locally. Once I open the file in my browser (latest Chrome), I got the error:
```
…
-
**Is your feature request related to a problem? Please describe.**
Sometimes want to cause the tiles to update, but .redraw() causes all tiles to be removed, and readded. This is undesirable, as caus…