-
This problem is similar to what has been described in issue #5.
It can be reproduced with the plugin demo page https://elmarquis.github.io/Leaflet.GestureHandling/examples, but also with others, e.…
-
There is discrepancy between the distance shown in the bottom panel and the distance on the Heightgraph, the former is higher than the latter. I checked against several routes which I have ridden and …
-
A slider to toggle the transparency of the overlay would be great!
[there is an old demo here](https://lp-tools.toolforge.org/misc/oldMap.html)
-
After adding a WMS layer with` addWMS()`, the attribution display at the bottom is not toggled when the group is shown or hidden respectively. This contrasts with such toggle-behaviour in `leaflet::ad…
-
Nice job!
please add `Leaflet.NavBar.css` and image files to `bower.json`. These are necessary for proper asset loading.
-
Should the Vaadin API have non prefixed class names and GWT API be G prefixed?
I guess most users are using the Vaadin API, so it should be considered first class citizen. If nobody disagrees, we cou…
-
Hi,
Leaflet.draw does not catch touch events in IE11 and basically does not work on a touch screen / tablet running Windows 8.
There was some changes done in leaflet to handle IE11 and especially touc…
-
When I'm trying to render Map with MarkerGroup I'm getting this error:
```
render() {
const data = { type: "GeometryCollection", geometries: [] };
return (
)
}
…
-
作者,你好。
请问echarts-leaflet如何使用百度地图的瓦片?
-
Most layers in leaflet support setting maxNativeZoom to allow combining layers that have different maximum zoom levels in the one map. It looks like the L.esri.Vector.vectorTileLayer layer unfortunate…