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: 205,
        housingsId: 20501,
        housingsName: '小区1',
        position: [
            [116.015526, 28.647454, 0],
            [115.988813, 28.597673, 0],
            [116.014626, 28.583574, 0],
        ]
 
    },
    {
        policeStationId: 2,
        areaCheckId: 205,
        housingsId: 20502,
        housingsName: '小区2',
        position: [
            [116.015526, 28.647454, 0],
            [115.988813, 28.597673, 0],
            [115.963851, 28.611309, 0],
        ]
 
    },
    {
        policeStationId: 2,
        areaCheckId: 205,
        housingsId: 20503,
        housingsName: '小区3',
        position: [
            [116.015526, 28.647454, 0],
            [115.935114, 28.627012, 0],
            [115.963851, 28.611309, 0],
        ]
 
    }]