Google Earth

Miscellaneous Forums/General Discussion/Google Earth

Hi Guys

I was just given this link and think its worth a look if you have not seen it before.

http://earth.google.com/

kev

Have you been living on http://moon.google.com/ ?


Have you been living on moon.google.com ?



now thats possable or planet new born baby - turned toddler took away all my free time :) for me its new, so is moon.google.com.

kev

lol @ Simon


@Kev
You could have searched for it before posting, but Im with you, if its worth it, its worth it again

And so

http://www.hlcomic.com/archive/

Should we tell him about mars.google.com?

lol @ max-zoom on moon.

did you tried mars.google.com ? ^^

did you guys try to zooom all the way in moon.google.com?????

:D I want some grilled cheese now

Its like watching apes playing with a coke bottle, watching you guys play with google maps offshoots.

MS Virtual Earth is cool too - just create an html page with the following source:

<html>
   <head>
      <title></title>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <script src="http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"></script>
      <script>
         var map = null;
         
         function GetMap()
         {
            map = new VEMap('myMap');
            map.LoadMap();
         }   
         
         function FindLoc()
         {
            map.FindLocation(document.getElementById('txtWhere').value);
         }
      </script>
   </head>
   <body onload="GetMap();">
      <div id='myMap' style="position:relative; width:800px; height:600px;"></div>
      <INPUT id="txtWhere" type="text" name="txtWhere">
      <INPUT id="find" type="button" value="Find" name="find" onclick="FindLoc();">
   </body>
</html>


Won't work for me in MS I-explorer. Only in Firefox. hee-hee.

I love irony.