google-earth Questions

6

Solved

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 = r...
Innovate asked 23/9, 2011 at 13:16

4

Solved

I want to be able to specify the radius of points effectively in meters. The API is configured so that the radius property is held to be constant for pixels, so that zooming in causes the heatmap t...

1

Solved

I've created an input handler for NASA Worldwind that I'm trying to replicate Google Earth like zooming with. I'm trying to make zoom towards the mouse cursor, instead of the center of the screen...
Violone asked 6/12, 2017 at 16:53

4

Solved

I don't know if you have seen the amazing Mytrack update, but it allow to send a kml file to Google Earth app and display it inside the Google app (if installed, of course). The source code is t...
Wandie asked 14/7, 2012 at 12:15

4

Solved

I am trying to protect my KML file, from being downloaded or its data extracted easily. All I want is the file to be viewed in google maps or google earth, but no one is allowed to download it or e...
Basal asked 16/5, 2012 at 22:18

1

My team and I are working on the Trendy Lights Tutorial. We have set up all the files and also have converted the .p12 key to .pem key but failed to run the app on the Google Cloud Platform and c...

2

Solved

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. ...
Woolsey asked 15/3, 2010 at 1:53

8

Solved

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 displa...
Selina asked 28/10, 2009 at 22:39

3

Solved

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 map...
Reduplicative asked 15/11, 2011 at 12:32

5

Solved

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 ki...
Evelynneven asked 3/2, 2009 at 12:59

1

Solved

I am experiencing a peculiar issue with IIS and KMZ files. I have added the MIME type to IIS and it works just fine -- however, seemingly randomly the MIME type is removed. This has happened a few ...
Batts asked 7/7, 2014 at 15:30

1

Solved

I have in mind to develop a desktop application that simulates a satellite camera orbiting the earth. I would like to use Google Earth in a desktop application instead of embedding it in a website....
Magbie asked 24/6, 2014 at 8:0

1

Solved

Does anybody know how to display custom KML Placemark icon using image from local disk or network drive. I tried this and it is not working: <?xml version="1.0" encoding="UTF-8"?> <kml x...
Vanitavanity asked 19/6, 2014 at 17:36

3

Solved

Like the post below I cannot get my placemark to display my icon at their actual size. https://stackoverflow.com/questions/21549842/how-to-display-custom-icon-of-placemark-in-original-size-width-h...
Phoenicia asked 20/3, 2014 at 6:22

1

Solved

I'm having trouble figuring out how to calculate line-of-sight (LOS) between two (lat, lon) points, within R code. Any advice on how to approach this problem would be appreciated. I would like to u...
Scarborough asked 17/2, 2014 at 23:28

4

I want to use Google Earth in a desktop application. My question is which one of these two APIs provided by google do you think has more functionality and/or best support? Thank you very much
Marras asked 9/12, 2009 at 23:15

6

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?
Puritanical asked 3/8, 2009 at 20:52

2

Solved

Is it possible to develop an application in Qt, using Google Earth? For example, I want to show the earth (as in google earth) as a sphere via QtGL in my application.
Piscator asked 16/3, 2012 at 16:27

1

Solved

I'm trying to use simplekml to put a bunch of geotagged photographs into a KML file (well, a KMZ file actually) to view in Google Earth. I've gotten the locations to display, however when I try to ...
Plump asked 12/3, 2013 at 23:4

1

Solved

<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http:...
Propst asked 29/11, 2012 at 16:35

1

Solved

I am able to display polygons, circles, etc etc, using KML. Now i want to display only some Names using KML. Is this Possible ?
Erasmoerasmus asked 14/11, 2012 at 11:33

2

I am exploring using Google Earth within a C++ application I am writing for Linux. This application would be operating at a very high resolution (approx. 6000 x 3000 pixels). I am confident about t...
Rains asked 1/11, 2012 at 2:58

8

Solved

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?
Rockwood asked 20/8, 2009 at 0:22

1

Solved

I'm looking at creating KML placemarks with Timestamp elements. This itself is fairly easy to do, but I don't like the behavior of Google Earth only showing a small band of time when the KML is ini...
Glassful asked 17/9, 2012 at 12:18

2

Solved

I have a map of a specific area and I need to determine whether a given location -with lat-lon coordinates- falls into any grid that covers this map. I decided to divide the map of the area...
Seiler asked 20/8, 2012 at 20:15

© 2022 - 2024 — McMap. All rights reserved.