Correction d'un popup envahissant
Fix 402
This commit is contained in:
parent
ba9d0c7477
commit
5a0080b1e1
@ -398,10 +398,9 @@ var SequentialLoader = function() {
|
||||
map.addLayer(layer);
|
||||
|
||||
if ((window.other_markers !== null) && (window.other_markers.length > 0)) {
|
||||
var layerGroup = L.layerGroup();
|
||||
window.other_markers.forEach(x =>
|
||||
layerGroup.addLayer(x)
|
||||
);
|
||||
var layerGroup = L.layerGroup().addTo(map);
|
||||
window.other_markers.forEach(x => layerGroup.addLayer(x));
|
||||
map.removeLayer(layerGroup);
|
||||
map.on('zoomend', function () {
|
||||
var currentZoom = map.getZoom();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user