Skip to content

Instantly share code, notes, and snippets.

@eightysteele
Created February 7, 2011 19:59
Show Gist options
  • Save eightysteele/815061 to your computer and use it in GitHub Desktop.
Save eightysteele/815061 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Placemark>
<name>Tessellated</name>
<visibility>1</visibility>
<description>Hi</description>
<!-- LinearRing as a "standalone" geometry -->
<LinearRing id="4:0:0">
<gx:altitudeOffset>0</gx:altitudeOffset>
<extrude>0</extrude>
<tessallate>1</tessallate>
<altitudeMode>clampToGround</altitudeMode>
<coordinates>
-122.367781,37.835727
-122.356421,37.835727
-122.3519823,37.8440203
-122.3633423,37.8440203
-122.367781,37.835727
</coordinates>
</LinearRing>
</Placemark>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment