Skip to content

Instantly share code, notes, and snippets.

@robbiet480
Created October 10, 2011 23:02
Show Gist options
  • Save robbiet480/1276826 to your computer and use it in GitHub Desktop.
Save robbiet480/1276826 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/kml/2.2 http://schemas.opengis.net/kml/2.2.0/ogckml22.xsd http://www.google.com/kml/ext/2.2 http://code.google.com/apis/kml/schema/kml22gx.xsd">
<Document id="BART04282011">
<author>
<name>Bay Area Rapid Transit District</name>
</author>
<link href="http://api.bart.gov/kml/"/>
<name>BART System</name>
<Snippet>BART system KML including station locations, station entrances, and approximate track layout.</Snippet>
<Folder id="Routes">
<name>BART Tracks</name>
<open>0</open>
<Snippet/>
<Placemark id="ROUTE_11_12">
<name>DUBL-DALY (ROUTE 11/12)</name>
<Snippet/>
<description>Dublin/Pleasanton - Daly City as of 04/28/2011</description>
<styleUrl>#LineStyle11</styleUrl>
<Polygon><outerBoundaryIs><LinearRing><coordinates>5,45.5 12,45.5 12,48 5,48 5,45.5</coordinates></LinearRing></outerBoundaryIs></Polygon>
</Placemark>
<Placemark id="ROUTE_05_06">
<name>FRMT-DALY (ROUTE 5/6)</name>
<Snippet/>
<description>Fremont - Daly City as of 04/28/2011</description>
<styleUrl>#LineStyle05</styleUrl>
<Polygon><outerBoundaryIs><LinearRing><coordinates>5,45.5 12,45.5 12,48 5,48 5,45.5</coordinates></LinearRing></outerBoundaryIs></Polygon>
</Placemark>
<Placemark id="ROUTE_01_02">
<name>PITT-SFIA (ROUTE 1/2)</name>
<Snippet/>
<description>Pittsburg/Bay Point - SFIA/Millbrae as of 04/28/2011</description>
<styleUrl>#LineStyle01</styleUrl>
<Polygon><outerBoundaryIs><LinearRing><coordinates>5,45.5 12,45.5 12,48 5,48 5,45.5</coordinates></LinearRing></outerBoundaryIs></Polygon>
</Placemark>
<Placemark id="ROUTE_03_04">
<name>FRMT-RICH (ROUTE 3/4)</name>
<Snippet/>
<description>Fremont - Richmond as of 04/28/2011</description>
<styleUrl>#LineStyle03</styleUrl>
<Polygon><outerBoundaryIs><LinearRing><coordinates>5,45.5 12,45.5 12,48 5,48 5,45.5</coordinates></LinearRing></outerBoundaryIs></Polygon>
</Placemark>
<Placemark id="ROUTE_07_08">
<name>RICH-MLBR (ROUTE 7/8)</name>
<Snippet/>
<description>Richmond - Daly City/Millbrae as of 04/28/2011</description>
<styleUrl>#LineStyle07</styleUrl>
<Polygon><outerBoundaryIs><LinearRing><coordinates>5,45.5 12,45.5 12,48 5,48 5,45.5</coordinates></LinearRing></outerBoundaryIs></Polygon>
</Placemark>
</Folder>
<Style id="LineStyle01">
<LabelStyle>
<color>00000000</color>
<scale>0.000000</scale>
</LabelStyle>
<LineStyle>
<color>ff33ffff</color>
<width>5.000000</width>
</LineStyle>
<PolyStyle>
<color>00000000</color>
<outline>0</outline>
</PolyStyle>
</Style>
<Style id="LineStyle03">
<LabelStyle>
<color>00000000</color>
<scale>0.000000</scale>
</LabelStyle>
<LineStyle>
<color>ff3399ff</color>
<width>5.000000</width>
</LineStyle>
<PolyStyle>
<color>00000000</color>
<outline>0</outline>
</PolyStyle>
</Style>
<Style id="LineStyle05">
<LabelStyle>
<color>00000000</color>
<scale>0.000000</scale>
</LabelStyle>
<LineStyle>
<color>ff339933</color>
<width>5.000000</width>
</LineStyle>
<PolyStyle>
<color>00000000</color>
<outline>0</outline>
</PolyStyle>
</Style>
<Style id="LineStyle07">
<LabelStyle>
<color>00000000</color>
<scale>0.000000</scale>
</LabelStyle>
<LineStyle>
<color>ff0000ff</color>
<width>5.000000</width>
</LineStyle>
<PolyStyle>
<color>00000000</color>
<outline>0</outline>
</PolyStyle>
</Style>
<Style id="LineStyle11">
<LabelStyle>
<color>00000000</color>
<scale>0.000000</scale>
</LabelStyle>
<LineStyle>
<color>ffcc9900</color>
<width>5.000000</width>
</LineStyle>
<PolyStyle>
<color>00000000</color>
<outline>0</outline>
</PolyStyle>
</Style>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment