-
Notifications
You must be signed in to change notification settings - Fork 0
/
iphone_map.html
33 lines (25 loc) · 1.51 KB
/
iphone_map.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
31
32
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://opengraphprotocol.org/schema/"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<title>Budapest Cycle Track</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
body {margin: 0px;}
</style>
</head>
<body>
<!--<iframe id="map" scrolling="no" src="http://www.google.com/fusiontables/embedviz?viz=MAP&q=select+col3+from+979332+&h=false&lat=${lat}&lng=${lng}&z=15&t=1&l=col3"></iframe>-->
<!--<iframe id="map" scrolling="no" src="http://www.google.com/fusiontables/embedviz?viz=MAP&q=select+col3+from+979332+&h=false&lat=${lat}&lng=${lng}&z=15&t=1&l=col3"></iframe>-->
<!--teljes adat-->
<iframe id="map" scrolling="no" src="http://www.google.com/fusiontables/embedviz?viz=MAP&q=select+col0%2C+col1%2C+col2%2C+col3+from+1165644+&h=false&lat=47.48612098660691&lng=19.05827522277832&z=15&t=1&l=col3"></iframe>
<!--1 filter-->
<!--<iframe id="map" scrolling="no" src="http://www.google.com/fusiontables/embedviz?viz=MAP&q=select+col0%2C+col1%2C+col2%2C+col3+from+1165644+where+col2+%3C+'450'&h=false&lat=47.48612098660691&lng=19.05827522277832&z=14&t=1&l=col3"></iframe>-->
<script type="text/javascript">
m = document.getElementById('map');
m.style.height = (window.innerHeight-4)+"px";
m.style.width = (window.innerWidth-4)+"px";
</script>
</body>
</html>