test/examples/line_string.geojson in terraformer-0.0.1 vs test/examples/line_string.geojson in terraformer-0.0.2
- old
+ new
@@ -1,3 +1,3 @@
{ "type": "LineString",
- "coordinates": [ [100.0, 0.0], [101.0, 1.0] ]
+ "coordinates": [ [100.0, 0.0], [101.0, 1.0], [100.0, 1.0], [99.0,0.0] ]
}