|
|
@ -325,29 +325,63 @@ if (document.cookie.indexOf('cookies_consent=true') === -1) { |
|
|
|
}), |
|
|
|
}), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
careg7 = L.tileLayer.wms ('http://map.sitr.regione.sicilia.it/gis/services/CART_2000/CTN_2000/MapServer/WMSServer', |
|
|
|
ctr2k = L.tileLayer.wms ('https://map.sitr.regione.sicilia.it/gis/services/ctn_2000/cart2000_dbtrs/MapServer/WMSServer', |
|
|
|
{ |
|
|
|
{ |
|
|
|
format: 'image/png', |
|
|
|
format: 'image/png', |
|
|
|
transparent: true, |
|
|
|
transparent: true, |
|
|
|
maxZoom: 20, |
|
|
|
maxZoom: 20, |
|
|
|
minZoom: 14, |
|
|
|
minZoom: 10, |
|
|
|
transparent: true, |
|
|
|
transparent: true, |
|
|
|
layers: '2,4,5,6,9,10,11,12,13,14,15,22', |
|
|
|
layers: '0,4,5,6,9,10,11,12,13,14,15,22,24,25,26,27,28,32,33,36,37,38,40', |
|
|
|
attribution: 'Carta Tecnica Terionale 1:2.000 WGS84 - Regione Sicilia (Servizio WMS)' |
|
|
|
attribution: 'Carta Tecnica Terionale 1:2.000 WGS84 - Regione Sicilia (Servizio WMS)' |
|
|
|
}), |
|
|
|
}), |
|
|
|
|
|
|
|
ctr10k = L.tileLayer.wms ('https://map.sitr.regione.sicilia.it/gis/services/ctr_10000/ctr_2013_base/MapServer/WMSServer', |
|
|
|
careg10 = L.tileLayer.wms ('http://map.sitr.regione.sicilia.it/gis/services/CTR_10000/CTR_1000_2013_Mosaico/MapServer/WMSServer', |
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
format: 'image/png', |
|
|
|
format: 'image/png', |
|
|
|
transparent: true, |
|
|
|
transparent: true, |
|
|
|
maxZoom: 20, |
|
|
|
maxZoom: 20, |
|
|
|
minZoom: 14, |
|
|
|
minZoom: 10, |
|
|
|
transparent: true, |
|
|
|
transparent: true, |
|
|
|
layers: '0,1,2', |
|
|
|
layers: '0,1,2', |
|
|
|
attribution: 'Carta Tecnica Regionale 1:10.000 - Regione Sicilia (Servizio WMS)' |
|
|
|
attribution: 'Carta Tecnica Regionale 1:10.000 - Regione Sicilia (Servizio WMS)' |
|
|
|
}), |
|
|
|
}), |
|
|
|
|
|
|
|
|
|
|
|
careg11 = L.tileLayer.wms ('http://map.sitr.regione.sicilia.it/ArcGIS/services/Ortofoto_ATA20072008/MapServer/WMSServer', |
|
|
|
orto0708 = L.tileLayer.wms ('https://map.sitr.regione.sicilia.it/gis/services/ortofoto/ortofoto_2008_25cm_sicilia/MapServer/WMSServer', |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
format: 'image/jpeg', |
|
|
|
|
|
|
|
transparent: true, |
|
|
|
|
|
|
|
maxZoom: 20, |
|
|
|
|
|
|
|
minZoom: 8, |
|
|
|
|
|
|
|
transparent: true, |
|
|
|
|
|
|
|
layers: '0,1', |
|
|
|
|
|
|
|
attribution: 'Ortofoto ATA 2007-2008 - Regione Sicilia (Servizio WMS)' |
|
|
|
|
|
|
|
}), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
orto2013 = L.tileLayer.wms ('https://map.sitr.regione.sicilia.it/gis/services/ortofoto/ortofoto_2013_15cm_comuni/MapServer/WMSServer', |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
format: 'image/jpeg', |
|
|
|
|
|
|
|
transparent: true, |
|
|
|
|
|
|
|
maxZoom: 20, |
|
|
|
|
|
|
|
minZoom: 8, |
|
|
|
|
|
|
|
transparent: true, |
|
|
|
|
|
|
|
//layers: '10,11,12,13,14,15,16,17,18,19,20,21,22,23', |
|
|
|
|
|
|
|
layers: '0', |
|
|
|
|
|
|
|
attribution: 'Ortofoto 2013 15cm Comuni Enna, Messina, Palermo, Ragusa, Trapani - Regione Sicilia (Servizio WMS)' |
|
|
|
|
|
|
|
}), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
orto201325 = L.tileLayer.wms ('https://map.sitr.regione.sicilia.it/gis/services/ortofoto/ortofoto_2013_25cm_sicilia/MapServer/WMSServer', |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
format: 'image/jpeg', |
|
|
|
|
|
|
|
transparent: true, |
|
|
|
|
|
|
|
maxZoom: 20, |
|
|
|
|
|
|
|
minZoom: 8, |
|
|
|
|
|
|
|
transparent: true, |
|
|
|
|
|
|
|
//layers: '10,11,12,13,14,15,16,17,18,19,20,21,22,23', |
|
|
|
|
|
|
|
layers: '0', |
|
|
|
|
|
|
|
attribution: 'Ortofoto ATA 2013 Sicilia - Regione Sicilia (Servizio WMS)' |
|
|
|
|
|
|
|
}), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ortoagea = L.tileLayer.wms ('https://map.sitr.regione.sicilia.it/gis/services/ortofoto/ortofoto_2019_20cm_sicilia/ImageServer/WMSServer', |
|
|
|
{ |
|
|
|
{ |
|
|
|
format: 'image/jpeg', |
|
|
|
format: 'image/jpeg', |
|
|
|
transparent: true, |
|
|
|
transparent: true, |
|
|
@ -355,10 +389,10 @@ if (document.cookie.indexOf('cookies_consent=true') === -1) { |
|
|
|
minZoom: 1, |
|
|
|
minZoom: 1, |
|
|
|
transparent: true, |
|
|
|
transparent: true, |
|
|
|
layers: '0', |
|
|
|
layers: '0', |
|
|
|
attribution: 'Ortofoto ATA 2007-2008 - Regione Sicilia (Servizio WMS)' |
|
|
|
attribution: 'Ortofoto Regione Siciliana AGEA 2019 - Regione Sicilia (Servizio WMS)' |
|
|
|
}), |
|
|
|
}), |
|
|
|
|
|
|
|
|
|
|
|
careg12 = L.tileLayer.wms ('http://map.sitr.regione.sicilia.it/ArcGIS/services/CACHED/ortofoto_agea2010_webmercatore/MapServer/WMSServer', |
|
|
|
igm25 = L.tileLayer.wms ('https://map.sitr.regione.sicilia.it/gis/services/igm/Mosaico_IGM_25000/ImageServer/WMSServer', |
|
|
|
{ |
|
|
|
{ |
|
|
|
format: 'image/jpeg', |
|
|
|
format: 'image/jpeg', |
|
|
|
transparent: true, |
|
|
|
transparent: true, |
|
|
@ -366,10 +400,10 @@ if (document.cookie.indexOf('cookies_consent=true') === -1) { |
|
|
|
minZoom: 1, |
|
|
|
minZoom: 1, |
|
|
|
transparent: true, |
|
|
|
transparent: true, |
|
|
|
layers: '0', |
|
|
|
layers: '0', |
|
|
|
attribution: 'Ortofoto Regione Siciliana AGEA 2010 - Regione Sicilia (Servizio WMS)' |
|
|
|
attribution: 'Mosaico IGM 25000 Sicilia - Regione Sicilia (Servizio WMS)' |
|
|
|
}), |
|
|
|
}), |
|
|
|
|
|
|
|
|
|
|
|
careg13 = L.tileLayer.wms ('http://map.sitr.regione.sicilia.it/gis/services/ATA_2012_2013/Ortofoto_ATA_2012_2013/MapServer/WMSServer', |
|
|
|
igm50 = L.tileLayer.wms ('https://map.sitr.regione.sicilia.it/gis/services/igm/Mosaico_IGM_50000/ImageServer/WMSServer', |
|
|
|
{ |
|
|
|
{ |
|
|
|
format: 'image/jpeg', |
|
|
|
format: 'image/jpeg', |
|
|
|
transparent: true, |
|
|
|
transparent: true, |
|
|
@ -377,7 +411,7 @@ if (document.cookie.indexOf('cookies_consent=true') === -1) { |
|
|
|
minZoom: 1, |
|
|
|
minZoom: 1, |
|
|
|
transparent: true, |
|
|
|
transparent: true, |
|
|
|
layers: '0', |
|
|
|
layers: '0', |
|
|
|
attribution: 'Ortofoto ATA 2012-2013 - Regione Sicilia (Servizio WMS)' |
|
|
|
attribution: 'Mosaico IGM 50000 Sicilia - Regione Sicilia (Servizio WMS)' |
|
|
|
}), |
|
|
|
}), |
|
|
|
|
|
|
|
|
|
|
|
clc18 = L.tileLayer.wms (url, |
|
|
|
clc18 = L.tileLayer.wms (url, |
|
|
@ -865,11 +899,16 @@ pratiche.addLayer(pratiche_json); |
|
|
|
{label: 'Limiti comunali', layer: odm6 }, |
|
|
|
{label: 'Limiti comunali', layer: odm6 }, |
|
|
|
]}, |
|
|
|
]}, |
|
|
|
{label: '<b>Cartografia Regionale</b>', children: [ |
|
|
|
{label: '<b>Cartografia Regionale</b>', children: [ |
|
|
|
{label: 'CTR 2K - volo 2003-2004', layer: careg7 }, |
|
|
|
{label: 'CTR 2K - volo 2003-2004', layer: ctr2k }, |
|
|
|
{label: 'CTR 10K - volo 2012-2013', layer: careg10 }, |
|
|
|
{label: 'CTR 10K - volo 2012-2013', layer: ctr10k }, |
|
|
|
{label: 'Ortofoto ATA 2007-2008', layer: careg11 }, |
|
|
|
{label: 'Ortofoto ATA 2007-2008', layer: orto0708 }, |
|
|
|
{label: 'Ortofoto AGEA 2010', layer: careg12 }, |
|
|
|
{label: 'Ortofoto 2013 15cm', layer: orto2013 }, |
|
|
|
{label: 'Ortofoto ATA 2012-2013', layer: careg13 }, |
|
|
|
{label: 'Ortofoto 2013 25cm', layer: orto201325 }, |
|
|
|
|
|
|
|
{label: 'Ortofoto AGEA 2019', layer: ortoagea }, |
|
|
|
|
|
|
|
]}, |
|
|
|
|
|
|
|
{label: '<b>Cartografia IGM</b>', children: [ |
|
|
|
|
|
|
|
{label: 'I.G.M. 25.000 - Sicilia', layer: igm25 }, |
|
|
|
|
|
|
|
{label: 'I.G.M. 50.000 - Sicilia', layer: igm50 }, |
|
|
|
]}, |
|
|
|
]}, |
|
|
|
]; |
|
|
|
]; |
|
|
|
var overlaysTree = |
|
|
|
var overlaysTree = |
|
|
|