a gmap-api v3 compatible replacement for the googlemap
[plewww.git] / googlemap / staticgmap3.html
1 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" class="js">
2 <head>
3 <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
4 <script type="text/javascript" src="./googlemap3.js"></script>
5 <script type="text/javascript">
6 function my_googlemap () { ts = new Date().getTime(); googlemap("map_area","http://www.planet-lab.eu/sites/sites.kml?" + ts,52,15,4);} 
7 onContent(my_googlemap);
8 </script>
9 </head>
10 <body>
11 <h1> title </h1>
12 <div id="map_area" style="width: 640px; height: 480px">  </div></p>
13 <h1> end </h1>
14 </body>
15 </html>