/Prototipo/Servlet/web/otroKml.kml

http://prototipomemoria.googlecode.com/ · Unknown · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · c8e25de75bc2322e6fc8af38588c0d9c MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://earth.google.com/kml/2.1">
  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>41.875696,-87.624207,0</coordinates>
  9. </Point>
  10. </Placemark>
  11. </kml>