/Prototipo/KMLs/KMLFB.kml

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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://www.opengis.net/kml/2.2">
  3. <Document>
  4. <Placemark>
  5. <Point>
  6. <coordinates> -35.123,-57.312</coordinates>
  7. </Point>
  8. </Placemark>
  9. <Placemark>
  10. <LineString>
  11. <coordinates>
  12. -36.23,-56.412
  13. -37.123,-56.612
  14. -38.123,-56.712
  15. -39.123,-56.112
  16. </coordinates>
  17. </LineString>
  18. </Placemark>
  19. <Placemark>
  20. <Polygon>
  21. <outerBoundaryIs> <LinearRing>
  22. <coordinates>
  23. -39.123,-50.412
  24. -38.333123,-51.231612
  25. -39.36123,-51.712555
  26. -37.111123,-52.112
  27. -39.123,-50.412
  28. </coordinates>
  29. </LinearRing>
  30. </outerBoundaryIs>
  31. </Polygon>
  32. </Placemark></Document>
  33. </kml>