summaryrefslogtreecommitdiff
path: root/test/fixtures/geometry_data/line_string_2.geojson
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/geometry_data/line_string_2.geojson')
-rw-r--r--test/fixtures/geometry_data/line_string_2.geojson106
1 files changed, 106 insertions, 0 deletions
diff --git a/test/fixtures/geometry_data/line_string_2.geojson b/test/fixtures/geometry_data/line_string_2.geojson
new file mode 100644
index 0000000000..718051eaee
--- /dev/null
+++ b/test/fixtures/geometry_data/line_string_2.geojson
@@ -0,0 +1,106 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {},
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 24.928536415100098,
+ 60.1628956417812
+ ],
+ [
+ 24.93021011352539,
+ 60.16348281435769
+ ],
+ [
+ 24.93299961090088,
+ 60.164454295036016
+ ],
+ [
+ 24.93443727493286,
+ 60.16346146281146
+ ],
+ [
+ 24.936904907226562,
+ 60.16434754032213
+ ],
+ [
+ 24.93551015853882,
+ 60.165351020940705
+ ],
+ [
+ 24.93443727493286,
+ 60.16613029857937
+ ],
+ [
+ 24.93673324584961,
+ 60.16695225633493
+ ],
+ [
+ 24.937891960144043,
+ 60.16614097348721
+ ],
+ [
+ 24.939265251159668,
+ 60.16512684175867
+ ],
+ [
+ 24.941647052764893,
+ 60.165948824615676
+ ],
+ [
+ 24.94020938873291,
+ 60.16695225633493
+ ],
+ [
+ 24.94175434112549,
+ 60.16749665859389
+ ],
+ [
+ 24.942162036895752,
+ 60.16758205420823
+ ],
+ [
+ 24.943556785583496,
+ 60.16667471445701
+ ],
+ [
+ 24.943921566009518,
+ 60.166706738639476
+ ],
+ [
+ 24.943857192993164,
+ 60.166365145750525
+ ],
+ [
+ 24.944028854370117,
+ 60.16550047287903
+ ],
+ [
+ 24.942784309387207,
+ 60.1651375169925
+ ],
+ [
+ 24.940338134765625,
+ 60.16435821580911
+ ],
+ [
+ 24.938042163848877,
+ 60.16353619316258
+ ],
+ [
+ 24.935553073883057,
+ 60.16268212187951
+ ],
+ [
+ 24.934222698211666,
+ 60.16212696364248
+ ]
+ ]
+ }
+ }
+ ]
+} \ No newline at end of file