PageRenderTime 13ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/examples/StyledKMLParser/src/polygon.xml

http://gmaps-utility-library-flash.googlecode.com/
XML | 36 lines | 36 code | 0 blank | 0 comment | 0 complexity | 696ed19fd995a18985a613d71e9f3c63 MD5 | raw file
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://earth.google.com/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
  3. <Document>
  4. <name>Polygon.kml</name>
  5. <open>0</open>
  6. <Placemark>
  7. <name>hollow box</name>
  8. <Polygon>
  9. <extrude>1</extrude>
  10. <altitudeMode>relativeToGround</altitudeMode>
  11. <outerBoundaryIs>
  12. <LinearRing>
  13. <coordinates>
  14. -122.366278,37.818844,30
  15. -122.365248,37.819267,30
  16. -122.365640,37.819861,30
  17. -122.366669,37.819429,30
  18. -122.366278,37.818844,30
  19. </coordinates>
  20. </LinearRing>
  21. </outerBoundaryIs>
  22. <innerBoundaryIs>
  23. <LinearRing>
  24. <coordinates>
  25. -122.366212,37.818977,30
  26. -122.365424,37.819294,30
  27. -122.365704,37.819731,30
  28. -122.366488,37.819402,30
  29. -122.366212,37.818977,30
  30. </coordinates>
  31. </LinearRing>
  32. </innerBoundaryIs>
  33. </Polygon>
  34. </Placemark>
  35. </Document>
  36. </kml>