4
votes
1answer
50 views

Changing projection in KML from Google Earth to Maps

I have created a bunch of map tiles for Google Maps mistakenly using the Google Earth projection. Is there a tool available to batch warp the KML files to the correct projection or will I need to ...
1
vote
0answers
145 views

Displaying a dynamic KML file on Google Maps as it is on Google Earth

how can i display my kml files through network link on Google Maps instead of showing it on Google Earth. I have tried the step mentioned on this link ...
0
votes
1answer
60 views

What are these Google Maps glowing spots? [duplicate]

Can any help me by identifying these glowing spots on the google maps image below? Am I in danger(I live nearby)? Google Maps Link
6
votes
2answers
264 views

Why do some maps show Sandy Island?

I need to ask you guys after reading this article. Any speculations on why some maps showed it? What can be the cause of inaccuracies in (web)Maps?
3
votes
1answer
148 views

Google Earth/Maps aerials via arc2earth producing cuts in PDF output

I just purchased a month of arc2earth. They provide Google imagery backgrounds with great resolution and display fine in ArcMap but after exporting to PDF they have these triangular cuts as seen here: ...
2
votes
3answers
687 views

Why are the tile coordinates different in Google maps and Google earth?

I have a .NET application that typically uses the standard Google Maps JavaScript API V2. Within this application I am using a GTileLayerOverlay to add my own custom dynamic tile layer. function ...
0
votes
2answers
351 views

Is there a way to get Openlayers' KML reader to deal with tessellation?

I'm trying to use OpenLayers' KML reader to display a KML file on a map, but the KML itself has LinearRings tha have a tessellate value of 1. I realize that this is used by google earth to snap the ...
1
vote
2answers
480 views

How to create a custom Balloon for Google Earth?

I just came across one question related to google maps in stackoverflow. Google Maps: How to create a custom InfoWindow? I really like the popup that they mentioned in the question and the image is ...
3
votes
1answer
879 views

MS SQL Server's STDistance output differs from Google Earth/Maps straight line distance

I am testing SQL Server STDistance function in the following way: DECLARE @g geography; DECLARE @h geography; SET @g = geography::STGeomFromText('POINT(53.553813 9.99158)', 4326); SET @h = ...
4
votes
2answers
4k views

Why can't I “turn on” a map view in Google Earth?

Why can't I toggle between map view and satellite imagery in Google Earth as I can in Google Maps? Is there an easy way to add Map View to Google Earth?
2
votes
1answer
337 views

Rendering 3D timezones KML on a 2D map

I'm trying to render a KML layer (with timezones) in Google Maps API v3. The KML layer works fine in 3D (in Google Earth), but when I render it in 2D, the timezone lines that meet at the North Pole ...
4
votes
3answers
402 views

Google earth Borders on Google maps

Google earth comes with a variety of borders, for example: International Borders 1st Level Admin Borders 2nd Level Admin Regions I was wondering if it is possible to render these borders on Google ...
2
votes
1answer
694 views

Select more than one place at a time in Google Earth?

I've got a Google Earth .kmz file opened in my copy of Google Earth 6.0.1.2032 running on Mac OS X 10.6.7. There are about 5000 points/"places" in the file and they show up fine. What I would like to ...
2
votes
3answers
431 views

Google Earth alternate tile set

I have a Google Maps compatible tileset running on a local server and I can browse this in a browser with the Google Maps API and OpenLayers. Can I force Google Earth to use this tileset so I can ...