a gmap-api v3 compatible replacement for the googlemap
[plewww.git] / googlemap / staticgmap3.html
diff --git a/googlemap/staticgmap3.html b/googlemap/staticgmap3.html
new file mode 100644 (file)
index 0000000..08a4f6d
--- /dev/null
@@ -0,0 +1,15 @@
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" class="js">
+<head>
+<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
+<script type="text/javascript" src="./googlemap3.js"></script>
+<script type="text/javascript">
+function my_googlemap () { ts = new Date().getTime(); googlemap("map_area","http://www.planet-lab.eu/sites/sites.kml?" + ts,52,15,4);} 
+onContent(my_googlemap);
+</script>
+</head>
+<body>
+<h1> title </h1>
+<div id="map_area" style="width: 640px; height: 480px">  </div></p>
+<h1> end </h1>
+</body>
+</html>