summaryrefslogtreecommitdiff
path: root/test/fixtures/geometry_data/multi_line_string_2.geojson
blob: 2e6484898b7ba503a55cfeb01ef69dfe61b01c60 (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
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "stroke": "#77ea3a",
        "stroke-width": 2,
        "stroke-opacity": 1
      },
      "geometry": {
        "type": "MultiLineString",
        "coordinates": [[
          [
            24.920940399169922,
            60.17014381943579
          ],
          [
            24.921412467956543,
            60.16785958842209
          ],
          [
            24.923558235168457,
            60.168585436051856
          ],
          [
            24.92694854736328,
            60.16963148236986
          ],
          [
            24.928836822509766,
            60.17014381943579
          ],
          [
            24.931025505065918,
            60.170858943230954
          ]
        ], [
          [
            24.938535690307617,
            60.16965282990714
          ],
          [
            24.943599700927734,
            60.166365145750525
          ],
          [
            24.944028854370117,
            60.165511147991474
          ],
          [
            24.940338134765625,
            60.16435821580911
          ],
          [
            24.938278198242188,
            60.1635895718808
          ],
          [
            24.93424415588379,
            60.1623511632902
          ]
        ], [
          [
            24.930660724639893,
            60.16620502286138
          ],
          [
            24.931282997131348,
            60.165778024675454
          ],
          [
            24.93199110031128,
            60.16524426914001
          ],
          [
            24.933085441589355,
            60.16446497048834
          ],
          [
            24.934523105621338,
            60.16340808388516
          ]
        ]]
      }
    }
  ]
}