Skip to content

Instantly share code, notes, and snippets.

@JoshMcCullough
Last active March 1, 2019 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshMcCullough/67a142c43ba5e573b9da907ceff6823e to your computer and use it in GitHub Desktop.
Save JoshMcCullough/67a142c43ba5e573b9da907ceff6823e to your computer and use it in GitHub Desktop.
KML Test
<?xml version="1.0" encoding="utf-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Style id="globalStyles">
<LineStyle id="line">
<color>007f00ff</color>
<width>4</width>
</LineStyle>
</Style>
<Placemark>
<styleUrl>#globalStyles</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>-14.405821,-7.963539 -14.381448,-7.975707</coordinates>
</LineString>
</Placemark>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment