summaryrefslogtreecommitdiff
path: root/test/fixtures/geometry_data/line_string_2.geojson
blob: 718051eaee727fb4d3ed6976ab74f03f1c529259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
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
          ]
        ]
      }
    }
  ]
}