-
I've been having a look at generating maps based on this work and htmx - looks really promising :)
Based on the examples I've been struggling to see how to get a layer control. I would have expecte…
-
Leaflet interactive layers position is distorted when we drag the map, when rotation is applied. How can we fix that.
-
Related to #22
```r
data("World", package = "tmap")
leaflet() |> addPolylines(data = World, weight = 4, opacity = 1)
leaflet() |> addGlPolylines(data = World |> st_cast("POLYGON") |> st_cast("L…
-
Hi, I started to get this error with the latest release v2.4.1. Everything works on v2.4.0.
```
Uncaught (in promise) TypeError: Cannot set property latRange of # which has only a getter
at e…
gaspo updated
2 weeks ago
-
Implementing dark mode tiles in https://github.com/openstreetmap/openstreetmap-website/issues/5328 requires expanding the layer definitions in leaflet-osm.js.
~~A possible solution is to add suffixes…
-
Is it currently possible to link legends to map layers, like the leaflet package does via the `group` argument? For example, if I have a map with two layers using two color scales, I’d like to bind on…
-
I've build a map where the theme changes based on the interface settings (dark and light mode). Before, I had the function `setDefaultStyle`. But after v1 the function was removed. I've found nothing …
-
Using evergreen language helps making the documentation feel up to date, or at least not feel outdated.
There may be many places where we're currently mentioning particular versions of Leaflet, leg…
-
Add support for `` Custom Element.
- Use light DOM in accordance with existing Custom Elements.
- Support non-WMS query parameters by leveraging the underlying `L.TileLayer.WMS` options object
- …
-
I'm using the latest version of QGIS2Web and QGIS 3.38.3 Grenoble.
As far as I know there's not a direct way to export the legend for raster layers. Neither with Leaflet nor with OpenLayers.
Doe…