-
Hi,
I have started a new Nuxt project (version 3.12.4) using the code provided in the [Nuxt Leaflet Marker Cluster documentation](https://leaflet.nuxtjs.org/guide/marker-cluster.html). However, the…
-
It seems that Streamlit version 1.34 introduced some kind of regression for Folium -- specifically it disables the Spiderfy functionality in MarkerCluster (and I think any related interactivity)
**…
-
I am trying to display the location of HRS I got from Julien, using the ipyleaflet map being shown via a shiny for python server. It took me hours to figure out that what seem to prevent the display …
-
### Checklist
- [X] I've looked at the [documentation](https://leafletjs.com/reference.html) to make sure the behavior isn't documented and expected.
- [X] I'm sure this is an issue with Leaflet, …
-
Would it be possible to decrease the cluster radius in maps?
Frankly, I'm not a fan of clustered markers at all. They look fanzy, but tend to obscure the information you are looking for. Especially o…
HRN65 updated
4 years ago
-
https://github.com/Leaflet/Leaflet.markercluster
-
```
As suggested during in google groups
(http://groups.google.com/group/google-maps-utility-library/browse_thread/thread
/6ed9ecf4bc98070e)
I've add a new option to the MarkerClustererOptions class: …
-
```
As suggested during in google groups
(http://groups.google.com/group/google-maps-utility-library/browse_thread/thread
/6ed9ecf4bc98070e)
I've add a new option to the MarkerClustererOptions class: …
-
The existing [blacklight_heatmaps](https://github.com/sul-dlss/blacklight_heatmaps) gem has both accessibility issues and an accumulation of feature requests/suggestions:
- https://github.com/sul-dlss…
-
So i have the following map (pug markup):
```html
GmapMap(ref="myMap")
GmapCluster(@click="doSomethingWithNodesInCluster())
GmapMarker(:key="index" v-for="(m, index) in markers))
``…