PHP Classes

google earth

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  PHP Forms Class with HTML Generator and JavaScript Validation package blog  >  How to Show Google Ma...  >  All threads  >  google earth  >  (Un) Subscribe thread alerts  
Subject:google earth
Summary:need help to show kml file directly on browser
Messages:2
Author:rahul
Date:2010-05-13 11:42:11
Update:2010-05-17 07:48:01
 

  1. google earth   Reply   Report abuse  
Picture of rahul rahul - 2010-05-13 11:42:12
Hello All ,

How we can display place mark on virtual google earth (ie on browser).
i am trying a lot,but still i have to manualy rum kml file on google earth.
I want direct out put on browser.
thanks in advance.

  2. Re: google earth   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2010-05-17 07:48:01 - In reply to message 1 from rahul
KML is a XML format. What you can do is to parse the KML file in the PHP script to extract the placemarks location. Then you add markers to the map like in the test_map_location_input.php.