[OZAPRS] FW: Sample Google Satellite map

Andrew Rich vk4tec at tech-software.net
Sun Jul 3 07:10:12 EST 2005



-----Original Message-----
From: Andrew Rich [mailto:vk4tec at tech-software.net]
Sent: Sunday, 3 July 2005 7:10 AM
To: TAPR APRS Mailing List
Subject: Sample Google Satellite map


Please click on "satellite" works fine in ie6

Does anyone know how to force to satellite ?

http://www.tech-software.net/google_maps.htm

<script
src="http://maps.google.com/maps?file=api&v=1&key=ABQIAAAA-jOX93FmyJMrY2jo
C0
Wi0xT-2mVh8-hlKWz6ZVsXCWtmWD_JqBRoayfxrXeSbTLrnSiSpxUyF-poFg"
type="text/javascript">
</script>
</head>
<body>
<div id="map" style="width: 800px; height: 600px"></div>
<script type="text/javascript">
//<![CDATA[
if (GBrowserIsCompatible())
{
   var map = new GMap(document.getElementById("map"));
   map.addControl(new GSmallMapControl());
   map.addControl(new GMapTypeControl());
   map.centerAndZoom(new GPoint(153.1033, -27.5739), 4);
}
var point = new GPoint(153.1033, -27.5739);
var marker = new GMarker(point);
map.addOverlay(marker);
//]]>
</script>

_______________________________________________
ozaprs mailing list
ozaprs at marconi.ics.mq.edu.au
http://marconi.ics.mq.edu.au/cgi-bin/mailman/listinfo/ozaprs



More information about the Ozaprs mailing list