Merge branch 'master' of gitee.com:xianfuxing/Mosqkiller

This commit is contained in:
xianfuxing 2020-05-25 17:15:18 +08:00
commit f29cdc6cd9
1 changed files with 10 additions and 45 deletions

View File

@ -24,53 +24,18 @@ export default {
geo: [], geo: [],
defaultPositions: [ defaultPositions: [
{ {
title: '海洋公园', title: '貝沙灣五期',
position: [114.186739, 22.250872], position: [114.137045, 22.254383],
count: 66, count: 2207,
signal: 23, signal: 22,
energy: 4333 energy: 4149
}, },
{ {
title: '香港大学', title: '貝沙灣二期',
position: [114.149176, 22.286245], position: [114.136772, 22.256623],
count: 232, count: 262,
signal: 23, signal: 25,
energy: 4333 energy: 4155
},
{
title: '南丫北容村',
position: [114.126261, 22.22863],
count: 87,
signal: 33,
energy: 4333
},
{
title: '大帽山',
position: [114.124105, 22.401088],
count: 66,
signal: 23,
energy: 4223
},
{
title: '西贡郊野公园',
position: [114.370966, 22.411628],
count: 616,
signal: 23,
energy: 4556
},
{
title: '盐田',
position: [114.223565, 22.380771],
count: 66,
signal: 23,
energy: 4433
},
{
title: '清水',
position: [114.312821, 22.301076],
count: 2336,
signal: 23,
energy: 4333
} }
] ]
} }