summaryrefslogtreecommitdiff
path: root/test/fixtures/geometry_data/multi_point_1.geojson
blob: 92ff62378bcd9cb0070fa2e30f4f6a6b8f11f756 (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
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "MultiPoint",
        "coordinates": [[
          24.938492774963375,
          60.16980226227959
        ], [
          24.938063621520996,
          60.16931126764639
        ], [
          24.937269687652588,
          60.16984495711831
        ], [
          24.93675470352173,
          60.16963148236986
        ], [
          24.937162399291992,
          60.16934328925918
        ], [
          24.938106536865234,
          60.17026122888812
        ], [
          24.93896484375,
          60.16964215614023
        ], [
          24.939308166503903,
          60.170346617317186
        ], [
          24.937076568603516,
          60.170464026044776
        ], [
          24.93623971939087,
          60.17009045136419
        ], [
          24.936411380767822,
          60.169268572114106
        ], [
          24.938857555389404,
          60.17032527023073
        ], [
          24.938342571258545,
          60.171392607562005
        ], [
          24.940145015716553,
          60.1709443301065
        ], [
          24.93767738342285,
          60.17102971676008
        ], [
          24.938321113586426,
          60.17082692309542
        ], [
          24.9408745765686,
          60.170367964389776
        ], [
          24.940080642700195,
          60.1720009743249
        ], [
          24.939522743225098,
          60.171371261155215
        ], [
          24.935853481292725,
          60.17111510319178
        ], [
          24.936046600341797,
          60.17060278127276
        ], [
          24.934716224670407,
          60.17005843047963
        ], [
          24.934866428375244,
          60.16955676588021
        ], [
          24.93574619293213,
          60.16927924600239
        ], [
          24.93463039398193,
          60.17089096333529
        ], [
          24.93673324584961,
          60.17158472459901
        ]]
      }
    }
  ]
}