Guest User

Untitled

a guest
Jan 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <kml xmlns="http://www.opengis.net/kml/2.2">
  3. <Document>
  4. <Style id="globalStyles">
  5. <LineStyle id="line">
  6. <color>7f0000ff</color>
  7. <width>4</width>
  8. </LineStyle>
  9. </Style>
  10. <Placemark>
  11. <styleUrl>#globalStyles</styleUrl>
  12. <LineString>
  13. <tessellate>1</tessellate>
  14. <coordinates>-14.405821,-7.963539 -14.381448,-7.975707</coordinates>
  15. </LineString>
  16. </Placemark>
  17. </Document>
  18. </kml>
  19.  
  20. <?xml version="1.0" encoding="utf-8"?>
  21. <kml xmlns="http://www.opengis.net/kml/2.2">
  22. <Document>
  23. <Style id="globalStyles">
  24. <LineStyle id="line">
  25. <color>7f0000ff</color>
  26. <width>4</width>
  27. </LineStyle>
  28. </Style>
  29. <Placemark>
  30. <name>runway</name>
  31. <styleUrl>#globalStyles</styleUrl>
  32. <Style>
  33. <LineStyle>
  34. <!--
  35. Coloring is implicitly merged from the global style, width is
  36. explicitly overridden.
  37. -->
  38. <width>10</width>
  39. </LineStyle>
  40. </Style>
  41. <LineString>
  42. <tessellate>1</tessellate>
  43. <coordinates>-14.405821,-7.963539 -14.381448,-7.975707</coordinates>
  44. </LineString>
  45. </Placemark>
  46. </Document>
  47. </kml>
Add Comment
Please, Sign In to add comment