get coordinates from kml

Bloody Vampire

New Member
I have a number of kml files with just 1 path made in each. How can I get the coordinates from the kml and turn them into an array with each set of coordinates nested inside within their own array?example array:[[lat1, long1],[lat2, long2],[lat3,long3]]I would prefer javascript, but I can do php as well.example kml: \[code\]http://98.214.131.200/Routes/test.kml\[/code\]
 
Back
Top