point.kml 383 B

1234567891011
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://www.opengis.net/kml/2.2">
  3. <Placemark>
  4. <name>Simple placemark</name>
  5. <description>Attached to the ground. Intelligently places itself
  6. at the height of the underlying terrain.</description>
  7. <Point>
  8. <coordinates>-122.0822035425683,37.42228990140251,0</coordinates>
  9. </Point>
  10. </Placemark>
  11. </kml>