Guest User

Untitled

a guest
Dec 18th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
  3. <Document>
  4. <Style id="green">
  5. <IconStyle>
  6. <color>ff008000</color>
  7. <Icon>
  8. <href>http://maps.google.com/mapfiles/kml/pal2/icon26.png</href>
  9. </Icon>
  10. </IconStyle>
  11. <LabelStyle>
  12. <scale>0</scale>
  13. </LabelStyle>
  14. </Style>
  15. <Style id="yellow">
  16. <IconStyle>
  17. <color>ff00ffff</color>
  18. <Icon>
  19. <href>http://maps.google.com/mapfiles/kml/pal2/icon26.png</href>
  20. </Icon>
  21. </IconStyle>
  22. <LabelStyle>
  23. <scale>0</scale>
  24. </LabelStyle>
  25. </Style>
  26. <Style id="orange">
  27. <IconStyle>
  28. <color>ff00a5ff</color>
  29. <Icon>
  30. <href>http://maps.google.com/mapfiles/kml/pal2/icon26.png</href>
  31. </Icon>
  32. </IconStyle>
  33. <LabelStyle>
  34. <scale>0</scale>
  35. </LabelStyle>
  36. </Style>
  37. <Style id="red">
  38. <IconStyle>
  39. <color>ff0000ff</color>
  40. <Icon>
  41. <href>http://maps.google.com/mapfiles/kml/pal2/icon26.png</href>
  42. </Icon>
  43. </IconStyle>
  44. <LabelStyle>
  45. <scale>0</scale>
  46. </LabelStyle>
  47. </Style>
  48. <name>Test</name>
  49. <Folder>
  50. <name>Test01</name>
  51. <Placemark>
  52. <name>{0} - {1}Z</name>
  53. <IconStyle>
  54. <scale>{7}</scale>
  55. </IconStyle>
  56. <TimeStamp>
  57. <when>{6}</when>
  58. </TimeStamp>
  59. <description>Utilization - {4}%</description>
  60. <styleUrl>#{5}</styleUrl>
  61. <Point>
  62. <coordinates>{2},{3}</coordinates>
  63. </Point>
  64. </Folder>
  65. </Document>
  66. </kml>
Add Comment
Please, Sign In to add comment