Support videos
This commit is contained in:
@@ -144,6 +144,8 @@ GIS.initMap = async function (mapId, zoomLevel = this.INIT_ZOOM) {
|
||||
'Vincoli archeologici' : layerVincoli,
|
||||
'Vincoli paesistici' : layerPaesistici,
|
||||
};
|
||||
// TEMP!! Remove point for Lo Pozzo...
|
||||
sitesGroup.removeLayer(sitesGroup.customGetLayer('lopozzo'));
|
||||
|
||||
markersGroup.addTo(map);
|
||||
sitesGroup.addTo(map);
|
||||
@@ -152,9 +154,6 @@ GIS.initMap = async function (mapId, zoomLevel = this.INIT_ZOOM) {
|
||||
|
||||
L.control.layers(baseMap, archeo).addTo(map);
|
||||
|
||||
// TEMP!! Remove point for Lo Pozzo...
|
||||
map.removeLayer(sitesGroup.customGetLayer('lopozzo'));
|
||||
|
||||
return map;
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user