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