| Entrambe le parti precedenti la revisioneRevisione precedenteProssima revisione | Revisione precedente |
| home [2023/04/25 22:12] – serena | home [2024/02/03 03:22] (versione attuale) – serena |
|---|
| ====== Benvenuti ====== | ====== Benvenuti ====== |
| {{:logo_8.png?80 |}} | {{:wiki:logo_8.png?80 |}} |
| |
| <HTML> | <HTML> |
| } | } |
| </style> | </style> |
| | |
| |
| Il portale <i> METALING: METALINGuistic sources for the knowledge of ancient languages </i> (<a href="https://www.metaling.it">www.metaling.it</a>) diffonde i risultati del progetto <a href="./doku.php?id=PROGETTO"> Metalinguistic texts as a privileged data source for the knowledge of ancient languages </a> (PRIN2020).<br><br> | Il portale <i> METALING: METALINGuistic sources for the knowledge of ancient languages </i> (<a href="https://www.metaling.it">www.metaling.it</a>) diffonde i risultati del progetto <a href="./doku.php?id=PROGETTO"> Metalinguistic texts as a privileged data source for the knowledge of ancient languages </a> (PRIN2020).<br><br> |
| |
| </p> </span> | </p> </span> |
| | |
| | <HTML> |
| | <iframe src="https://www.metaling.it/leaflet.html" width="100%" height="520px" style="border: 2px solid #828282;"></iframe> |
| |
| </HTML> | </HTML> |
| |
| <html> | |
| <head> | |
| <title>La mia mappa Leaflet</title> | |
| <link rel="stylesheet" href="leaflet.css" /> | |
| <script src="leaflet.js"></script> | |
| <style> | |
| #mapid { height: 500px; } | |
| </style> | |
| </head> | |
| <body> | |
| <div id="mapid"></div> | |
| <script> | |
| var mymap = L.map('mapid').setView([43.7, 7.25], 8); | |
| |
| L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { | |
| attribution: 'Map data © <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors, <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>', | |
| maxZoom: 18, | |
| tileSize: 512, | |
| zoomOffset: -1 | |
| }).addTo(mymap); | |
| |
| var circle = L.circle([40.00, 5.00], { | |
| color: '#842434', | |
| fillColor: '#f03', | |
| fillOpacity: 0.2, | |
| radius: 1000000 // in meters | |
| }).addTo(mymap); | |
| |
| var circle2 = L.circle([39.00, 22.00], { | |
| color: '#842434', | |
| fillColor: '#f03', | |
| fillOpacity: 0.2, | |
| radius: 500000 // in meters | |
| }).addTo(mymap); | |
| mymap.fitBounds(circle.getBounds()); // zoom to fit the circle | |
| |
| var circle3 = L.circle([40.23, 44.57], { | |
| color: '#842434', | |
| fillColor: '#f03', | |
| fillOpacity: 0.2, | |
| radius: 300000 // in meters | |
| }).addTo(mymap); | |
| mymap.fitBounds(circle.getBounds()); // zoom to fit the circle | |
| |
| var circle4 = L.circle([35.13, 38.35], { | |
| color: '#842434', | |
| fillColor: '#f03', | |
| fillOpacity: 0.2, | |
| radius: 300000 // in meters | |
| }).addTo(mymap); | |
| mymap.fitBounds(circle.getBounds()); // zoom to fit the circle | |
| |
| var circle5 = L.circle([39.00, 35.00], { | |
| color: '#842434', | |
| fillColor: '#f03', | |
| fillOpacity: 0.2, | |
| radius: 420000 // in meters | |
| }).addTo(mymap); | |
| mymap.fitBounds(circle.getBounds()); // zoom to fit the circle | |
| |
| var circle6 = L.circle([21.00, 78.00], { | |
| color: '#842434', | |
| fillColor: '#f03', | |
| fillOpacity: 0.2, | |
| radius: 1200000 // in meters | |
| }).addTo(mymap); | |
| mymap.fitBounds(circle.getBounds()); // zoom to fit the circle | |
| |
| var circle7 = L.circle([7.60, 85.22], { | |
| color: '#842434', | |
| fillColor: '#f03', | |
| fillOpacity: 0.2, | |
| radius: 1300000 // in meters | |
| }).addTo(mymap); | |
| mymap.fitBounds(circle.getBounds()); // zoom to fit the circle | |
| |
| var circle8 = L.circle([0.38, 113.91], { | |
| color: '#842434', | |
| fillColor: '#f03', | |
| fillOpacity: 0.2, | |
| radius: 1000000 // in meters | |
| }).addTo(mymap); | |
| mymap.fitBounds(circle.getBounds()); // zoom to fit the circle | |
| |
| </script> | |
| </body> | |
| </html> | |
| |