shuishen
2023-05-08 e24f70ababdee2b4fdce71c6b80a9bc928fa0331
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
export default [
    {
        policeStationName: '车站派出所',
        areaCheckOptions: [
            {
                areaCheckName: '全部',
            },
            {
                policeStationId: 1,
                areaCheckId: 101,
                areaCheckName: '责任区1',
                position: [
                    [116.015526, 28.647454, 0],
                    [115.986738, 28.683523, 0],
                    [115.976169, 28.638268, 0],
                ]
 
            },
            {
                policeStationId: 1,
                areaCheckId: 102,
                areaCheckName: '责任区2',
                position: [
                    [115.932559, 28.671954, 0],
                    [115.986738, 28.683523, 0],
                    [115.976169, 28.638268, 0],
                ]
 
            },
            {
                policeStationId: 1,
                areaCheckId: 103,
                areaCheckName: '责任区3',
                position: [
                    [115.932559, 28.671954, 0],
                    [115.935114, 28.627012, 0],
                    [115.976169, 28.638268, 0],
                ]
 
            },
            {
                policeStationId: 1,
                areaCheckId: 104,
                areaCheckName: '责任区4',
                position: [
                    [115.932559, 28.671954, 0],
                    [115.986738, 28.683523, 0],
                    [115.930150, 28.733535, 0],
                ]
 
            }]
    },
    {
        policeStationName: '沙溪派出所',
        areaCheckOptions: [
            {
                areaCheckName: '全部',
            },
            {
                policeStationId: 2,
                areaCheckId: 201,
                areaCheckName: '责任区1',
                position: [
                    [116.014626, 28.583574, 0],
                    [115.959503, 28.530546, 0],
                    [116.075505, 28.528672, 0],
                ]
 
            },
            {
                policeStationId: 2,
                areaCheckId: 202,
                areaCheckName: '责任区2',
                position: [
                    [116.014626, 28.583574, 0],
                    [116.080062, 28.590419, 0],
                    [116.075505, 28.528672, 0],
                ]
 
            },
            {
                policeStationId: 2,
                areaCheckId: 203,
                areaCheckName: '责任区3',
                position: [
                    [116.014626, 28.583574, 0],
                    [116.080062, 28.590419, 0],
                    [116.015526, 28.647454, 0],
                ]
 
            },
            {
                policeStationId: 2,
                areaCheckId: 204,
                areaCheckName: '责任区4',
                position: [
                    [116.014626, 28.583574, 0],
                    [115.935114, 28.627012, 0],
                    [116.015526, 28.647454, 0],
                ]
 
            },
            {
                policeStationId: 2,
                areaCheckId: 205,
                areaCheckName: '责任区5',
                position: [
                    [116.014626, 28.583574, 0],
                    [115.935114, 28.627012, 0],
                    [115.959503, 28.530546, 0],
                ]
 
            }]
    },
    {
        policeStationName: '灵溪派出所',
        areaCheckOptions: [
            {
                areaCheckName: '全部',
            },
            {
                policeStationId: 3,
                areaCheckId: 301,
                areaCheckName: '责任区1',
                position: [
                    [116.080062, 28.590419, 0],
                    [116.075505, 28.528672, 0],
                    [116.167934, 28.527504, 0]
 
                ]
 
            },
            {
                policeStationId: 3,
                areaCheckId: 302,
                areaCheckName: '责任区2',
                position: [
                    [116.080062, 28.590419, 0],
                    [116.209983, 28.602788, 0],
                    [116.167934, 28.527504, 0]
                ]
 
            },
            {
                policeStationId: 3,
                areaCheckId: 303,
                areaCheckName: '责任区3',
                position: [
                    [116.346666, 28.615709, 0],
                    [116.209983, 28.602788, 0],
                    [116.167934, 28.527504, 0]
                ]
 
            }]
    },
    {
        policeStationName: '北门派出所',
        areaCheckOptions: [
            {
                areaCheckName: '全部',
            },
            {
                policeStationId: 4,
                areaCheckId: 401,
                areaCheckName: '责任区1',
                position: [
                    [116.015526, 28.647454, 0],
                    [116.080062, 28.590419, 0],
                    [116.209983, 28.602788, 0],
                ]
 
            },
            {
                policeStationId: 4,
                areaCheckId: 402,
                areaCheckName: '责任区2',
                position: [
                    [116.015526, 28.647454, 0],
                    [116.173784, 28.697330, 0],
                    [116.209983, 28.602788, 0],
                ]
 
            },
            {
                policeStationId: 4,
                areaCheckId: 403,
                areaCheckName: '责任区3',
                position: [
                    [116.346666, 28.615709, 0],
                    [116.173784, 28.697330, 0],
                    [116.209983, 28.602788, 0],
                ]
 
            },
            {
                policeStationId: 4,
                areaCheckId: 404,
                areaCheckName: '责任区4',
                position: [
                    [116.346666, 28.615709, 0],
                    [116.173784, 28.697330, 0],
                    [116.285670, 28.732610, 0],
                ]
 
            }]
    },
    {
        policeStationName: '江光派出所',
        areaCheckOptions: [
            {
                areaCheckName: '全部',
            },
            {
                policeStationId: 5,
                areaCheckId: 501,
                areaCheckName: '责任区1',
                position: [
                    [116.015526, 28.647454, 0],
                    [116.285670, 28.732610, 0],
                    [116.146022, 28.726446, 0],
                    [116.063119, 28.708172, 0]
                ]
 
            },
            {
                policeStationId: 5,
                areaCheckId: 502,
                areaCheckName: '责任区2',
                position: [
                    [116.285670, 28.732610, 0],
                    [116.085312, 28.807226, 0],
                    [116.071504, 28.750699, 0],
                    [116.146022, 28.726446, 0],
                ]
 
            },
            {
                policeStationId: 5,
                areaCheckId: 503,
                areaCheckName: '责任区3',
                position: [
                    [116.085312, 28.807226, 0],
                    [115.930150, 28.733535, 0],
                    [116.045446, 28.729623, 0],
                    [116.071504, 28.750699, 0]
                ]
 
            },
            {
                policeStationId: 5,
                areaCheckId: 504,
                areaCheckName: '责任区4',
                position: [
                    [115.930150, 28.733535, 0],
                    [115.986738, 28.683523, 0],
                    [116.015526, 28.647454, 0],
                    [116.063119, 28.708172, 0],
                    [116.045446, 28.729623, 0]
                ]
 
            },
            {
                policeStationId: 5,
                areaCheckId: 505,
                areaCheckName: '责任区5',
                position: [
                    [116.045446, 28.729623, 0],
                    [116.063119, 28.708172, 0],
                    [116.146022, 28.726446, 0],
                    [116.071504, 28.750699, 0]
                ]
 
            }]
    }
]