summaryrefslogtreecommitdiff
path: root/test/fixtures/geometry_data/multi_point_2.geojson
blob: 396f579fdbb975cc8f6db4df31dca960403bf18e (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
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "MultiPoint",
        "coordinates": [[
          24.941625595092773,
          60.16672808807713
        ], [
          24.940338134765625,
          60.16613029857937
        ], [
          24.94570255279541,
          60.16561789892518
        ], [
          24.943084716796875,
          60.16516954267316
        ], [
          24.947547912597656,
          60.16625839724445
        ], [
          24.94896411895752,
          60.16777419352904
        ], [
          24.94548797607422,
          60.16450767226291
        ], [
          24.94870662689209,
          60.164998738682236
        ], [
          24.942140579223633,
          60.164721180303474
        ], [
          24.939351081848145,
          60.16510549128062
        ], [
          24.943857192993164,
          60.16450767226291
        ], [
          24.94038105010986,
          60.16435821580911
        ], [
          24.942870140075684,
          60.163610923343796
        ], [
          24.9459171295166,
          60.163610923343796
        ], [
          24.940295219421383,
          60.16324794658606
        ], [
          24.94295597076416,
          60.16279955799712
        ], [
          24.9459171295166,
          60.162863613884376
        ], [
          24.948406219482422,
          60.16367497764958
        ], [
          24.947547912597656,
          60.165489797763136
        ], [
          24.937763214111328,
          60.16275685400291
        ], [
          24.943556785583496,
          60.16589544972972
        ], [
          24.946088790893555,
          60.16711237558275
        ], [
          24.942569732666016,
          60.16783823971963
        ], [
          24.942612648010254,
          60.16196682010054
        ]]
      }
    }
  ]
}