google-earth

GoogleEarth inside Java Swing

Is it possible to embed a GoogleEarth view inside a Java Swing app? If so, could you please point me to a tutorial explaining how to do it? ...

Display tracks in Google Earth

A coworker displayed the route he used to commute to/from work on Google Earth but won't tell me how he did it. I have a laptop with GE installed. Can you tell me how to do this. I guess I need something to collect the coordinates, and then create somesort of tracks but any pointers would be helpful. Also, can this be done in real time...

Calculating bounding grid coordinates to a user click on google maps/google earth

Hello, I have a requirement to calculate the centroid or geodesic midpoint of when a user clicks in between the lat/long grid crossing. The crossing forms a square in most parts of GE and sometimes elongated rectangles. This is due to the shape of the earth of course. I'm looking for a valid mathematical formula that would allow a ...

Detect Google Earth is installed in a web page on Internet Explorer

Is it possible in web page on Internet Explorer to detect if the Google Earth application is installed on the client machine using Javascript? This page is part of a Trusted Site on an intranet. Update: detecting it via creating an ActiveX object or any IE specific javascript is fine. ...

Determine if Google Earth is installed (on Windows)

I have a VB.NET app that generates KML to show within Google Earth. I simply do a Process.Start on the .KML file created. The problem is obviously "what if Google Earth isn't installed" and that's what I want to avoid. Is there a way, in Windows, (not web) to determine if Google Earth is installed? If not, I'll prompt them that it's ...

Parsing Google Earth XML data using VB.NET

Here is a simplified version of the XML returned. <?xml version="1.0" encoding="UTF-8" ?> <kml xmlns="http://earth.google.com/kml/2.0"&gt; <Response> <name>1321 herbert street, Warren, MI</name> <Status> <code>200</code> <request>geocode</request> </Status> <Placemark id="p1"> <a...

Noob is parsing Google Earth XML data using VB.NET, part III

I have this XML that I am trying to read into an object hierarchy: <?xml version="1.0" encoding="utf-8"?> <kml xmlns="http://earth.google.com/kml/2.0"&gt; <Response> <name>1321 herbert street, Warren, MI</name> <Status> <code>200</code> <request>geocode</request> </Status> <Placemark id="p1"> <address...

dynamic map managment in google earth

Hi, My goal is to display various shapes(polygons, points, linestring) on google maps by using data entered into a Postgis database dynamically(i mean by that we can see modifications in the map in real time). I was looking for a way to do this that used the spatial structure already provided in postgis(already designating if shape is ...

How to display a moving boat in Google Earth ?

I am new to the KML format and try to figure out how to display a boat (a png), moving from a place to another along a path (a simple line drawn composed of several lines). I can see how to display a Placemark, even with an icon, and a Path, separately. What I would like to see when I click on the KML file is : the boat appearing at...

KML to google maps

I have a KMZ file containing an animation for google earth. the KMZ contains KML with and a series of PNGs to overlay in a latlng boundary. I want to 'port' this to google map api, but some tags (timespan importantly) are unsupported. What is the most painless way to start accomplishing this task? ...

Geocoding using Google Earth

Dear all, I would like to get a pair of coordinates (longitude, latitude) from a postal address. I am coding VBA in an Excel workbook. I can assume that Google Earth is installed and registered as COM server. Thus I have been looking for a way to use the Google Earth COM API to achieve this, however I have not managed to find anything....

Winforms: GPS GUI

Our development team has been tasked with "creating" (or reusing an existing) GUI application that will display certain objects (be they people, cars, tools, w/e) in a certain field that could range in size between a couple of blocks to an entire city. Generally our users divide the area off into four or more quadrents and assign other ...

Linking to Wikipedia abstracts (the way Google Earth does it)

I'm embedding Wikipedia pages in my app, and I'd like to show the same simplified abstract that Google Earth shows. (It gives the first several paragraphs and a link to the full content, without any serious layout.) I know about the printable=true option, but that's not what I'm looking for. ...

Liteweight CGI Server to use on local machine to serve KML to Google Earth via Python or similar?

Greetings, I want to write a script that handles simple http requests from Google Earth and sends back KML to display map tiles that are stored locally. I would LIKE to use Python but any language is fine. I have not ever done anything with CGI, but I think this is the simplest way to accomplish my task. This is what the Google KML d...

Google Earth KML with polygones with longitudes greater than 180deg?

Hi, I use polygones in kml files for displaying a rocket's flightpath from ground into orbit in google earth kml files. the problem is, that google earth can't handle longitued greater than 180deg, so when a rocket will circle more than ones around the globe the longitued values has to be recalculated. Is there a way in using longitude...

Nesting KMZ files

Is it possible to create one KMZ file that is composed of several smaller KMZ files? I would prefer to not have to manually merge the actual KML entities, but I will if that's the only option. Thanks, Matthew ...

KML + Google Earth: Big complex overlay with timeline selector?

Got a question regarding overlays and timelines in Google Earth (or possibly other KML-friendly clients). I have data for every minute of the day for a given day that represents a numeric value for various areas on the map, and I want to display that data in a manner that looks basically like a weather radar map. So, for each minute, I...

Overlay Google Maps Normal tiles in the Google Earth Api

I'm not sure if this is possible, but I would like to overlay the Normal Google Map Tiles(type: G_NORMAL_MAP) inside of the Google Earth Web Api. The satellite maps have too inconsistent of contrast for the layers I want to display. Any help would be appreciated on if this is possible, and if it is a direction on how to do it. Thank...

Create Google Earth zoom in

Is there any way to create a zoom in to a location like Google Earth for a site??? I think, I can do this with a slide show in Flash or jQuery, but I would like to know if there is a better alternative way! Thanks ...

Google maps and Google earth application

Hello all. I want to develop an application to find the value of a property based on some constants(such as the distance from the shore,the width of the road in frond of the property,the neighborhood that is located to etc) -constants that i will have to insert to that application (i guess with some tool that can make kml files with poin...