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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
| export default [
| {
| name: "A1",
| west: "0",
| south: "0",
| east: "0",
| north: "0"
| },
| {
| name: "A2",
| west: "117.963930012653",
| south: "28.586168220745",
| east: "118.012258057971",
| north: "28.6426775570836"
| },
| {
| name: "A3",
| west: "118.012258057971",
| south: "28.586168220745",
| east: "118.06058610329",
| north: "28.6426775570836"
| },
| {
| name: "A4",
| west: "118.06058610329",
| south: "28.586168220745",
| east: "118.108914148609",
| north: "28.6426775570836"
| },
| {
| name: "A5",
| west: "118.108914148609",
| south: "28.586168220745",
| east: "118.157242193927",
| north: "28.6426775570836"
| },
| {
| name: "B1",
| west: "117.915601967334",
| south: "28.5296588844063",
| east: "117.963930012653",
| north: "28.586168220745"
| },
| {
| name: "B2",
| west: "117.963930012653",
| south: "28.5296588844063",
| east: "118.012258057971",
| north: "28.586168220745"
| },
| {
| name: "B3",
| west: "118.012258057971",
| south: "28.5296588844063",
| east: "118.06058610329",
| north: "28.586168220745"
| },
| {
| name: "B4",
| west: "118.06058610329",
| south: "28.5296588844063",
| east: "118.108914148609",
| north: "28.586168220745"
| },
| {
| name: "B5",
| west: "118.108914148609",
| south: "28.5296588844063",
| east: "118.157242193927",
| north: "28.586168220745"
| },
| {
| name: "C1",
| west: "117.915601967334",
| south: "28.4731495480677",
| east: "117.963930012653",
| north: "28.5296588844063"
| },
| {
| name: "C2",
| west: "117.963930012653",
| south: "28.4731495480677",
| east: "118.012258057971",
| north: "28.5296588844063"
| },
| {
| name: "C3",
| west: "118.012258057971",
| south: "28.4731495480677",
| east: "118.06058610329",
| north: "28.5296588844063"
| },
| {
| name: "C4",
| west: "118.06058610329",
| south: "28.4731495480677",
| east: "118.108914148609",
| north: "28.5296588844063"
| },
| {
| name: "C5",
| west: "118.108914148609",
| south: "28.4731495480677",
| east: "118.157242193927",
| north: "28.5296588844063"
| },
| {
| name: "D1",
| west: "117.915601967334",
| south: "28.416640211729",
| east: "117.963930012653",
| north: "28.4731495480677"
| },
| {
| name: "D2",
| west: "117.963930012653",
| south: "28.416640211729",
| east: "118.012258057971",
| north: "28.4731495480677"
| },
| {
| name: "D3",
| west: "118.012258057971",
| south: "28.416640211729",
| east: "118.06058610329",
| north: "28.4731495480677"
| },
| {
| name: "D4",
| west: "118.06058610329",
| south: "28.416640211729",
| east: "118.108914148609",
| north: "28.4731495480677"
| },
| {
| name: "D5",
| west: "118.108914148609",
| south: "28.416640211729",
| east: "118.157242193927",
| north: "28.4731495480677"
| },
| {
| name: "E1",
| west: "117.915601967334",
| south: "28.3601308753904",
| east: "117.963930012653",
| north: "28.416640211729"
| },
| {
| name: "E2",
| west: "117.963930012653",
| south: "28.3601308753904",
| east: "118.012258057971",
| north: "28.416640211729"
| },
| {
| name: "E3",
| west: "118.012258057971",
| south: "28.3601308753904",
| east: "118.06058610329",
| north: "28.416640211729"
| },
| {
| name: "E4",
| west: "0",
| south: "0",
| east: "0",
| north: "0"
| },
| {
| name: "E5",
| west: "0",
| south: "0",
| east: "0",
| north: "0"
| }
| ]
|
|