/examples/StyledKMLParser/src/styledpoly.xml

http://gmaps-utility-library-flash.googlecode.com/ · XML · 45 lines · 45 code · 0 blank · 0 comment · 0 complexity · 87c0a02273cdfe503d88572df24a52c4 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://earth.google.com/kml/2.2">
  3. <Document>
  4. <Style id="transBluePoly">
  5. <LineStyle>
  6. <width>1.5</width>
  7. </LineStyle>
  8. <PolyStyle>
  9. <color>7dff0000</color>
  10. </PolyStyle>
  11. </Style>
  12. <Placemark>
  13. <name>Building 41</name>
  14. <styleUrl>#transBluePoly</styleUrl>
  15. <Polygon>
  16. <extrude>1</extrude>
  17. <altitudeMode>relativeToGround</altitudeMode>
  18. <outerBoundaryIs>
  19. <LinearRing>
  20. <coordinates> -122.0857412771483,37.42227033155257,17
  21. -122.0858169768481,37.42231408832346,17
  22. -122.085852582875,37.42230337469744,17
  23. -122.0858799945639,37.42225686138789,17
  24. -122.0858860101409,37.4222311076138,17
  25. -122.0858069157288,37.42220250173855,17
  26. -122.0858379542653,37.42214027058678,17
  27. -122.0856732640519,37.42208690214408,17
  28. -122.0856022926407,37.42214885429042,17
  29. -122.0855902778436,37.422128290487,17
  30. -122.0855841672237,37.42208171967246,17
  31. -122.0854852065741,37.42210455874995,17
  32. -122.0855067264352,37.42214267949824,17
  33. -122.0854430712915,37.42212783846172,17
  34. -122.0850990714904,37.42251282407603,17
  35. -122.0856769818632,37.42281815323651,17
  36. -122.0860162273783,37.42244918858722,17
  37. -122.0857260327004,37.42229239604253,17
  38. -122.0857412771483,37.42227033155257,17
  39. </coordinates>
  40. </LinearRing>
  41. </outerBoundaryIs>
  42. </Polygon>
  43. </Placemark>
  44. </Document>
  45. </kml>