Advertisement
goatbar

Untitled

Jan 12th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
  3. <Document>
  4.   <Folder>
  5.     <Placemark>
  6.         <name>SamplePlacemark</name>
  7.         <description>write popup text here</description>
  8.         <Point>
  9.             <coordinates>-95.45175761766055,37.6819361858043,0</coordinates>
  10.         </Point>
  11.     </Placemark>
  12.   </Folder>
  13. </Document>
  14. </kml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement