Skip to content

Instantly share code, notes, and snippets.

@PureKrome
Created May 22, 2013 08:13
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 PureKrome/5626014 to your computer and use it in GitHub Desktop.
Save PureKrome/5626014 to your computer and use it in GitHub Desktop.
Sample kml data for Bribie Island, QLD.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
<name>Bribie Island, QLD</name>
<description><![CDATA[]]></description>
<Style id="style1">
<LineStyle>
<color>40000000</color>
<width>3</width>
</LineStyle>
<PolyStyle>
<color>73FF0000</color>
<fill>1</fill>
<outline>1</outline>
</PolyStyle>
</Style>
<Placemark>
<name>Shape 1</name>
<description><![CDATA[]]></description>
<styleUrl>#style1</styleUrl>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<tessellate>1</tessellate>
<coordinates>
153.135086,-26.817408,0.000000
153.134644,-26.812428,0.000000
153.132767,-26.812351,0.000000
153.132843,-26.808750,0.000000
153.129410,-26.808826,0.000000
153.129410,-26.810053,0.000000
153.127701,-26.812658,0.000000
153.131042,-26.823841,0.000000
153.127014,-26.837091,0.000000
153.123154,-26.840231,0.000000
153.117920,-26.846893,0.000000
153.116455,-26.851183,0.000000
153.118851,-26.874765,0.000000
153.114731,-26.886555,0.000000
153.099121,-26.895741,0.000000
153.085892,-26.897732,0.000000
153.075089,-26.911354,0.000000
153.074051,-26.922529,0.000000
153.081436,-26.933243,0.000000
153.081772,-26.947933,0.000000
153.085556,-26.953289,0.000000
153.082809,-26.957575,0.000000
153.077667,-26.960482,0.000000
153.076279,-26.973486,0.000000
153.074905,-26.982359,0.000000
153.092072,-26.992760,0.000000
153.096191,-27.016314,0.000000
153.128464,-27.039862,0.000000
153.132584,-27.053011,0.000000
153.144257,-27.069216,0.000000
153.154907,-27.076246,0.000000
153.164520,-27.106506,0.000000
153.184433,-27.100698,0.000000
153.196106,-27.100393,0.000000
153.211548,-27.085112,0.000000
153.208466,-27.063711,0.000000
153.178940,-27.017843,0.000000
153.162460,-26.982052,0.000000
153.150787,-26.942577,0.000000
153.134308,-26.876143,0.000000
153.132248,-26.841227,0.000000
153.132584,-26.827595,0.000000
153.135086,-26.817408,0.000000
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment