CINXE.COM
Mapas enfrontados - Patrimoniogalego.net
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>Mapas enfrontados - Patrimoniogalego.net</title> <link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css" /> <script type="text/javascript" src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js"></script> <script type="text/javascript" src="L.Map.Sync2.js"></script> <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css"/> <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css"/> <script type="text/javascript" src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script> <script type="text/javascript" src="http://www.patrimoniogalego.net/kml/bens.js"></script> <style type="text/css"> html, body { width:100%; height:100%; margin:0; } #map1, #map2 { width:49.8%; height:90%; } #map1 { border-width: 0 1px 0 0; border-style: solid; border-color: grey; } #map1 { float:left; } #map2 { float:right; } #cabeceira { height:9%; margin:0; padding:2px 0 0px 10px; font-family:herculanum; border-bottom: 1px solid grey; } #cabeceira img { max-width:100%; } #cabeceira #logo { width:7%; float:left; padding-right:10px; margin-right:10px; border-right: 1px solid grey; } #cabeceira #titulo { font-weight:bold; font-size:200%; color: #3f1b1b; } #cabeceira #subtitulo { font-family:sans-serif; font-size:100%; color: #575757; } @font-face { font-family: "herculanum"; src: url("Herculanum.woff") format('woff'); } </style> </head> <body> <div id="cabeceira"> <div id="logo"> <a href="http://patrimoniogalego.net"> <img src="http://patrimoniogalego.net/wp-content/uploads/2011/04/logo_patrimonio.jpg" alt="Patrimonio Galego"/> <img src="RPCcor.png" alt="Rede do Patriomonio Cultural de Galicia"/> </a> </div> <div id="titulo">Mapas enfrontados</div> <div id="subtitulo">Compara a situaci贸n dos bens culturais galegos entre o presente e 1956 a partir da base de datos de <a href="http://patrimoniogalego.net">patrimoniogalego.net</a></div> </div> <div id="map1"></div> <div id="map2"></div> <script type="text/javascript" src="mapasenfrontados.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-30629605-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>