-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBeispiel7b.html
24 lines (24 loc) · 1.1 KB
/
Beispiel7b.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="de">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8">
<title>GPXViewer Beispiel 7b</title>
<style>
.m { width:200px;height:200px;margin:20px;display:inline-block;vertical-align:top;
resize: both; overflow: scroll; border:1px solid black }
</style>
</head>
<body>
<h1>GPXViewer Beispiel 7b - Drei kleine Karten, die vergrößert werden können</h1>
<div class="m gpxview:Beispiel1.gpx:Karte"><noscript><p>Zum Anzeigen der Karte wird Javascript benötigt.</p></noscript></div>
<div class="m gpxview:Beispiel2.gpx:Karte"><noscript><p>Zum Anzeigen der Karte wird Javascript benötigt.</p></noscript></div>
<div class="m gpxview:Beispiel3.gpx:Karte"><noscript><p>Zum Anzeigen der Karte wird Javascript benötigt.</p></noscript></div>
<hr><p>7. 5. 2019 <a href="https://www.j-berkemeier.de/GPXViewer/">GPX-Viewer</a></p>
<script>
var Legende = false;
var Fullscreenbutton = true;
</script>
<script src="GM_Utils/GPX2GM.js"></script>
</body>
</html>