change meshviewer

eigener Meshviewer-Map
This commit is contained in:
drbroiler 2021-05-24 20:10:01 +02:00
parent 4369e2f5dc
commit 2a1c0d9ed9
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
$(document).ready(function() {
if(window.location.hash) {
$("iframe").attr("src",
"http://karte.leipzig.freifunk.net:8018/meshviewer2/build/" + window.location.hash);
"https://meshviewer.freifunk-leipzig.de" + window.location.hash);
}
});
</script>
<iframe src="http://karte.leipzig.freifunk.net:8018/meshviewer2/build/"
<iframe src="https://meshviewer.freifunk-leipzig.de"
width="100%" style="display:block; height: calc(100vh - 3.25em);width: 100%;">
</iframe>
</div>