Tagged Questions
A mapping application that allows users to view 3D buildings, imagery, and terrain.
13
votes
6answers
2k views
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 ...
7
votes
3answers
3k views
Google Earth integrated with Google Maps API v3?
I'm trying to integrate Google Earth into Google Maps, and I saw it was possible in v2.
But I can't find any doc about how to do so with v3...
Any idea?
Thanks!
6
votes
5answers
3k views
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?
5
votes
3answers
5k views
Google Earth Heat Maps
Is there a way to create a heat map in google earth, so areas with higher values (of some specified parameter, such as population) appear as hotspots?
5
votes
4answers
7k views
How can I place a html div over the Google Earth plugin? Involves wmode, I imagine
I'm having trouble laying a html div over the Google Earth plugin in a web application, any help would be appreciated.
It's fine for Map, Terrain and Hybrid mode, but on 'Earth' mode, the Flash kicks ...
4
votes
1answer
144 views
Maps with Windows Forms application
I am building a C#/Winforms application that requires a map (a la Google maps, Bing maps etc.). But I am terribly confused by the ToU (licensing) - non-commercial use etc.
My questions:
What ...
4
votes
1answer
234 views
Is a straight line on google earth or google maps geodesic?
Is a straight line on google earth or google maps geodesic? That is, when I view google earth or google maps data on my 2d computer screen, is the image I am seeing "adjusted" correctly that a ...
4
votes
2answers
66 views
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 ...
4
votes
5answers
868 views
programmatically converting kml to image
Are there any open source libraries (preferably python) that will convert a kml file to an image file?
I have an open source web-based application that allows users to draw shapes on a Google Earth ...
4
votes
1answer
608 views
Google Earth Determining zoom level from bounding box
I got a Windows Forms app making use of Google Earth where users can draw a polygon on the map which is used as a geofence.
What I'd like to do is to be able to zoom to the polygon so that it fits ...
4
votes
2answers
2k views
How to run Google Earth Inside a WPF Control
I’m trying to run Google earth inside WPF but I don’t know how. Basically I have managed to run Google Earth in a Windows Form Control inside a Windows Form, everything was OK.
Trying to do the same ...
3
votes
0answers
143 views
How to add custom street names on Google Maps?
So you want to add custom street names or other labels on your Google Map? For example on this location. After learning current (3.6) google map js API you have these possible options:
KmlLayer (not ...
3
votes
1answer
42 views
Is there a way to distinguish mice in JavaScript?
I am wanting to hook up several mice - each one used for different types of input. Is there a way in JavaScript to distinguish between each mouse?
I know that JS may not seem like the right language ...
3
votes
2answers
177 views
How can I use google earth in iOS 4?
now I make iPhone Application (iOS4) by Xcode 4.
I know MKMap Kit for using googleMap to making iOS Apps.
But I wanna use google earth on iPhone App, because the motion is really smooth and pics are ...
3
votes
1answer
2k views
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 ...
3
votes
1answer
142 views
Google Earth on Android
I have installed the Android Emulator:
http://developer.android.com/sdk/index.html
I now have it up and running using the eclipse plug in.
What I want to do is interface with/open/access google ...
2
votes
1answer
175 views
How do I get a servlet container to read JSESSIONID from the query string rather than from the URL
I need to be able to maintain a session by having the JSESSIONID specified as a parameter of the query string of the url rather than part of the URL itself.
I other words I need to maintain a session ...
2
votes
1answer
101 views
Error when parsing JSON data
I want to get elevation data from Google Earth according to latitude and longitude, but I am not able to do this. I'm not sure what I'm doing wrong but my code is shown below.
def ...
2
votes
1answer
147 views
Invoking JavaScript Method via COM Interface
I am working on a project to interface Matlab and Google Earth Plugin.
My idea is to use COM interface, in which the MATLAB as COM-Client and Google Earth Plugin in Internet Explorer 9 as COM-Sever.
...
2
votes
1answer
89 views
How can I draw a point or line on a map in j2me?
I want know how to draw a point on a map that comes from the user's GPS values in a j2me language. Is the map of a city an image (png) or what?
2
votes
2answers
447 views
Drawing holes in polygons with KML in Google Maps or Earth doesn't work. Somebody has an idea?
This is my kml file :
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Placemark>
<name>Pentagon</name>
<Polygon>
...
2
votes
1answer
247 views
Extract information from Google Earth Layer
I need to get the latitude and longitude of all the transportation locations. Google Earth has a transportation layer, can I export this layer information? Specifically I am looking for all the ...
2
votes
1answer
256 views
What mapping/earth controls are available for iPad app development?
What mapping/earth controls are available for iPad app developer? Is MapKit the only one?
2
votes
2answers
510 views
Draw line in Google Earth that takes account of the globe's curvature
I want to draw some lines that would follow either the longitude or latitude, but it doesn't take the globe's curvature in account.
How would I go about doing that? I'm using KML.
2
votes
1answer
962 views
Most effective way to draw smooth animations over google maps?
I'm trying to draw an animation over google maps, hopefully using html5's canvas element. Is this possible? The animation is just along the lines of moving and rotating rectangles (simulating transit ...
2
votes
1answer
2k views
Does the Android API support KML files?
Is there a way in Android to load KML files from Google Earth into a map widget?
Specifically I am looking to load saved shapes created in Google Earth overtop a map widget as easily as possible. ...
2
votes
2answers
192 views
Is there any way to include Google Earth imagery within an OpenGL program?
I'm building a program that uses weather simulation using OpenGL. I want to include Google Earth imagery with zoom and pan. Is this possible? Or can it be done the other way round, including OpenGL ...
2
votes
2answers
3k views
How do you create a polygon shape in a KML that is positioned in the air?
I need to be able to place a polygon object with a given height into a KML that will be located above the ground. I'm looking to display airspace information into a KML and each airspace has a low ...
2
votes
4answers
926 views
kmz compression for google earth images with java
Does anyone know what compression to use in Java for creating KMZ files that have images stored within them? I tried using standard Java compression (and various modes, BEST_COMPRESSION, ...
2
votes
3answers
2k views
Plotting a trajectory over time (a movie) using Google Earth/Maps
I have a set of points starting from (0,0,0) charting a path taken by a vehicle in 3D with each point being the distance traveled in its respective dimension. I need to do 2 things
Let (0,0,0) ...
2
votes
2answers
327 views
How do I maintain session state with a Google Earth client?
I'm playing with dynamic updates to Google Earth KML files.
The updates are of the form
<kml...>
<NetworkLinkControl>
<Update>
<targetHref="...">
...
2
votes
3answers
1k views
Display regular street map on Google Earth
I'm writing an application that displays data using Google Earth.
In certain situations, it would be more convenient if, rather than displaying satellite images, the surface of the earth would look ...
1
vote
1answer
66 views
Accessing a placemark with google earth api through Region-Based Network Linked kml files
I have a huge set of placemarks loaded using regionated kml files. (around 1000 kml files generated).
For example , I have a button, when clicked camera flies to the location of the placemark I want ...
1
vote
1answer
60 views
How to reference KML file on my pc instead of any server online, in C# ASP.NET
I have web application with Google Earth embedded but so far its not doing anything. What I need is to "reference"/parse a KML file to it which I created on my pc and load it up in the application.
...
1
vote
1answer
71 views
Plotting 500 US cities to a map
I have 500 US cities in a MySQL table. I have the city name, state, longitude and latitude. I want to visually see these cities plotted on a map of the US.
How can I do this? Are they any free tools ...
1
vote
2answers
85 views
JavaScript In KML Ignored By Google Earth Plugin
I've created a simple KML file that works in the standalone Google Earth client, but won't work at all in the Google Earth Plugin (regardless of browser):
<?xml version="1.0" encoding="UTF-8"?>
...
1
vote
2answers
119 views
Create kml from csv in Python
I am new to Python. I am working on gps files. I need to convert a CSV file having all the gps data to kml file. Below is the code in python I am using :
import csv
#Input the file name.
fname = ...
1
vote
1answer
107 views
Referring to a Placemark in KML
Is there a way to refer to a placemark (probably by using the Placemark ID attribute) ?
Use case:
Suppose you have a list of bus stops in a city. Some stops will be common to many bus lines. If ...
1
vote
0answers
99 views
KML Network Link - Fly To
I am developing an application that launches Google Earth with a KML file that links to other local files via <NetworkLink>, which does Time Interval refreshing. I'm trying to define a KML file ...
1
vote
1answer
294 views
How to properly update Google Earth KML using NetworkLinkControl and the Java API for KML (JAK)?
I'm building an application that serves up data to a standalone Google Earth client. I want to send over an initial set of data, then update it dynamically using <NetworkLinkControl> and ...
1
vote
1answer
98 views
Adding FlyTo link in KML description
I'm trying to specify a Placemark's description to have a hyperlink to another earth location, but not to another placemark. When the link is clicked, I simply want to fly to that location on the ...
1
vote
1answer
126 views
Dynamic KML placemark name display possible?
I am looking to have two names for a placemark, one displayed when the placemark is hovered over, and one when it is not hovered over. The only information I've been able to find is changing the style ...
1
vote
1answer
59 views
Only one pin on same gps location (kml/google earth)?
Hy,
I am developing some sort of monitoring system with GPS coordinates through KML in Google Earth. It happens a lot, that two or more pins are located in exactly the same GPS location (because of ...
1
vote
2answers
63 views
Earth in Google Maps
I recently came by this website: http://www.google.com/earth/explore/products/earthview.html
"Earth view in Google Maps"
Does this mean, I use the usual Google Maps APIs (V3) to manage the map while ...
1
vote
1answer
35 views
How can i use the following hyperlink in Google Maps, but have it show the road labels as well?
I am using the following hyperlink to display a set of coordinates in Google Maps. It is working great. However, is there a way to have it display the road labels as well?
I do realize that if i ...
1
vote
2answers
47 views
I google maps, s there a way to change the view from 'map' to 'earth' or 'satellite, in a http link?
How can i change the following hyperlink path, to show by default, the earth or satellite view in Google Maps?
...
1
vote
2answers
160 views
Can you integrate Google Earth in your iOS app?
May be in a UIWebView, can you show the interactive Globe of Google Earth using its APIs?
How much control would I have to restrict various things like zoom level, flying from one destination to ...
1
vote
1answer
131 views
Inconsistency while invoking JavaScript Method in Internet Explorer ActiveX control
I am working on interfacing MATLAB with Google Earth Plug-in. The interface uses Internet Explorer ActiveX control as host for the Google Earth Plug-in as the plug-in uses JavaScript.
In a simple ...
1
vote
1answer
228 views
wait for Google Earth to finish loading before executing next command in matlab
I am working on feeding Matlab's simulation data to Google Earth Plug-in via COM.
My problem is that the command,which should be invoked after Google Earth finished loading, is invoked before that. ...
1
vote
2answers
324 views
C# - Find coordinates to extend line by certain amount of kilometers
I need to calculate the coordinates of a point that extends an existing line by a certain amount of kilometers.
Given Input:
(1) beginning and ending coordinates of an existing line (in degrees).
(2) ...