how to change format 1 to format 2 .
Posted
by zjm1126
on Stack Overflow
See other posts from Stack Overflow
or by zjm1126
Published on 2010-04-13T03:08:29Z
Indexed on
2010/04/13
3:33 UTC
Read the original article
Hit count: 463
jQuery
|JavaScript
- when i store my kml string to databse,i be this :
2.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Placemark>
<name>Simple placemark</name>
<description>Attached to the ground. Intelligently places itself
at the height of the underlying terrain.</description>
<Point>
<coordinates>-122.0822035425683,37.42228990140251,0</coordinates>
</Point>
</Placemark>
</kml>
so how to change it using jquery or javascript
© Stack Overflow or respective owner