-
Notifications
You must be signed in to change notification settings - Fork 86
/
another_test
74 lines (74 loc) · 1.36 KB
/
another_test
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
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "polygon"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.07421875,
45.583289756006316
],
[
-106.25976562499999,
37.71859032558816
],
[
-90.087890625,
38.89103282648849
],
[
-89.56054687499999,
47.81315451752768
],
[
-101.07421875,
45.583289756006316
]
]
]
}
},
{
"type": "Feature",
"properties": {
"name": "line"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-110.830078125,
44.96479793033104
],
[
-114.345703125,
34.66935854524545
],
[
-103.88671875,
31.80289258670676
]
]
}
},
{
"type": "Feature",
"properties": {
"name": "point"
},
"geometry": {
"type": "Point",
"coordinates": [
-84.0234375,
40.245991504199026
]
}
}
]
}