Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
Using a KML file I can show Google Earth in website. Now, can anyone give me idea to implement following specification?

I need following buttons above the Google Earth plugin

a. User must be able to switch between map and earth.
b. User should be able to save and download the map or earth as image

So we have to use same KML file (that is used for google earth) to show google map. After that google earth or the google maps have to be saved as image.
Posted

1 solution

How to use KML file in google maps:

http://googlemapsapi.blogspot.com/2006/11/kml-on-google-maps.html[^]

There are various techniques for converting a page (or part thereof) to an image. Most are browser dependent.

Here's one that works on a reasonable set of browsers:

http://html2canvas.hertzen.com/[^]

You'll have to test it to see if it will work for google earth and google maps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900