Leaflet.Marker.Stack icon indicating copy to clipboard operation
Leaflet.Marker.Stack copied to clipboard

bindPopup does not work

Open nekromoff opened this issue 3 years ago • 1 comments

It does not seem to work: L.marker.stack([48.1452853,17.0980958], { icons: [L.icon.chip({ color: "#ffffbf", iconSize: 10 }), L.icon.chip({ color: "#ffffbf", iconSize: 10 }), L.icon.chip({ color: "#a2a27b", iconSize: 10 }), ], stackOffset: [0, -5] }).addTo(map).bindPopup("<h2>231/7491</h2>CO2:0<br>CO2H:0<br>CO2T:0<br>P1:31<br>P10:37<br>P25:35<br>P4:36<br>PAX:0<br>alt:0<br>dsl:SENSIRION<br>hum:61.799999237061<br>lat:48.1452853<br>lon:17.0980958<br>main:0<br>pdist:1857<br>pre:0<br>spd:3<br>timestamp:1646380298<br>tmp:0.20000000298023<br>type:air<br>file_id:231<br>");

nekromoff avatar Mar 05 '22 15:03 nekromoff

Please write this as a bug report rather than as a question.

IvanSanchez avatar Mar 05 '22 16:03 IvanSanchez