]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - src/Tests/Fixtures/KML/linestring1.kml
Added the KMLTest module containing the LineString tests.
[dead/census-tools.git] / src / Tests / Fixtures / KML / linestring1.kml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
3 <Placemark>
4 <name>Test LineString #1</name>
5 <LineString>
6 <tessellate>1</tessellate>
7 <coordinates>
8 -76.62861599999999,39.315609,0 -76.62606,39.312859,0 -76.62496899999999,39.311951,0 -76.624062,39.31134,0 -76.620209,39.30901,0 -76.61734,39.307499,0 -76.616272,39.306782,0 -76.61550099999999,39.30632,0 -76.614952,39.306091,0 -76.614441,39.305962,0 -76.613983,39.305908,0 -76.613152,39.305939,0 -76.612534,39.305889,0 -76.612038,39.30571,0
9 </coordinates>
10 </LineString>
11 </Placemark>
12 </kml>