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
| export default [
| {
| policeStationName: '全部'
| },
| {
| policeStationName: '车站派出所',
| policeStationId: 1,
| position: [
| [115.935114, 28.627012, 0],
| [115.930150, 28.733535, 0],
| [115.986738, 28.683523, 0],
| [116.015526, 28.647454, 0],
| ]
| },
| {
| policeStationName: '沙溪派出所',
| policeStationId: 2,
| position: [
| [115.935114, 28.627012, 0],
| [116.015526, 28.647454, 0],
| [116.080062, 28.590419, 0],
| [116.075505, 28.528672, 0],
| [115.959503, 28.530546, 0],
| ]
| },
| {
| policeStationName: '灵溪派出所',
| policeStationId: 3,
| position: [
| [116.080062, 28.590419, 0],
| [116.075505, 28.528672, 0],
| [116.167934, 28.527504, 0],
| [116.346666, 28.615709, 0],
| ]
| },
| {
| policeStationName: '北门派出所',
| policeStationId: 4,
| position: [
| [116.015526, 28.647454, 0],
| [116.080062, 28.590419, 0],
| [116.346666, 28.615709, 0],
| [116.285670, 28.732610, 0],
| ]
| },
| {
| policeStationName: '江光派出所',
| policeStationId: 5,
| position: [
| [116.015526, 28.647454, 0],
| [116.285670, 28.732610, 0],
| [116.085312, 28.807226, 0],
| [115.930150, 28.733535, 0],
| [115.986738, 28.683523, 0]
| ]
| },]
| // name: '水南派出所'秦峰派出所'茅家岭派出所'西市派出所'朝阳派出所
|
|