google-earth

Google earth problem

I want to use Google Earth for a presentation. I want to start with rotating the globe, and after a while zoom in to a certain location. The rotating stuff works, but somehow the zoom doesn't. I have the following code var ge; google.load("earth", "1"); function init() { google.earth.createInstance('map', ini...

Using Matlab Google-Earth Toolbox to plot Latitude and Longitude

I am trying to plot some waypoints using the Google-Earth toolbox. The documentation for it is pretty poor, so I figured this would be a good Stack Overflow question. I have a matrix, wypts that has pairs of latitude and longitude coordinates in decimal format (If anyone is wondering this over the State College Airport (SCE) in Pennsylv...

Does Google ruin its Google Earth images on purpose?

Hi, until a few years ago you would find single satellite images of larger regions on Google Earth. The most recent images, however, look more like patchwork. Often there are patches completely surrounded by another image (from another database?), which makes you wonder if that patch isn't also visible on the other image. I find this ann...

Satellite Map Analysis for Building Generation

Has anyone every heard of a program which analyses a satellite map and attempts to generate three dimensional buildings that roughly match the length/width of their real life counterparts? The use in programs like Google Earth would be phenomenal, and it would be particularly amazing for projects like FlightGear. I'm just about to star...

How can i get real-time tracking results ?

We are trying to achieve is to collect fake gps tracks on some route without going in real time. We first realized by using maps.google.com we can download kml file from any direction between designated points.But these points depend on shape of the road where if we go through a bridge,kml file comes within only begin and end points of ...

Problems with the Google Earth Internal Browser using GWT pages

Good afternoon, I'm developing a google-earth web application, where users can use the desktop Google Earth program to perform searches. One problem I'm running into is that, when the Internal Browser tries to hit a GWT page I have written, with parameters in it, the Internal Browser seems to just drop the second set of parameters. As...