Skip to content

Instantly share code, notes, and snippets.

@jacobstanley
Last active December 18, 2015 19:39
Show Gist options
  • Save jacobstanley/5834248 to your computer and use it in GitHub Desktop.
Save jacobstanley/5834248 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-16"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Placemark><name>Crosses itself</name><styleUrl>#S6</styleUrl>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-92.3941429892949,29.443662005645,0
-92.3621909645745,29.4675870309385,0
-92.3258097350607,29.4397535854488,0
-92.3480983905148,29.4307104295481,0
-92.3361894261031,29.4646637164559,0
-92.3655494236968,29.435569194749,0
-92.3844911598351,29.4281358608357,0
-92.3941429892949,29.443662005645,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark><name>CounterClockwise Children Cross themselves</name><styleUrl>#S5</styleUrl>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-92.5000045115358,29.4601300821208,0
-92.4948264635677,29.4879478911501,0
-92.4550717339492,29.4924941094548,0
-92.4257139480838,29.4637151898294,0
-92.4710256986791,29.4507663631444,0
-92.5000045115358,29.4601300821208,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
<innerBoundaryIs>
<LinearRing>
<coordinates>
-92.4821823418763,29.4714603019315,0
-92.4762317912674,29.460790198671,0
-92.4613762483629,29.4666179951442,0
-92.4457671402864,29.4446297724988,0
-92.4350038774534,29.4789149927126,0
-92.4593432946802,29.4890967519014,0
-92.4836876033687,29.4992740798914,0
-92.4821823418763,29.4714603019315,0
</coordinates>
</LinearRing>
</innerBoundaryIs>
<innerBoundaryIs>
<LinearRing>
<coordinates>
-92.4913203555621,29.4714589918187,0
-92.4826958106909,29.4605956931461,0
-92.4675450856734,29.472761775269,0
-92.4797338667718,29.479743627717,0
-92.4913203555621,29.4714589918187,0
</coordinates>
</LinearRing>
</innerBoundaryIs>
</Polygon>
</Placemark>
<Placemark><name>Clockwise Children Cross themselves</name><styleUrl>#S5</styleUrl>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-92.5000045115358,29.3601300821208,0
-92.4948264635677,29.3879478911501,0
-92.4550717339492,29.3924941094548,0
-92.4257139480838,29.3637151898294,0
-92.4710256986791,29.3507663631444,0
-92.5000045115358,29.3601300821208,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
<innerBoundaryIs>
<LinearRing>
<coordinates>
-92.4821823418763,29.3714603019315,0
-92.4836876033687,29.3992740798914,0
-92.4593432946802,29.3890967519014,0
-92.4350038774534,29.3789149927126,0
-92.4457671402864,29.3446297724988,0
-92.4613762483629,29.3666179951442,0
-92.4762317912674,29.360790198671,0
-92.4821823418763,29.3714603019315,0
</coordinates>
</LinearRing>
</innerBoundaryIs>
<innerBoundaryIs>
<LinearRing>
<coordinates>
-92.4913203555621,29.3714589918187,0
-92.4797338667718,29.379743627717,0
-92.4675450856734,29.372761775269,0
-92.4826958106909,29.3605956931461,0
-92.4913203555621,29.3714589918187,0
</coordinates>
</LinearRing>
</innerBoundaryIs>
</Polygon>
</Placemark>
<Style id="S5"><LineStyle><color>ffcbc0ff</color></LineStyle><PolyStyle><color>4000ffff</color></PolyStyle></Style>
<Style id="S6"><LineStyle><color>ffcbc0ff</color></LineStyle><PolyStyle><color>40cbc0ff</color></PolyStyle></Style>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment