-
Notifications
You must be signed in to change notification settings - Fork 0
/
whitehorse
97 lines (97 loc) · 2.04 KB
/
whitehorse
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
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"name": "INVERT lot"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-87.54444301128387,
41.69183794380257
],
[
-87.54321992397308,
41.69183794380257
],
[
-87.54321992397308,
41.69366455703404
],
[
-87.54444301128387,
41.69366455703404
],
[
-87.54444301128387,
41.69183794380257
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"name": "whitehorse"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-87.54503309726715,
41.69548310727388
],
[
-87.54505455493927,
41.68820058578719
],
[
-87.5416910648346,
41.688180555713316
],
[
-87.54170179367065,
41.688408898185685
],
[
-87.54194855690001,
41.688609197932735
],
[
-87.54194855690001,
41.69434952362291
],
[
-87.54262447357178,
41.69434151235992
],
[
-87.54262447357178,
41.69548310727388
],
[
-87.54503309726715,
41.69548310727388
]
]
]
}
}
]
}