{"id":7895,"date":"2025-01-20T16:51:57","date_gmt":"2025-01-20T15:51:57","guid":{"rendered":"https:\/\/portalsgi.isprambiente.it\/?page_id=7895"},"modified":"2025-01-20T16:58:06","modified_gmt":"2025-01-20T15:58:06","slug":"geological-maps","status":"publish","type":"page","link":"https:\/\/portalesgi.isprambiente.it\/?page_id=7895","title":{"rendered":"Geological Maps"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7895\" class=\"elementor elementor-7895\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75354bd e-flex e-con-boxed e-con e-parent\" data-id=\"75354bd\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9dd3775 elementor-widget elementor-widget-html\" data-id=\"9dd3775\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n<!DOCTYPE html>\r\n<html lang=\"it\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <style>\r\n        .table-responsive {\r\n            width: 100%;\r\n            overflow-x: auto;\r\n        }\r\n        table {\r\n            width: 100%;\r\n            border-collapse: collapse;\r\n        }\r\n        th, td {\r\n            padding: 8px 12px;\r\n            border: 1px solid #ddd;\r\n        }\r\n        th {\r\n            background-color: #f4f4f4;\r\n        }\r\n    <\/style>\r\n    \r\n<script>\r\nfunction copyTextToClipboard(text) {\r\n  var textArea = document.createElement(\"textarea\");\r\n\r\n  \/\/\r\n  \/\/ *** This styling is an extra step which is likely not required. ***\r\n  \/\/\r\n  \/\/ Why is it here? To ensure:\r\n  \/\/ 1. the element is able to have focus and selection.\r\n  \/\/ 2. if element was to flash render it has minimal visual impact.\r\n  \/\/ 3. less flakyness with selection and copying which **might** occur if\r\n  \/\/    the textarea element is not visible.\r\n  \/\/\r\n  \/\/ The likelihood is the element won't even render, not even a flash,\r\n  \/\/ so some of these are just precautions. However in IE the element\r\n  \/\/ is visible whilst the popup box asking the user for permission for\r\n  \/\/ the web page to copy to the clipboard.\r\n  \/\/\r\n\r\n  \/\/ Place in top-left corner of screen regardless of scroll position.\r\n  textArea.style.position = 'fixed';\r\n  textArea.style.top = 0;\r\n  textArea.style.left = 0;\r\n\r\n  \/\/ Ensure it has a small width and height. Setting to 1px \/ 1em\r\n  \/\/ doesn't work as this gives a negative w\/h on some browsers.\r\n  textArea.style.width = '2em';\r\n  textArea.style.height = '2em';\r\n\r\n  \/\/ We don't need padding, reducing the size if it does flash render.\r\n  textArea.style.padding = 0;\r\n\r\n  \/\/ Clean up any borders.\r\n  textArea.style.border = 'none';\r\n  textArea.style.outline = 'none';\r\n  textArea.style.boxShadow = 'none';\r\n\r\n  \/\/ Avoid flash of white box if rendered for any reason.\r\n  textArea.style.background = 'transparent';\r\n\r\n\r\n  textArea.value = text;\r\n\r\n  document.body.appendChild(textArea);\r\n\r\n  textArea.select();\r\n\r\n  try {\r\n    var successful = document.execCommand('copy');\r\n    var msg = successful ? 'successful' : 'unsuccessful';\r\n    console.log('Copying text command was ' + msg);\r\n    alert(\"URL Copied to clipboard!\");\r\n  } catch (err) {\r\n    console.log('Oops, unable to copy');\r\n  }\r\n\r\n  document.body.removeChild(textArea);\r\n}\r\n\r\n\r\nvar copyBobBtn = document.querySelector('.js-copy-bob-btn'),\r\n  copyJaneBtn = document.querySelector('.js-copy-jane-btn');\r\n\r\ncopyBobBtn.addEventListener('click', function(event) {\r\n  copyTextToClipboard('Bob');\r\n});\r\n\r\n\r\ncopyJaneBtn.addEventListener('click', function(event) {\r\n  copyTextToClipboard('Jane');\r\n});\r\n<\/script>\r\n<\/head>\r\n<body>\r\n    <div class=\"table-responsive\">\r\n        <table class=\"Table Table--striped Table--hover Table--withBorder js-TableResponsive tablesaw tablesaw-stack\" data-tablesaw-mode=\"stack\"><thead><tr><th scope=\"col\">Name<\/th><th scope=\"col\">Layers<\/th><th scope=\"col\">Capabilities<\/th><th scope=\"col\">Select URL<\/th><\/tr><\/thead><tbody><tr><td><h4><span style=\"color: red;\">Geological Map 1:25.000<\/span><\/h4><\/td><td><\/td><td><\/td><td><\/td><\/tr><tr><td>Quadro unione Fogli<\/td><td>0<\/td><td><a href=\"https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/geo\/Geologia25k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/geo\/Geologia25k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Giaciture<\/td><td>4<\/td><td><a href=\"https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/geo\/Geologia25k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/geo\/Geologia25k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Elementi tettonici<\/td><td>2<\/td><td><a href=\"https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/geo\/Geologia25k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/geo\/Geologia25k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Limiti geologici<\/td><td>3<\/td><td><a href=\"https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/geo\/Geologia25k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/geo\/Geologia25k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Unit\u00e0 geologiche<\/td><td>1<\/td><td><a href=\"https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/geo\/Geologia25k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/geo\/Geologia25k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Elementi geomorfologici<\/td><td><\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/rest\/services\/servizi\/geomorfologia25k\/MapServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/rest\/services\/servizi\/geomorfologia25k\/MapServer')\">Get URL<\/button><\/td><\/tr><tr><td>Forme Areali<\/td><td>1<\/td><td><a href=\"https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/servizi\/morfologia25k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/servizi\/morfologia25k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Forme Lineari<\/td><td>2<\/td><td><a href=\"https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/servizi\/morfologia25k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/servizi\/morfologia25k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Forme Puntuali<\/td><td>3<\/td><td><a href=\"https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/servizi\/morfologia25k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/servizi\/morfologia25k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td><h4><span style=\"color: red;\">Risorse e Prospezioni<\/span><\/h4><\/td><td><\/td><td><\/td><td><\/td><\/tr><tr><td>Strutture Antropiche<\/td><td>0<\/td><td><a href=\"https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/servizi\/Antropico25k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/servizi\/Antropico25k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Elementi Antropiche (lineari)<\/td><td>1<\/td><td><a href=\"https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/servizi\/Antropico25k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/servizi\/Antropico25k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Discariche<\/td><td>2<\/td><td><a href=\"https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/servizi\/Antropico25k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/servizi\/Antropico25k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Risorse e Prospezioni<\/td><td>3<\/td><td><a href=\"https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/servizi\/Antropico25k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('https:\/\/sinacloud.isprambiente.it\/arcgisgeo\/services\/servizi\/Antropico25k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td><h4><span style=\"color: red;\">Geological 3D model<\/span><\/h4><\/td><td><\/td><td><\/td><td><\/td><\/tr><tr><td>Aree modelii 3D<\/td><td>1<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/Modelli3d\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/Modelli3d\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td><h4><span style=\"color: red;\">Geological Map 1:100.000<\/span><\/h4><\/td><td><\/td><td><\/td><td><\/td><\/tr><tr><td>Unit\u00e0 Geologiche<\/td><td>0<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Tettonica<\/td><td>1<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Tracce di Sezione<\/td><td>2<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Sondaggi<\/td><td>4<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Pozzi per idrocarburi<\/td><td>5<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Pozzi per acqua<\/td><td>6<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Miniere<\/td><td>7<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Emissioni Gassose<\/td><td>8<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Cave<\/td><td>9<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Forme Carsiche<\/td><td>10<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Localit\u00e0 di interesse<\/td><td>11<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Sorgenti<\/td><td>12<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Stratimetrie<\/td><td>13<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/carta_geologica_100k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td><h4><span style=\"color: red;\">Geological Map 1:500.000<\/span><\/h4><\/td><td><\/td><td><\/td><td><\/td><\/tr><tr><td>Unit\u00e0 Geologiche<\/td><td>0<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/cartageologica500k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/cartageologica500k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Contatti geologici<\/td><td>1<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/cartageologica500k\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/cartageologica500k\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td><h4><span style=\"color: red;\">Geological Map 1:1.000.000<\/span><\/h4><\/td><td><\/td><td><\/td><td><\/td><\/tr><tr><td>Unit\u00e0 Tettoniche<\/td><td>1<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/cartageologica1M\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/cartageologica1M\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Tettonica<\/td><td>2<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/cartageologica1M\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/cartageologica1M\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Unit\u00e0 Geologiche<\/td><td>4<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/cartageologica1M\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/cartageologica1M\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Faglie<\/td><td>5<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/cartageologica1M\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/cartageologica1M\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td><h4><span style=\"color: red;\">Italian Sea Geological Map<\/span><\/h4><\/td><td><\/td><td><\/td><td><\/td><\/tr><tr><td>Geologia superficiale<\/td><td>1<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Linee di navigazione<\/td><td>2<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>TST<\/td><td>4<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>HST<\/td><td>5<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Quaternario Adriatico Centro Sud<\/td><td>6<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Quaternario Venezia<\/td><td>7<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Valli Messiniano<\/td><td>8<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>SUBCROP<\/td><td>10<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Isocronopache PlioQuaternario<\/td><td>11<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Strutture PlioQuaternario<\/td><td>13<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Strutture Quaternario<\/td><td>14<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Batimetrie<\/td><td>15<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Pozzi<\/td><td>17<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><tr><td>Campioni<\/td><td>18<\/td><td><a href=\"http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer?Request=GetCapabilities&amp;service=WMS\" target=\"_blank\">Get Capabilities<\/a><\/td><td><button class=\"Button Button--default u-text-r-xs\" onclick=\"copyTextToClipboard('http:\/\/sgi2.isprambiente.it\/arcgis\/services\/servizi\/CARG_mare_italiani\/MapServer\/WmsServer')\">Get URL<\/button><\/td><\/tr><\/tbody><tbody><\/tbody><\/table>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Name Layers Capabilities Select URL Geological Map 1:25.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":7788,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-nosidebar.php","meta":{"wp_popup_display_lightbox":0,"wp_popup_suppress":"","wp_popup_trigger":"","wp_popup_trigger_amount":0,"wp_popup_disable_on_mobile":false,"footnotes":""},"tags":[],"class_list":["post-7895","page","type-page","status-publish","hentry"],"featured_media_urls":[],"_links":{"self":[{"href":"https:\/\/portalesgi.isprambiente.it\/index.php?rest_route=\/wp\/v2\/pages\/7895","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/portalesgi.isprambiente.it\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/portalesgi.isprambiente.it\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/portalesgi.isprambiente.it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/portalesgi.isprambiente.it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7895"}],"version-history":[{"count":7,"href":"https:\/\/portalesgi.isprambiente.it\/index.php?rest_route=\/wp\/v2\/pages\/7895\/revisions"}],"predecessor-version":[{"id":7902,"href":"https:\/\/portalesgi.isprambiente.it\/index.php?rest_route=\/wp\/v2\/pages\/7895\/revisions\/7902"}],"up":[{"embeddable":true,"href":"https:\/\/portalesgi.isprambiente.it\/index.php?rest_route=\/wp\/v2\/pages\/7788"}],"wp:attachment":[{"href":"https:\/\/portalesgi.isprambiente.it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7895"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/portalesgi.isprambiente.it\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7895"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}