Correction d'un popup envahissant
Fix 402
This commit is contained in:
		@@ -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();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user