Use new map

This commit is contained in:
micw 2021-12-02 20:42:03 +01:00
parent 01c263e54f
commit e8a32db406
1 changed files with 2 additions and 10 deletions

View File

@ -6,18 +6,10 @@
<body class="is-preload">
<div id="page-wrapper">
{{- partial "header.html" . -}}
<script type="text/javascript">
$(document).ready(function() {
if(window.location.hash) {
$("iframe").attr("src",
"https://meshviewer.freifunk-leipzig.de" + window.location.hash);
}
});
</script>
<iframe src="https://meshviewer.freifunk-leipzig.de"
<iframe src="https://karte.freifunk-leipzig.de" id="meshviewer-embedded"
width="100%" style="display:block; height: calc(100vh - 3.25em);width: 100%;">
</iframe>
<script type="text/javascript" src="https://karte.freifunk-leipzig.de/embed.js" />
</div>
{{- partial "scripts.html" . -}}
</body>