-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBeispiel9.html
30 lines (30 loc) · 926 Bytes
/
Beispiel9.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
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="de">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8">
<title>Beispiel 9</title>
<style>
html,body { height:100% }
#map1 { width:80%;height:500px;margin:auto }
</style>
</head>
<body>
<h1>Beispiel 9 - Wegpunktcluster</h1>
<div id="map1" class="gpxview:Beispiel4.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 src="GM_Utils/GPX2GM.js"></script>
<script>
/* JB.GPX2GM.callback = function(pars) {
switch(pars.type) {
case "Map_n":
pars.Map.map.setOptions({draggable:false});
break;
}
return true;
} // JB.GPX2GM.callback */
var Wpcluster = true;
var Fullscreenbutton = true;
</script>
</body>
</html>