Skip to content

Instantly share code, notes, and snippets.

@dsiddy
Last active August 29, 2015 13:56
Show Gist options
  • Save dsiddy/8857318 to your computer and use it in GitHub Desktop.
Save dsiddy/8857318 to your computer and use it in GitHub Desktop.
a KML file encapsulating the UTA's Free Fare Zone in Salt Lake City, UT
<!-- (Inspired by <http://legacy.rideuta.com/ridingUTA/payingFare/freeFareZone.aspx>.) -->
<?xml version="1.0" encoding="UTF-8" ?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Placemark>
<name>UTA Free Fare Zone</name>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-111.88509,40.75826 <!-- 200 E. & 500 S. -->
-111.88545,40.76935 <!-- 200 E. & South Temple -->
-111.88826,40.76936 <!-- State St. & South Temple -->
-111.88822,40.77586 <!-- 300 N. & State St. -->
-111.88657,40.77583 <!-- 300 N. & Capitol St. -->
-111.88562,40.77979 <!-- 500 N. & Capitol St. -->
-111.88992,40.77989 <!-- 500 N. & Columbus St. -->
-111.89120,40.77580 <!-- 300 N. & Main St. -->
-111.89129,40.77138 <!-- Main St. & North Temple -->
-111.90253,40.77144 <!-- 400 W. North Temple -->
-111.90253,40.75844 <!-- 400 W. 500 S. -->
-111.88509,40.75826 <!-- 200 E. 500 S. -->
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment