Skip to main content

All Questions

0 votes
0 answers
36 views

Leaflet Marker Cluster - click button in table to open popup inside cluster spiderfy

i will click button in table to open popup inside cluster spiderfy, but it not open the popup but if not cluster spiderfy disable popup is work var tiles = L.tileLayer('https://{s}.tile.openstreetmap....
windaheris santoso's user avatar
0 votes
0 answers
183 views

Leaflet openpopup doesn't show up

Hello I'm trying to open popup in Leaflet by clicking on elements: let markersS = L.markerClusterGroup(); const markers = places.map(function (place) { return markersS.addLayer( L.marker([place....
Matredok's user avatar
  • 120
0 votes
0 answers
184 views

MarkerCluster with GeoJSON weird representation

Here is my script, sorry if it's a bit messy, I've tried alot... <script> var geojsonObject = #{jsonDataModel.jsonData}; var markerIcon = L.icon({ iconUrl: '#{request....
0x45's user avatar
  • 799
0 votes
1 answer
148 views

Create multiple groups of clusters of different colors

It is necessary that several clusters of groups of markers have different colors. For example, the gray markers are combined in grey circle - cluster, yellow - in yellow, and so on. Here .marker-...
gorshkovaea's user avatar
1 vote
2 answers
4k views

Leaflet Js: openPopup won't show

i've been reading around for a while and still haven't found a solution to my issue. I have a GeoJson that I load in a map. I use markers clusters to group all the features. I bind popups to those ...
xefiji's user avatar
  • 367
1 vote
0 answers
95 views

Is there a way to cluster leaflet markers with similar properties ?

I create my layers from geoJson, which has specified adress among other things. I understand that grouping is done based on distance between them and current zoom to map. I want to achieve that ...
Lasto's user avatar
  • 117
0 votes
1 answer
249 views

Reveal Marker in Leaflet.markercluster

Is it somehow possible to reveal a Leaflet marker inside a Markercluster without user-interaction? For now i'm using the panTo Method (http://leafletjs.com/reference.html#map-panto) for centering a ...
flavaflo's user avatar
  • 918
3 votes
2 answers
4k views

Leaflet markers do not open popup on click

I just started using Leaflet and Marker Clusterer to organize the markers. Problem #1: When an unclustered marker is clicked, no popup appears. Problem #2: When a cluster is clicked several times, ...
Nyxynyxx's user avatar
  • 196