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
export default [
    {
        housingsName: '全部',
    },
    {
        policeStationId: 2,
        areaCheckId: 202,
        housingsId: 20201,
        housingsName: '小区1',
        position: [
            [116.080062, 28.590419, 0],
            [116.075505, 28.528672, 0],
            [116.057005, 28.545355, 0],
        ]
 
    },
    {
        policeStationId: 2,
        areaCheckId: 202,
        housingsId: 20202,
        housingsName: '小区2',
        position: [
            [116.080062, 28.590419, 0],
            [116.032369, 28.567572, 0],
            [116.057005, 28.545355, 0],
        ]
 
    },
    {
        policeStationId: 2,
        areaCheckId: 202,
        housingsId: 20203,
        housingsName: '小区3',
        position: [
            [116.080062, 28.590419, 0],
            [116.032369, 28.567572, 0],
            [116.014626, 28.583574, 0],
        ]
 
    }]