Extract coordinate data from embedded Google Maps pins -


thanks in advance.

i'm trying coordinates pins in embedded google map: http://www.tcatbus.com/learn/system-map

is there way? looked kmz extraction unable find file. other suggestions?

the kmz format zipped kml, , kml in turn xml. "pin" represented <point> within <placemark> tag in mark-up follows:

    <placemark>         <name>pin name</name>         <description>pin description</description>         <point>             <coordinates>-2.465543,51.280132,0 </coordinates>         </point>     </placemark> 

you can extract kml kmz unzipping it, or open in google earth , export kml (the latter method has advantage validate kmz file in case have not kmz). tutorial on kml available here.


Comments

Popular posts from this blog

How to group boxplot outliers in gnuplot -

cakephp - simple blog with croogo -