-
xarray-leaflet could be a general purpose visualization tool, not specific to geographical data. For that we could use `CRS.Simple` (see https://leafletjs.com/examples/crs-simple/crs-simple.html).
-
Following on from https://github.com/pelias/design/pull/6 it would be cool if we could have a "powered by Pelias" label added to the attribution control.
@elioqoshi the attribution control in leafl…
-
I need to style div id mapid (from leaflet) with tachyon.
I tried:
```
```
Both ways don't work.
Reference:
http://leafletjs.com/examples/quick-start/
-
I would, ideally, like to have some introductory tutorial that show how to analyze Project Sidewalk data:
- A notebook series in Observable (maybe leaflet or Vega) or Google Colab (GeoPandas)
- A …
-
a billion agents is still far off, but should be able to get to 1M with some code cleanup and addition of pan and zoom (LeafletJS may help)
-
It's possibility to delimited area in map ?
I have a lot endpoint in my state separeted with area and the ideia is paint with color this delimited area like this:
> https://leafletjs.com/examples/ma…
-
When iterating through each location from a data row, add each marker to a GroupLayer for the participant so that the layer can be toggled.
See: https://leafletjs.com/examples/layers-control/
-
Precisamos pesquisar e descobrir uma biblioteca interessante para exibir os dados das posições salvas de um percurso.
Alguns links:
- https://developers.google.com/earth-engine/datasets
- https:/…
-
We **can** gain access to the underlying data attributes rendered by `mapbox-gl-js`. The purpose of this enhancement is to define the API we create around `L.esri.Vector.vectorTileLayer` to enable it.…
-
Hello,
first of all, thanks a lot for all the amazing features offered by dash-leaflet for python! Thumbs up!
Since 3 years I am developing an Application that includes several tabs with one dl.…