Add and Remove operations for between stops
[bus.git] / origin-src / transitfeed-1.2.6 / test / data / one_line.kml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document>
  <name>A test file with one placemark</name>
  <decription></decription>
  <Placemark>
    <name>Test</name>
    <description></description>
    <LineString>
      <coordinates>
        -93.238861,44.854240,0.000000
        -93.238708,44.853081,0.000000
        -93.237923,44.852638,0.000000
      </coordinates>
    </LineString>
  </Placemark>
</Document>
</kml>