-
返回
+ 统计
@@ -267,7 +263,7 @@ export default {
data () {
return {
checked: false,
- provideSelects:[],
+ provideSelects: [],
departmentSelects: [],
exportExcel: CONFIGITEM.configData[CONFIGITEM.version].apiURL + '/census/center/export',
exportExcelCondition: '',
@@ -374,7 +370,7 @@ export default {
status: '',
value1: [], // 起始时间
abilityDepartment: '', // 上架部门或申请部门
- provideDepartment:'',//提供部门
+ provideDepartment: '', // 提供部门
abilityType: '', // 能力
beginTime: '', // 开始时间
endTime: '', // 结束时间
@@ -718,7 +714,7 @@ export default {
})
})
},
- // 能力使用明细
+ // 能力使用明细
getTwoDetail (page) {
var passAndReview = '' // 转变"通过"字段为通过
if (this.examineStatus == '-1') {
@@ -744,7 +740,7 @@ export default {
startDate: this.startDate,
endDate: this.endDate,
resourceName: this.resourceName,
- provideDept:this.provideDepartment
+ provideDept: this.provideDepartment
}
})
@@ -758,7 +754,7 @@ export default {
startDate: this.startDate,
endDate: this.endDate,
resourceName: this.resourceName,
- provideDept:this.provideDepartment
+ provideDept: this.provideDepartment
})
})
},
@@ -873,7 +869,7 @@ export default {
this.exportExcelType = 'SelectApplyDeptDetailTypeCountList'
this.getSecondTree()
} else {
-
+
}
} else if (index === 3) {
this.detailFlag = false
@@ -881,7 +877,7 @@ export default {
this.exportExcelType = 'SelectCensusResourceTable'
this.getOneDetail()
} else {
-
+
}
} else if (index === 4) {
this.detailFlag = false
@@ -986,10 +982,10 @@ export default {
this.endDate = ''
this.examineStatus = ''
this.abilityDepartment = ''
- this.provideDepartment=''
+ this.provideDepartment = ''
this.abilityType = ''
this.approveStatus = ''
- this.resourceName=''
+ this.resourceName = ''
this.exportExcelCondition = qs.stringify({
approveStatus: this.status,
deptId: this.abilityDepartment,
@@ -997,14 +993,13 @@ export default {
endDate: this.endDate,
resourceName: this.resourceName
})
- if (this.departmentId === 1) {//能力上架统计
+ if (this.departmentId === 1) { // 能力上架统计
this.handleChose(1)
- } else if (this.departmentId === 2) {//能力使用统计
+ } else if (this.departmentId === 2) { // 能力使用统计
this.handleChose(2)
-
- } else if (this.departmentId === 3) {//能力上架明细
+ } else if (this.departmentId === 3) { // 能力上架明细
this.handleChose(3)
- } else {//能力使用明细
+ } else { // 能力使用明细
this.handleChose(4)
}
},
diff --git a/back/src/views/modules/activiti/my-work-dynamics.vue b/back/src/views/modules/activiti/my-work-dynamics.vue
index 6dfd5410..a9450071 100644
--- a/back/src/views/modules/activiti/my-work-dynamics.vue
+++ b/back/src/views/modules/activiti/my-work-dynamics.vue
@@ -508,45 +508,47 @@ export default {
},
// 删除数据
deleteData (row) {
+ this.deleteDataArr.push(row.id)
if (this.deleteDataArr.length < 1) {
this.$message({
- type: 'info',
- message: '请选择要删除的数据'
- })
- }else{
- this.$confirm('此操作将删除当前数据, 是否继续?', '提示', {
- confirmButtonText: '确定',
- cancelButtonText: '取消',
- type: 'warning'
- })
- .then(async () => {
- let ids = []
- if(row.id && this.deleteDataArr.length==0){
- ids = [row.id]
- }else{
- ids = this.deleteDataArr
- }
- this.$http
- .delete('/workdynamics/delete', {
- data: ids
- })
- .then(({ data: res }) => {
- if (res.code !== 0) {
- return this.$message.error(res.msg)
- }
- this.$message({
- type: 'success',
- message: '删除成功!'
- })
- this.getTableData()
- })
+ type: 'info',
+ message: '请选择要删除的数据'
})
- .catch(() => {
- this.$message({
- type: 'info',
- message: '已取消删除'
+ } else {
+ this.$confirm('此操作将删除当前数据, 是否继续?', '提示', {
+ confirmButtonText: '确定',
+ cancelButtonText: '取消',
+ type: 'warning'
+ })
+ .then(async () => {
+ let ids = []
+ if (row.id && this.deleteDataArr.length == 0) {
+ ids = [row.id]
+ } else {
+ ids = this.deleteDataArr
+ }
+ this.$http
+ .delete('/workdynamics/delete', {
+ data: ids
+ })
+ .then(({ data: res }) => {
+ if (res.code !== 0) {
+ return this.$message.error(res.msg)
+ }
+ this.$message({
+ type: 'success',
+ message: '删除成功!'
+ })
+ this.getTableData()
+ })
})
- })}
+ .catch(() => {
+ this.$message({
+ type: 'info',
+ message: '已取消删除'
+ })
+ })
+ }
},
// 预览工作动态信息
async openPreviewData (row) {
diff --git a/back/src/views/modules/assetReport/index.vue b/back/src/views/modules/assetReport/index.vue
index 7b83a55a..5b8c84ad 100644
--- a/back/src/views/modules/assetReport/index.vue
+++ b/back/src/views/modules/assetReport/index.vue
@@ -1,7 +1,7 @@
@@ -22,7 +22,7 @@
style="
text-align: center;
font-size: 12px;
-
+
margin-bottom: 14px;
"
>
@@ -44,31 +44,18 @@
>
-
-
-
-
- 提供部门:
-
-
-
-
+
+
+ 审核状态:
+
+
+
+
+
+
-
-
-
+
申请部门:
-
-
-
+
+
+
+ 提供部门:
+
+
+
+
+
+
+
+
+
+
资源类型:
-
-
-
-
-
- 审核状态:
-
-
-
-
-
-
资源名称:
@@ -131,7 +129,7 @@
clearable
>
-
+
{{
@@ -155,10 +153,8 @@
"
>导出全部
-
+
-
-
-
+
-
\ No newline at end of file
diff --git a/back/src/views/modules/canassigncase/index.vue b/back/src/views/modules/canassigncase/index.vue
index 06efb4f1..b4c8aa5e 100644
--- a/back/src/views/modules/canassigncase/index.vue
+++ b/back/src/views/modules/canassigncase/index.vue
@@ -65,7 +65,8 @@
header-align="center"
align="center"
>
-
+
+
{
- this.$refs.singleTable.doLayout(); // 解决表格错位
- //:height="qp ? '810px' : '650px'"
- });
+ this.$refs.singleTable.doLayout() // 解决表格错位
+ // :height="qp ? '810px' : '650px'"
+ })
},
methods: {
reset () {
diff --git a/back/src/views/modules/myAgent/demo/competency-application.vue b/back/src/views/modules/myAgent/demo/competency-application.vue
index 4c2c1690..182dc009 100644
--- a/back/src/views/modules/myAgent/demo/competency-application.vue
+++ b/back/src/views/modules/myAgent/demo/competency-application.vue
@@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-29 15:59:51
* @LastEditors: Light
- * @LastEditTime: 2022-11-17 17:39:31
+ * @LastEditTime: 2022-11-28 11:28:43
* @Description: 告诉大家这是什么
-->
@@ -35,10 +35,15 @@
需求依据:
{{ dataForm.content.applicationBackground || '--' }}
-
+
+
+
+ 附件下载
+
+
+
+ {{ data.name
}}
- -->
-
+
+
{{
$t('query')
@@ -97,7 +97,7 @@ import AddOrUpdate from './user-add-or-update'
import qs from 'qs'
export default {
mixins: [mixinViewModule],
- data() {
+ data () {
return {
mixinViewModuleOptions: {
getDataListURL: '/sys/user/page',
@@ -106,7 +106,7 @@ export default {
deleteIsBatch: true,
exportURL: '/sys/user/export'
},
- postList: [],
+ deptList: [],
dataForm: {
username: '',
deptId: '',
@@ -118,18 +118,18 @@ export default {
components: {
AddOrUpdate
},
- created() {
- this.getPostList()
+ created () {
+ this.getDeptList()
},
methods: {
- reset() {
+ reset () {
this.dataForm.username = ''
this.dataForm.real_name = ''
this.dataForm.deptId = ''
this.dataForm.postId = ''
this.dataForm.gender = ''
if (this.$refs.renDeptTree) {
- this.$refs.renDeptTree.showDeptName = '';
+ this.$refs.renDeptTree.showDeptName = ''
}
this.$http
.get(
@@ -165,16 +165,13 @@ export default {
this.dataListLoading = false
})
},
- getPostList() {
- this.$http
- .get('/sys/post/list')
- .then(({ data: res }) => {
- if (res.code !== 0) {
- return this.$message.error(res.msg)
- }
- this.postList = res.data
- })
- .catch(() => { })
+ getDeptList () {
+ this.$http.get('/sys/dept/list').then(({ data: res }) => {
+ if (res.code !== 0) {
+ return this.$message.error(res.msg)
+ }
+ this.deptList = res.data
+ }).catch(() => { })
}
}
}
diff --git a/front/.gitignore b/front/.gitignore
index 091913a4..8374af27 100644
--- a/front/.gitignore
+++ b/front/.gitignore
@@ -4,7 +4,7 @@ dist
package-lock.json
yarn.lock
*.zip
-
+/node_modules
# local env files
.env.local
.env.*.local
diff --git a/front/public/static/assets/echarts-map-bak.png b/front/public/static/assets/echarts-map-bak.png
new file mode 100644
index 00000000..4b16abe2
Binary files /dev/null and b/front/public/static/assets/echarts-map-bak.png differ
diff --git a/front/public/static/assets/map-back.png b/front/public/static/assets/map-back.png
new file mode 100644
index 00000000..8286885e
Binary files /dev/null and b/front/public/static/assets/map-back.png differ
diff --git a/front/public/static/assets/reservoir-type-bak.png b/front/public/static/assets/reservoir-type-bak.png
new file mode 100644
index 00000000..4ea83bd7
Binary files /dev/null and b/front/public/static/assets/reservoir-type-bak.png differ
diff --git a/front/public/static/assets/warning-reservoir.png b/front/public/static/assets/warning-reservoir.png
new file mode 100644
index 00000000..21aeec74
Binary files /dev/null and b/front/public/static/assets/warning-reservoir.png differ
diff --git a/front/public/static/config/basicConfig.js b/front/public/static/config/basicConfig.js
index b10a5b6c..543a356a 100644
--- a/front/public/static/config/basicConfig.js
+++ b/front/public/static/config/basicConfig.js
@@ -2,7 +2,7 @@
* @Author: hisense.wuhongjian
* @Date: 2020-07-07 16:03:23
* @LastEditors: Light
- * @LastEditTime: 2022-11-24 09:11:58
+ * @LastEditTime: 2022-11-28 17:32:57
* @Description: 系统静态参数配置
*/
var _global = {}
@@ -63,14 +63,14 @@ var CONFIGITEM = {
},
// 获取摄像头的后端接口地址
camreaInfo: {
- // cameraUrl: '10.134.135.92:9537', // 西海岸-测试环境
+ cameraUrl: '10.134.135.92:9537', // 西海岸-测试环境
// cameraUrl: '10.134.135.9:9537', // 西海岸-生产环境
- cameraUrl: '192.168.124.236:9537', // 远雄(不挂vpn可直接连)
+ // cameraUrl: '192.168.124.236:9537', // 远雄(不挂vpn可直接连)
},
backUrl: 'http://10.134.135.9:9797',
- // apiURL: 'http://10.134.135.92:8888/renren-admin',
- apiURL: 'http://192.168.124.233:8888/ucs-admin',
- previewUrl: 'http://10.134.135.9:9796/',
+ apiURL: 'http://10.134.135.92:8888/renren-admin',
+ // apiURL: 'http://192.168.124.233:8888/ucs-admin',
+ // previewUrl: 'http://10.134.135.9:9796/',
// websocketURL: '10.134.135.9:8888/ucs-admin', // 正式环境
// websocketURL: '10.134.135.92:8888/ucs-admin', // 测试环境
websocketURL: '192.168.124.254:8888/ucs-admin', // 李志成-远雄
diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js
index f491650b..a967680a 100644
--- a/front/public/static/config/location.js
+++ b/front/public/static/config/location.js
@@ -1,491 +1,537 @@
/*
* @Author: hisense.wuhongjian
* @Date: 2020-07-07 16:03:23
- * @LastEditors: hisense.wuhongjian
- * @LastEditTime: 2022-10-14 11:23:58
+ * @LastEditors: Light
+ * @LastEditTime: 2022-11-28 17:34:04
* @Description: 数据资源参数配置
*/
// eslint-disable-next-line no-undef
const newLocation = CONFIGITEM.version
- // const newLocation = 'baotou'
- // const newLocation = 'xihaian'
+// const newLocation = 'baotou'
+// const newLocation = 'xihaian'
// 数据资源数据
const whoShow = {}
const launchedDataNumObject = {}
- // 导航数据
+// 导航数据
const navListManagement = {}
- // 无人机单兵数据
+// 无人机单兵数据
const uavAndIndividualSoldier = {}
- // 基础设施
+// 基础设施
const infrastructure = {}
- // 区市站点数据
+// 区市站点数据
const mapTestNum = {}
- // 底部数据
+// 底部数据
const footerDataList = {}
- // 西海岸--特殊用户
+// 西海岸--特殊用户
const xhaHasPermissionUser = {}
- // qingdao
+// qingdao
if (newLocation !== 'baotou' && newLocation !== 'xihaian') {
- whoShow.itShowQingDao = true
- infrastructure.deptName = '青岛市大数据发展管理局'
- infrastructure.deptId = '1067246875800000066'
- navListManagement.navList = [
- { name: '共享门户', key: 'home' },
- { name: '能力集市', key: 'DetailsPageconetent', innerKey: 'algorithmCompare' },
- // { name: '能力云图', key: 'capabilityCloud' },
- { name: '能力统计', key: 'abilityStatistics' },
- // { name: '开发指南', key: 'developmentGuide' },
- { name: '新手指南', key: 'instructionManual' },
- { name: '需求中心', key: 'demandCenter' },
- // { name: '个人中心', key: 'personalCenter' },
- // { name: '区市站点', key: 'mapTest' },
- // { name: '后台管理', key: 'houtaiguanli' },
- // { name: '典型赋能案例', key: 'assignCase' },
- { name: '融合服务', key: 'integrationServices' },
- { name: 'CIM专区', key: 'cimSpecialArea' },
- ]
- footerDataList.footerList = {
- company: {
- left: '青岛市大数据发展管理局',
- right: '政府标识码3702000106',
- },
- address: [{
- name: '邮编: 266071',
- value: 'Email: QDDSJJ@qingdao.shandong.cn',
- },
- {
- name: '版权所有:青岛市大数据发展管理局',
- value: '地址:山东省青岛市香港中路17号市级机关三号办公楼',
- },
- {
- name: '电话:0532-85912587',
- value: '传真:0532-85912181',
- },
- ],
- }
- mapTestNum.lsNum = [{
- name: '基础设施',
- key: 'lsjcss',
- num: '20135个',
- },
- {
- name: '数据资源',
- key: 'lsjcss',
- num: '857项',
- },
- {
- name: '应用资源',
- key: 'lsjcss',
- num: '28个',
- },
- ]
- mapTestNum.xhaNum = [{
- name: '基础设施',
- key: 'xhajcss',
- num: '35282个',
- },
- {
- name: '数据资源',
- key: 'xhajcss',
- num: '11项',
- },
- {
- name: '应用资源',
- key: 'xhajcss',
- num: '23个',
- },
- {
- name: '组件服务',
- key: 'xhazjfw',
- num: '8个',
- },
- ]
+ whoShow.itShowQingDao = true
+ infrastructure.deptName = '青岛市大数据发展管理局'
+ infrastructure.deptId = '1067246875800000066'
+ navListManagement.navList = [
+ { name: '共享门户', key: 'home' },
+ {
+ name: '能力集市',
+ key: 'DetailsPageconetent',
+ innerKey: 'algorithmCompare',
+ },
+ { name: '能力云图', key: 'capabilityCloud' },
+ { name: '能力统计', key: 'abilityStatistics' },
+ // { name: '开发指南', key: 'developmentGuide' },
+ { name: '新手指南', key: 'instructionManual' },
+ { name: '需求中心', key: 'demandCenter' },
+ // { name: '个人中心', key: 'personalCenter' },
+ // { name: '区市站点', key: 'mapTest' },
+ // { name: '后台管理', key: 'houtaiguanli' },
+ // { name: '典型赋能案例', key: 'assignCase' },
+ { name: '融合服务', key: 'integrationServices' },
+ { name: 'CIM专区', key: 'cimSpecialArea' },
+ ]
+ footerDataList.footerList = {
+ company: {
+ left: '青岛市大数据发展管理局',
+ right: '政府标识码3702000106',
+ },
+ address: [
+ {
+ name: '邮编: 266071',
+ value: 'Email: QDDSJJ@qingdao.shandong.cn',
+ },
+ {
+ name: '版权所有:青岛市大数据发展管理局',
+ value: '地址:山东省青岛市香港中路17号市级机关三号办公楼',
+ },
+ {
+ name: '电话:0532-85912587',
+ value: '传真:0532-85912181',
+ },
+ ],
+ }
+ mapTestNum.lsNum = [
+ {
+ name: '基础设施',
+ key: 'lsjcss',
+ num: '20135个',
+ },
+ {
+ name: '数据资源',
+ key: 'lsjcss',
+ num: '857项',
+ },
+ {
+ name: '应用资源',
+ key: 'lsjcss',
+ num: '28个',
+ },
+ ]
+ mapTestNum.xhaNum = [
+ {
+ name: '基础设施',
+ key: 'xhajcss',
+ num: '35282个',
+ },
+ {
+ name: '数据资源',
+ key: 'xhajcss',
+ num: '11项',
+ },
+ {
+ name: '应用资源',
+ key: 'xhajcss',
+ num: '23个',
+ },
+ {
+ name: '组件服务',
+ key: 'xhazjfw',
+ num: '8个',
+ },
+ ]
}
// baotou
else if (newLocation === 'baotou') {
- whoShow.itShowBaoTou = true
- launchedDataNumObject.launchedDataNum = [{
- num: 10372,
- },
- {
- num: 1080,
- },
- {
- num: 976,
- },
- ]
- navListManagement.navList = [
- { name: '共享门户', key: 'home' },
- { name: '能力集市', key: 'DetailsPageconetent' },
- { name: '能力云图', key: 'capabilityCloud' },
- { name: '能力统计', key: 'abilityStatistics' },
- // { name: '开发指南', key: 'developmentGuide' },
- { name: '需求中心', key: 'demandCenter' },
- // { name: '个人中心', key: 'personalCenter' },
- // { name: '区市站点', key: 'mapTest' },
- // { name: '后台管理', key: 'houtaiguanli' },
- { name: '赋能案例', key: 'assignCase' },
- ]
- footerDataList.footerList = {
- company: {
- left: '包头市工业和信息化局大数据中心建设',
- right: '海信网络科技股份有限公司',
- },
- address: [{
- name: '蒙ICP备05003330-1号',
- value: '政府标识码1502000040',
- },
- {
- name: '版权所有:包头市工业和信息化局大数据中心',
- value: '地址:内蒙古自治区包头市九原区开元大街1号',
- },
- {
- name: '电话:0472-5618235',
- value: '传真:0472-5618235',
- },
- ],
- }
+ whoShow.itShowBaoTou = true
+ launchedDataNumObject.launchedDataNum = [
+ {
+ num: 10372,
+ },
+ {
+ num: 1080,
+ },
+ {
+ num: 976,
+ },
+ ]
+ navListManagement.navList = [
+ { name: '共享门户', key: 'home' },
+ { name: '能力集市', key: 'DetailsPageconetent' },
+ { name: '能力云图', key: 'capabilityCloud' },
+ { name: '能力统计', key: 'abilityStatistics' },
+ // { name: '开发指南', key: 'developmentGuide' },
+ { name: '需求中心', key: 'demandCenter' },
+ // { name: '个人中心', key: 'personalCenter' },
+ // { name: '区市站点', key: 'mapTest' },
+ // { name: '后台管理', key: 'houtaiguanli' },
+ { name: '赋能案例', key: 'assignCase' },
+ ]
+ footerDataList.footerList = {
+ company: {
+ left: '包头市工业和信息化局大数据中心建设',
+ right: '海信网络科技股份有限公司',
+ },
+ address: [
+ {
+ name: '蒙ICP备05003330-1号',
+ value: '政府标识码1502000040',
+ },
+ {
+ name: '版权所有:包头市工业和信息化局大数据中心',
+ value: '地址:内蒙古自治区包头市九原区开元大街1号',
+ },
+ {
+ name: '电话:0472-5618235',
+ value: '传真:0472-5618235',
+ },
+ ],
+ }
}
// xihaian
else if (newLocation === 'xihaian') {
- whoShow.itShowXiHaiAn = true
- infrastructure.deptName = '西海岸新区大数据发展'
- // infrastructure.deptId = '1067246875800000066'
- uavAndIndividualSoldier.num = 4
- uavAndIndividualSoldier.uavList = [{
- name: '经纬 M300 RTK-1',
- url: '',
- details: [{
- name: '飞行器',
- attribute: {
- 尺寸: '尺寸(展开,不包含桨叶):810×670×430 mm(长×宽×高);尺寸(折叠,包含桨叶):430×420×430 mm(长×宽×高)',
- 对称电机轴距: '895 mm',
- '重量(含下置单云台支架):空机重量(不含电池)': '3.6 kg;空机重量(含双电池):6.3 kg',
- 单云台减震球最大负重: '930g',
- 最大起飞重量: '9 kg',
- 工作频率: '2.4000-2.4835 GHz;5.725-5.850 GHz',
- '发射功率(EIRP)': '2.4000-2.4835 GHz:29.5 dBm(FCC)、18.5dBm(CE)、18.5 dBm(SRRC)、18.5dBm(MIC);5.725-5.850 GHz:28.5 dBm(FCC)、12.5dBm(CE)、28.5 dBm(SRRC)',
- '悬停精度(P-GPS)': '垂直:±0.1 m(视觉定位正常工作时)、±0.5 m(GPS 正常工作时)、±0.1 m(RTK 定位正常工作时);水平:±0.3 m(视觉定位正常工作时)、±1.5 m(GPS 正常工作时)、±0.1 m(RTK 定位正常工作时)',
- 'RTK 位置精度': '在 RTK FIX 时:1 cm+1 ppm(水平)、1.5 cm + 1 ppm(垂直)',
- 最大旋转角速度: '俯仰轴:300°/s、航向轴:100°/s',
- 最大俯仰角度: '30° (P模式且前视视觉系统启用:25°)',
- 最大上升速度: 'S 模式:6 m/s、P 模式:5 m/s',
- '最大下降速度(垂直)': 'S 模式:5 m/s、P 模式:4 m/s',
- 最大倾斜下降速度: 'S 模式:7 m/s',
- 最大水平飞行速度: 'S 模式:23 m/s、P 模式:17 m/s',
- 最大飞行海拔高度: '5000 m(2110 桨叶,起飞重量≤7 kg)/ 7000 m(2195 高原静音桨叶,起飞重量≤7 kg)',
- 最大可承受风速: '15m/s(起飞及降落阶段为12m/s)',
- 最大飞行时间: '55 min',
- '适配 DJI 云台': '禅思 XT2、禅思 XT S、禅思 Z30、禅思 H20、禅思 H20T、DJI P1、DJI L1',
- 支持云台安装方式: '下置单云台、上置单云台、下置双云台、下置单云台+上置单云台、下置双云台+上置单云台',
- 'IP 防护等级': 'IP45',
- GNSS: 'GPS+GLONASS+BeiDou+Galileo',
- 工作环境温度: '-20°C 至 50°C',
- },
- },
- {
- name: '遥控器',
- attribute: {
- 工作频率: '2.4000-2.4835 GHz、5.725-5.850 GHz',
- '最大信号有效距离(无干扰、无遮挡)': 'NCC/FCC:15 km、CE/MIC:8 km、SRRC:8 km',
- '等效全向辐射功率(EIRP)': '2.4000-2.4835 GHz:29.5 dBm(FCC);18.5dBm(CE)、18.5 dBm(SRRC);18.5dBm(MIC);5.725-5.850 GHz:28.5 dBm(FCC);12.5dBm(CE)、20.5 dBm(SRRC)',
- 外置电池: '名称:WB37 智能电池;容量:4920 mAh;电压:7.6 V;电池类型:LiPo;能量:37.39 Wh;充电时间(使用 BS60 智能电池箱):70 分钟(15°C 至 45°C);130 分钟(0°C 至 15°C)',
- 内置电池: '类型:18650 锂离子电池 (5000 mAh @ 7.2 V);充电方式:使用规格为 12V/2A 的 USB 充电器;额定功率:17 W;充电时间:2 小时 15 分钟(使用规格为12V/2A 的 USB 充电器)',
- 续航时间: '内置电池:约 2.5 小时内置电池+外置电池:约 4.5 小时',
- 'USB-A 接口供电电压/电流': '5 V / 1.5 A',
- 工作环境温度: '-20° 至 40° C',
- },
- },
- {
- name: '视觉系统',
- attribute: {
- 障碍物感知范围: '前后左右:0.7-40 m、上下:0.6-30 m',
- FOV: '前后下:65°(H),50°(V)、左右上:75°(H),60°(V)',
- 使用环境: '表面有丰富纹理,光照条件充足(>15 lux,室内日光灯正常照射环境)',
- },
- },
- {
- name: '红外感知系统',
- attribute: {
- 障碍物感知范围: '0.1-8 m',
- FOV: '30°(±15°)',
- 使用环境: '漫反射,大尺寸,高反射率(反射率>10%)障碍物',
- },
- },
- {
- name: '上下补光灯',
- attribute: {
- 有效照明距离: '5 m',
- },
- },
- {
- name: 'FPV摄像头',
- attribute: {
- 分辨率: '960p',
- FOV: '145°',
- 帧率: '30 fps',
- },
- },
- {
- name: '智能飞行电池',
- attribute: {
- 型号: 'TB60',
- 容量: '5935 mAh',
- 电压: '52.8 V',
- 电池类型: 'LiPo 12S',
- 能量: '274 Wh',
- 电池整体重量: '约 1.35 kg',
- 工作环境温度: '-20℃ 至 50℃',
- 理想存放环境温度: '22℃ 至 30℃',
- 充电环境温度: '-20°C 至 40°C(当环境温度低于 5°C时,电池会启动自加热功能,在低温环境下充电有可能会降低电池使用寿命)',
- 充电时间: '使用 BS60 智能电池箱时,使用 220 V 电源:完全充满两块 TB60 智能飞行电池约需 60 分钟,从 20% 充到 90% 约需 30 分钟;使用 110 V 电源:完全充满两块 TB60 智能飞行电池约需 70 分钟,从 20% 充到 90% 约需 40 分钟',
- },
- },
- {
- name: 'BS60智能电池箱',
- attribute: {
- 外形尺寸: '501×403×252 mm',
- 空箱重量: '8.37 kg',
- 可放置物品: 'TB60 智能飞行电池 8 块、WB37 智能电池 4 块',
- 输入电压: '100-120 VAC,50-60 Hz / 220-240 VAC,50-60 Hz',
- 最大输入功率: '1070 W',
- 输出功率: '100-120 V:750 W、220-240 V:992 W',
- 工作环境温度: '-20℃ 至 40℃',
- },
- },
- ],
+ whoShow.itShowXiHaiAn = true
+ infrastructure.deptName = '西海岸新区大数据发展'
+ // infrastructure.deptId = '1067246875800000066'
+ uavAndIndividualSoldier.num = 4
+ uavAndIndividualSoldier.uavList = [
+ {
+ name: '经纬 M300 RTK-1',
+ url: '',
+ details: [
+ {
+ name: '飞行器',
+ attribute: {
+ 尺寸: '尺寸(展开,不包含桨叶):810×670×430 mm(长×宽×高);尺寸(折叠,包含桨叶):430×420×430 mm(长×宽×高)',
+ 对称电机轴距: '895 mm',
+ '重量(含下置单云台支架):空机重量(不含电池)':
+ '3.6 kg;空机重量(含双电池):6.3 kg',
+ 单云台减震球最大负重: '930g',
+ 最大起飞重量: '9 kg',
+ 工作频率: '2.4000-2.4835 GHz;5.725-5.850 GHz',
+ '发射功率(EIRP)':
+ '2.4000-2.4835 GHz:29.5 dBm(FCC)、18.5dBm(CE)、18.5 dBm(SRRC)、18.5dBm(MIC);5.725-5.850 GHz:28.5 dBm(FCC)、12.5dBm(CE)、28.5 dBm(SRRC)',
+ '悬停精度(P-GPS)':
+ '垂直:±0.1 m(视觉定位正常工作时)、±0.5 m(GPS 正常工作时)、±0.1 m(RTK 定位正常工作时);水平:±0.3 m(视觉定位正常工作时)、±1.5 m(GPS 正常工作时)、±0.1 m(RTK 定位正常工作时)',
+ 'RTK 位置精度':
+ '在 RTK FIX 时:1 cm+1 ppm(水平)、1.5 cm + 1 ppm(垂直)',
+ 最大旋转角速度: '俯仰轴:300°/s、航向轴:100°/s',
+ 最大俯仰角度: '30° (P模式且前视视觉系统启用:25°)',
+ 最大上升速度: 'S 模式:6 m/s、P 模式:5 m/s',
+ '最大下降速度(垂直)': 'S 模式:5 m/s、P 模式:4 m/s',
+ 最大倾斜下降速度: 'S 模式:7 m/s',
+ 最大水平飞行速度: 'S 模式:23 m/s、P 模式:17 m/s',
+ 最大飞行海拔高度:
+ '5000 m(2110 桨叶,起飞重量≤7 kg)/ 7000 m(2195 高原静音桨叶,起飞重量≤7 kg)',
+ 最大可承受风速: '15m/s(起飞及降落阶段为12m/s)',
+ 最大飞行时间: '55 min',
+ '适配 DJI 云台':
+ '禅思 XT2、禅思 XT S、禅思 Z30、禅思 H20、禅思 H20T、DJI P1、DJI L1',
+ 支持云台安装方式:
+ '下置单云台、上置单云台、下置双云台、下置单云台+上置单云台、下置双云台+上置单云台',
+ 'IP 防护等级': 'IP45',
+ GNSS: 'GPS+GLONASS+BeiDou+Galileo',
+ 工作环境温度: '-20°C 至 50°C',
+ },
},
{
- name: '经纬 M300 RTK-2',
- url: '',
- details: [{
- name: '飞行器',
- attribute: {
- 尺寸: '尺寸(展开,不包含桨叶):810×670×430 mm(长×宽×高);尺寸(折叠,包含桨叶):430×420×430 mm(长×宽×高)',
- 对称电机轴距: '895 mm',
- '重量(含下置单云台支架):空机重量(不含电池)': '3.6 kg;空机重量(含双电池):6.3 kg',
- 单云台减震球最大负重: '930g',
- 最大起飞重量: '9 kg',
- 工作频率: '2.4000-2.4835 GHz;5.725-5.850 GHz',
- '发射功率(EIRP)': '2.4000-2.4835 GHz:29.5 dBm(FCC)、18.5dBm(CE)、18.5 dBm(SRRC)、18.5dBm(MIC);5.725-5.850 GHz:28.5 dBm(FCC)、12.5dBm(CE)、28.5 dBm(SRRC)',
- '悬停精度(P-GPS)': '垂直:±0.1 m(视觉定位正常工作时)、±0.5 m(GPS 正常工作时)、±0.1 m(RTK 定位正常工作时);水平:±0.3 m(视觉定位正常工作时)、±1.5 m(GPS 正常工作时)、±0.1 m(RTK 定位正常工作时)',
- 'RTK 位置精度': '在 RTK FIX 时:1 cm+1 ppm(水平)、1.5 cm + 1 ppm(垂直)',
- 最大旋转角速度: '俯仰轴:300°/s、航向轴:100°/s',
- 最大俯仰角度: '30° (P模式且前视视觉系统启用:25°)',
- 最大上升速度: 'S 模式:6 m/s、P 模式:5 m/s',
- '最大下降速度(垂直)': 'S 模式:5 m/s、P 模式:4 m/s',
- 最大倾斜下降速度: 'S 模式:7 m/s',
- 最大水平飞行速度: 'S 模式:23 m/s、P 模式:17 m/s',
- 最大飞行海拔高度: '5000 m(2110 桨叶,起飞重量≤7 kg)/ 7000 m(2195 高原静音桨叶,起飞重量≤7 kg)',
- 最大可承受风速: '15m/s(起飞及降落阶段为12m/s)',
- 最大飞行时间: '55 min',
- '适配 DJI 云台': '禅思 XT2、禅思 XT S、禅思 Z30、禅思 H20、禅思 H20T、DJI P1、DJI L1',
- 支持云台安装方式: '下置单云台、上置单云台、下置双云台、下置单云台+上置单云台、下置双云台+上置单云台',
- 'IP 防护等级': 'IP45',
- GNSS: 'GPS+GLONASS+BeiDou+Galileo',
- 工作环境温度: '-20°C 至 50°C',
- },
- },
- {
- name: '遥控器',
- attribute: {
- 工作频率: '2.4000-2.4835 GHz、5.725-5.850 GHz',
- '最大信号有效距离(无干扰、无遮挡)': 'NCC/FCC:15 km、CE/MIC:8 km、SRRC:8 km',
- '等效全向辐射功率(EIRP)': '2.4000-2.4835 GHz:29.5 dBm(FCC);18.5dBm(CE)、18.5 dBm(SRRC);18.5dBm(MIC);5.725-5.850 GHz:28.5 dBm(FCC);12.5dBm(CE)、20.5 dBm(SRRC)',
- 外置电池: '名称:WB37 智能电池;容量:4920 mAh;电压:7.6 V;电池类型:LiPo;能量:37.39 Wh;充电时间(使用 BS60 智能电池箱):70 分钟(15°C 至 45°C);130 分钟(0°C 至 15°C)',
- 内置电池: '类型:18650 锂离子电池 (5000 mAh @ 7.2 V);充电方式:使用规格为 12V/2A 的 USB 充电器;额定功率:17 W;充电时间:2 小时 15 分钟(使用规格为12V/2A 的 USB 充电器)',
- 续航时间: '内置电池:约 2.5 小时内置电池+外置电池:约 4.5 小时',
- 'USB-A 接口供电电压/电流': '5 V / 1.5 A',
- 工作环境温度: '-20° 至 40° C',
- },
- },
- {
- name: '视觉系统',
- attribute: {
- 障碍物感知范围: '前后左右:0.7-40 m、上下:0.6-30 m',
- FOV: '前后下:65°(H),50°(V)、左右上:75°(H),60°(V)',
- 使用环境: '表面有丰富纹理,光照条件充足(>15 lux,室内日光灯正常照射环境)',
- },
- },
- {
- name: '红外感知系统',
- attribute: {
- 障碍物感知范围: '0.1-8 m',
- FOV: '30°(±15°)',
- 使用环境: '漫反射,大尺寸,高反射率(反射率>10%)障碍物',
- },
- },
- {
- name: '上下补光灯',
- attribute: {
- 有效照明距离: '5 m',
- },
- },
- {
- name: 'FPV摄像头',
- attribute: {
- 分辨率: '960p',
- FOV: '145°',
- 帧率: '30 fps',
- },
- },
- {
- name: '智能飞行电池',
- attribute: {
- 型号: 'TB60',
- 容量: '5935 mAh',
- 电压: '52.8 V',
- 电池类型: 'LiPo 12S',
- 能量: '274 Wh',
- 电池整体重量: '约 1.35 kg',
- 工作环境温度: '-20℃ 至 50℃',
- 理想存放环境温度: '22℃ 至 30℃',
- 充电环境温度: '-20°C 至 40°C(当环境温度低于 5°C时,电池会启动自加热功能,在低温环境下充电有可能会降低电池使用寿命)',
- 充电时间: '使用 BS60 智能电池箱时,使用 220 V 电源:完全充满两块 TB60 智能飞行电池约需 60 分钟,从 20% 充到 90% 约需 30 分钟;使用 110 V 电源:完全充满两块 TB60 智能飞行电池约需 70 分钟,从 20% 充到 90% 约需 40 分钟',
- },
- },
- {
- name: 'BS60智能电池箱',
- attribute: {
- 外形尺寸: '501×403×252 mm',
- 空箱重量: '8.37 kg',
- 可放置物品: 'TB60 智能飞行电池 8 块、WB37 智能电池 4 块',
- 输入电压: '100-120 VAC,50-60 Hz / 220-240 VAC,50-60 Hz',
- 最大输入功率: '1070 W',
- 输出功率: '100-120 V:750 W、220-240 V:992 W',
- 工作环境温度: '-20℃ 至 40℃',
- },
- },
- ],
- },
- ]
- uavAndIndividualSoldier.individualSoldier = [{
- name: 'T950天通-1',
- type: '单兵设备',
- details: {
- 基本信息: {
- 外观设计: '172X81X15.7(不含天线),336g',
- 操作系统: 'Android P',
- CPU: '展锐 Makalu T7510;虎贲T710+春藤IVY510',
- 存储: '标配:6GB ROM +128G RAM',
- 显示屏: '6.52吋水滴屏;HD+,1600*720(20:9)',
- 后置摄像头: '后置为4800万主摄+200万微距+200万红外三摄组合,支持闪光灯',
- 前置摄像头: '1600万',
- 传感器相关: '指纹|光线传感器|距离传感器|加速度传感器|地磁传感器|陀螺仪|气压传感器',
- WLAN: '802.11a/b/g/n/AC 支持MIMO',
- 电池: '6000mAh@3.8V,内置不可拆卸,支持18W快充',
- 工作时间: '待机时长180h,卫星通话时长16h',
- },
- 制式频段: {
- 卫星频段: '天通一号卫星',
- 频段: '2G:GSM 850/900/1800/1900;3G:WCDMA850/900/1900/2100;4G:TD-LTE B38/39/40/41;4G:FDD-LTE B1/3/5/7/8;5G: N1,N28,N41, N78,N79',
- 双卡: '双nano卡(卫星卡+运营商全网通卡)',
- CA: 'B1+B3 下行 2CA(电信);B40/41带内上下行 2CA',
- VOLTE: '支持',
- },
- IO接口: {
- USB接口类型: 'TYPE-C USB3.0,支持OTG功能',
- 耳机接口: '3.5mm,美标',
- 存储卡: '支持TF卡扩展',
- },
- 其它功能: {
- 蓝牙: 'V5.0',
- 定位: 'GPS、北斗混合定位、单北斗模式',
- NFC: '支持',
- 充电方式: '三种充电方式(线充、座充、磁吸充电)',
- 按键: '开机键、音量+/-、 SOS(侧面)、PTT按键',
- },
- 环境适应性: {
- 工作温度: '-20°~ 60°',
- 存储温度: '-40°~ 80°',
- 高温高湿: '(95±3)%(≧40°),24小时',
- 防护等级: 'IP68',
- },
- },
+ name: '遥控器',
+ attribute: {
+ 工作频率: '2.4000-2.4835 GHz、5.725-5.850 GHz',
+ '最大信号有效距离(无干扰、无遮挡)':
+ 'NCC/FCC:15 km、CE/MIC:8 km、SRRC:8 km',
+ '等效全向辐射功率(EIRP)':
+ '2.4000-2.4835 GHz:29.5 dBm(FCC);18.5dBm(CE)、18.5 dBm(SRRC);18.5dBm(MIC);5.725-5.850 GHz:28.5 dBm(FCC);12.5dBm(CE)、20.5 dBm(SRRC)',
+ 外置电池:
+ '名称:WB37 智能电池;容量:4920 mAh;电压:7.6 V;电池类型:LiPo;能量:37.39 Wh;充电时间(使用 BS60 智能电池箱):70 分钟(15°C 至 45°C);130 分钟(0°C 至 15°C)',
+ 内置电池:
+ '类型:18650 锂离子电池 (5000 mAh @ 7.2 V);充电方式:使用规格为 12V/2A 的 USB 充电器;额定功率:17 W;充电时间:2 小时 15 分钟(使用规格为12V/2A 的 USB 充电器)',
+ 续航时间: '内置电池:约 2.5 小时内置电池+外置电池:约 4.5 小时',
+ 'USB-A 接口供电电压/电流': '5 V / 1.5 A',
+ 工作环境温度: '-20° 至 40° C',
+ },
},
{
- name: 'T950天通-2',
- type: '单兵设备',
- details: {
- 基本信息: {
- 外观设计: '172X81X15.7(不含天线),336g',
- 操作系统: 'Android P',
- CPU: '展锐 Makalu T7510;虎贲T710+春藤IVY510',
- 存储: '标配:6GB ROM +128G RAM',
- 显示屏: '6.52吋水滴屏;HD+,1600*720(20:9)',
- 后置摄像头: '后置为4800万主摄+200万微距+200万红外三摄组合,支持闪光灯',
- 前置摄像头: '1600万',
- 传感器相关: '指纹|光线传感器|距离传感器|加速度传感器|地磁传感器|陀螺仪|气压传感器',
- WLAN: '802.11a/b/g/n/AC 支持MIMO',
- 电池: '6000mAh@3.8V,内置不可拆卸,支持18W快充',
- 工作时间: '待机时长180h,卫星通话时长16h',
- },
- 制式频段: {
- 卫星频段: '天通一号卫星',
- 频段: '2G:GSM 850/900/1800/1900;3G:WCDMA850/900/1900/2100;4G:TD-LTE B38/39/40/41;4G:FDD-LTE B1/3/5/7/8;5G: N1,N28,N41, N78,N79',
- 双卡: '双nano卡(卫星卡+运营商全网通卡)',
- CA: 'B1+B3 下行 2CA(电信);B40/41带内上下行 2CA',
- VOLTE: '支持',
- },
- IO接口: {
- USB接口类型: 'TYPE-C USB3.0,支持OTG功能',
- 耳机接口: '3.5mm,美标',
- 存储卡: '支持TF卡扩展',
- },
- 其它功能: {
- 蓝牙: 'V5.0',
- 定位: 'GPS、北斗混合定位、单北斗模式',
- NFC: '支持',
- 充电方式: '三种充电方式(线充、座充、磁吸充电)',
- 按键: '开机键、音量+/-、 SOS(侧面)、PTT按键',
- },
- 环境适应性: {
- 工作温度: '-20°~ 60°',
- 存储温度: '-40°~ 80°',
- 高温高湿: '(95±3)%(≧40°),24小时',
- 防护等级: 'IP68',
- },
- },
+ name: '视觉系统',
+ attribute: {
+ 障碍物感知范围: '前后左右:0.7-40 m、上下:0.6-30 m',
+ FOV: '前后下:65°(H),50°(V)、左右上:75°(H),60°(V)',
+ 使用环境:
+ '表面有丰富纹理,光照条件充足(>15 lux,室内日光灯正常照射环境)',
+ },
},
- ]
- navListManagement.navList = [
- { name: '共享门户', key: 'home' },
- { name: '能力集市', key: 'DetailsPageconetent' },
- { name: '能力云图', key: 'capabilityCloud' },
- { name: '能力统计', key: 'abilityStatistics' },
- // { name: '开发指南', key: 'developmentGuide' },
- { name: '需求中心', key: 'demandCenter' },
- // { name: '个人中心', key: 'personalCenter' },
- // { name: '区市站点', key: 'mapTest' },
- // { name: '后台管理', key: 'houtaiguanli' },
- { name: '赋能案例', key: 'assignCase' },
- ]
- footerDataList.footerList = {
- company: {
- left: '青岛西海岸新区大数据发展促进局建设',
- // eslint-disable-next-line no-undef
- right: CONFIGITEM.vNum,
+ {
+ name: '红外感知系统',
+ attribute: {
+ 障碍物感知范围: '0.1-8 m',
+ FOV: '30°(±15°)',
+ 使用环境: '漫反射,大尺寸,高反射率(反射率>10%)障碍物',
+ },
},
- address: [{
- name: '鲁IC备00000000号',
- value: '政府标识码3702000106',
- },
- {
- name: '版权所有:青岛西海岸新区大数据发展促进局',
- value: '地址:青岛市西海岸新区长江中路369号',
- },
- {
- name: '电话:0532-86986596',
- value: '传真:0532-86986596',
- },
- ],
- }
- xhaHasPermissionUser.list = [
- 'xihaian01',
- 'xihaian02',
- 'xihaian03',
- 'xihaian04',
- 'admin',
- ]
-}
\ No newline at end of file
+ {
+ name: '上下补光灯',
+ attribute: {
+ 有效照明距离: '5 m',
+ },
+ },
+ {
+ name: 'FPV摄像头',
+ attribute: {
+ 分辨率: '960p',
+ FOV: '145°',
+ 帧率: '30 fps',
+ },
+ },
+ {
+ name: '智能飞行电池',
+ attribute: {
+ 型号: 'TB60',
+ 容量: '5935 mAh',
+ 电压: '52.8 V',
+ 电池类型: 'LiPo 12S',
+ 能量: '274 Wh',
+ 电池整体重量: '约 1.35 kg',
+ 工作环境温度: '-20℃ 至 50℃',
+ 理想存放环境温度: '22℃ 至 30℃',
+ 充电环境温度:
+ '-20°C 至 40°C(当环境温度低于 5°C时,电池会启动自加热功能,在低温环境下充电有可能会降低电池使用寿命)',
+ 充电时间:
+ '使用 BS60 智能电池箱时,使用 220 V 电源:完全充满两块 TB60 智能飞行电池约需 60 分钟,从 20% 充到 90% 约需 30 分钟;使用 110 V 电源:完全充满两块 TB60 智能飞行电池约需 70 分钟,从 20% 充到 90% 约需 40 分钟',
+ },
+ },
+ {
+ name: 'BS60智能电池箱',
+ attribute: {
+ 外形尺寸: '501×403×252 mm',
+ 空箱重量: '8.37 kg',
+ 可放置物品: 'TB60 智能飞行电池 8 块、WB37 智能电池 4 块',
+ 输入电压: '100-120 VAC,50-60 Hz / 220-240 VAC,50-60 Hz',
+ 最大输入功率: '1070 W',
+ 输出功率: '100-120 V:750 W、220-240 V:992 W',
+ 工作环境温度: '-20℃ 至 40℃',
+ },
+ },
+ ],
+ },
+ {
+ name: '经纬 M300 RTK-2',
+ url: '',
+ details: [
+ {
+ name: '飞行器',
+ attribute: {
+ 尺寸: '尺寸(展开,不包含桨叶):810×670×430 mm(长×宽×高);尺寸(折叠,包含桨叶):430×420×430 mm(长×宽×高)',
+ 对称电机轴距: '895 mm',
+ '重量(含下置单云台支架):空机重量(不含电池)':
+ '3.6 kg;空机重量(含双电池):6.3 kg',
+ 单云台减震球最大负重: '930g',
+ 最大起飞重量: '9 kg',
+ 工作频率: '2.4000-2.4835 GHz;5.725-5.850 GHz',
+ '发射功率(EIRP)':
+ '2.4000-2.4835 GHz:29.5 dBm(FCC)、18.5dBm(CE)、18.5 dBm(SRRC)、18.5dBm(MIC);5.725-5.850 GHz:28.5 dBm(FCC)、12.5dBm(CE)、28.5 dBm(SRRC)',
+ '悬停精度(P-GPS)':
+ '垂直:±0.1 m(视觉定位正常工作时)、±0.5 m(GPS 正常工作时)、±0.1 m(RTK 定位正常工作时);水平:±0.3 m(视觉定位正常工作时)、±1.5 m(GPS 正常工作时)、±0.1 m(RTK 定位正常工作时)',
+ 'RTK 位置精度':
+ '在 RTK FIX 时:1 cm+1 ppm(水平)、1.5 cm + 1 ppm(垂直)',
+ 最大旋转角速度: '俯仰轴:300°/s、航向轴:100°/s',
+ 最大俯仰角度: '30° (P模式且前视视觉系统启用:25°)',
+ 最大上升速度: 'S 模式:6 m/s、P 模式:5 m/s',
+ '最大下降速度(垂直)': 'S 模式:5 m/s、P 模式:4 m/s',
+ 最大倾斜下降速度: 'S 模式:7 m/s',
+ 最大水平飞行速度: 'S 模式:23 m/s、P 模式:17 m/s',
+ 最大飞行海拔高度:
+ '5000 m(2110 桨叶,起飞重量≤7 kg)/ 7000 m(2195 高原静音桨叶,起飞重量≤7 kg)',
+ 最大可承受风速: '15m/s(起飞及降落阶段为12m/s)',
+ 最大飞行时间: '55 min',
+ '适配 DJI 云台':
+ '禅思 XT2、禅思 XT S、禅思 Z30、禅思 H20、禅思 H20T、DJI P1、DJI L1',
+ 支持云台安装方式:
+ '下置单云台、上置单云台、下置双云台、下置单云台+上置单云台、下置双云台+上置单云台',
+ 'IP 防护等级': 'IP45',
+ GNSS: 'GPS+GLONASS+BeiDou+Galileo',
+ 工作环境温度: '-20°C 至 50°C',
+ },
+ },
+ {
+ name: '遥控器',
+ attribute: {
+ 工作频率: '2.4000-2.4835 GHz、5.725-5.850 GHz',
+ '最大信号有效距离(无干扰、无遮挡)':
+ 'NCC/FCC:15 km、CE/MIC:8 km、SRRC:8 km',
+ '等效全向辐射功率(EIRP)':
+ '2.4000-2.4835 GHz:29.5 dBm(FCC);18.5dBm(CE)、18.5 dBm(SRRC);18.5dBm(MIC);5.725-5.850 GHz:28.5 dBm(FCC);12.5dBm(CE)、20.5 dBm(SRRC)',
+ 外置电池:
+ '名称:WB37 智能电池;容量:4920 mAh;电压:7.6 V;电池类型:LiPo;能量:37.39 Wh;充电时间(使用 BS60 智能电池箱):70 分钟(15°C 至 45°C);130 分钟(0°C 至 15°C)',
+ 内置电池:
+ '类型:18650 锂离子电池 (5000 mAh @ 7.2 V);充电方式:使用规格为 12V/2A 的 USB 充电器;额定功率:17 W;充电时间:2 小时 15 分钟(使用规格为12V/2A 的 USB 充电器)',
+ 续航时间: '内置电池:约 2.5 小时内置电池+外置电池:约 4.5 小时',
+ 'USB-A 接口供电电压/电流': '5 V / 1.5 A',
+ 工作环境温度: '-20° 至 40° C',
+ },
+ },
+ {
+ name: '视觉系统',
+ attribute: {
+ 障碍物感知范围: '前后左右:0.7-40 m、上下:0.6-30 m',
+ FOV: '前后下:65°(H),50°(V)、左右上:75°(H),60°(V)',
+ 使用环境:
+ '表面有丰富纹理,光照条件充足(>15 lux,室内日光灯正常照射环境)',
+ },
+ },
+ {
+ name: '红外感知系统',
+ attribute: {
+ 障碍物感知范围: '0.1-8 m',
+ FOV: '30°(±15°)',
+ 使用环境: '漫反射,大尺寸,高反射率(反射率>10%)障碍物',
+ },
+ },
+ {
+ name: '上下补光灯',
+ attribute: {
+ 有效照明距离: '5 m',
+ },
+ },
+ {
+ name: 'FPV摄像头',
+ attribute: {
+ 分辨率: '960p',
+ FOV: '145°',
+ 帧率: '30 fps',
+ },
+ },
+ {
+ name: '智能飞行电池',
+ attribute: {
+ 型号: 'TB60',
+ 容量: '5935 mAh',
+ 电压: '52.8 V',
+ 电池类型: 'LiPo 12S',
+ 能量: '274 Wh',
+ 电池整体重量: '约 1.35 kg',
+ 工作环境温度: '-20℃ 至 50℃',
+ 理想存放环境温度: '22℃ 至 30℃',
+ 充电环境温度:
+ '-20°C 至 40°C(当环境温度低于 5°C时,电池会启动自加热功能,在低温环境下充电有可能会降低电池使用寿命)',
+ 充电时间:
+ '使用 BS60 智能电池箱时,使用 220 V 电源:完全充满两块 TB60 智能飞行电池约需 60 分钟,从 20% 充到 90% 约需 30 分钟;使用 110 V 电源:完全充满两块 TB60 智能飞行电池约需 70 分钟,从 20% 充到 90% 约需 40 分钟',
+ },
+ },
+ {
+ name: 'BS60智能电池箱',
+ attribute: {
+ 外形尺寸: '501×403×252 mm',
+ 空箱重量: '8.37 kg',
+ 可放置物品: 'TB60 智能飞行电池 8 块、WB37 智能电池 4 块',
+ 输入电压: '100-120 VAC,50-60 Hz / 220-240 VAC,50-60 Hz',
+ 最大输入功率: '1070 W',
+ 输出功率: '100-120 V:750 W、220-240 V:992 W',
+ 工作环境温度: '-20℃ 至 40℃',
+ },
+ },
+ ],
+ },
+ ]
+ uavAndIndividualSoldier.individualSoldier = [
+ {
+ name: 'T950天通-1',
+ type: '单兵设备',
+ details: {
+ 基本信息: {
+ 外观设计: '172X81X15.7(不含天线),336g',
+ 操作系统: 'Android P',
+ CPU: '展锐 Makalu T7510;虎贲T710+春藤IVY510',
+ 存储: '标配:6GB ROM +128G RAM',
+ 显示屏: '6.52吋水滴屏;HD+,1600*720(20:9)',
+ 后置摄像头:
+ '后置为4800万主摄+200万微距+200万红外三摄组合,支持闪光灯',
+ 前置摄像头: '1600万',
+ 传感器相关:
+ '指纹|光线传感器|距离传感器|加速度传感器|地磁传感器|陀螺仪|气压传感器',
+ WLAN: '802.11a/b/g/n/AC 支持MIMO',
+ 电池: '6000mAh@3.8V,内置不可拆卸,支持18W快充',
+ 工作时间: '待机时长180h,卫星通话时长16h',
+ },
+ 制式频段: {
+ 卫星频段: '天通一号卫星',
+ 频段: '2G:GSM 850/900/1800/1900;3G:WCDMA850/900/1900/2100;4G:TD-LTE B38/39/40/41;4G:FDD-LTE B1/3/5/7/8;5G: N1,N28,N41, N78,N79',
+ 双卡: '双nano卡(卫星卡+运营商全网通卡)',
+ CA: 'B1+B3 下行 2CA(电信);B40/41带内上下行 2CA',
+ VOLTE: '支持',
+ },
+ IO接口: {
+ USB接口类型: 'TYPE-C USB3.0,支持OTG功能',
+ 耳机接口: '3.5mm,美标',
+ 存储卡: '支持TF卡扩展',
+ },
+ 其它功能: {
+ 蓝牙: 'V5.0',
+ 定位: 'GPS、北斗混合定位、单北斗模式',
+ NFC: '支持',
+ 充电方式: '三种充电方式(线充、座充、磁吸充电)',
+ 按键: '开机键、音量+/-、 SOS(侧面)、PTT按键',
+ },
+ 环境适应性: {
+ 工作温度: '-20°~ 60°',
+ 存储温度: '-40°~ 80°',
+ 高温高湿: '(95±3)%(≧40°),24小时',
+ 防护等级: 'IP68',
+ },
+ },
+ },
+ {
+ name: 'T950天通-2',
+ type: '单兵设备',
+ details: {
+ 基本信息: {
+ 外观设计: '172X81X15.7(不含天线),336g',
+ 操作系统: 'Android P',
+ CPU: '展锐 Makalu T7510;虎贲T710+春藤IVY510',
+ 存储: '标配:6GB ROM +128G RAM',
+ 显示屏: '6.52吋水滴屏;HD+,1600*720(20:9)',
+ 后置摄像头:
+ '后置为4800万主摄+200万微距+200万红外三摄组合,支持闪光灯',
+ 前置摄像头: '1600万',
+ 传感器相关:
+ '指纹|光线传感器|距离传感器|加速度传感器|地磁传感器|陀螺仪|气压传感器',
+ WLAN: '802.11a/b/g/n/AC 支持MIMO',
+ 电池: '6000mAh@3.8V,内置不可拆卸,支持18W快充',
+ 工作时间: '待机时长180h,卫星通话时长16h',
+ },
+ 制式频段: {
+ 卫星频段: '天通一号卫星',
+ 频段: '2G:GSM 850/900/1800/1900;3G:WCDMA850/900/1900/2100;4G:TD-LTE B38/39/40/41;4G:FDD-LTE B1/3/5/7/8;5G: N1,N28,N41, N78,N79',
+ 双卡: '双nano卡(卫星卡+运营商全网通卡)',
+ CA: 'B1+B3 下行 2CA(电信);B40/41带内上下行 2CA',
+ VOLTE: '支持',
+ },
+ IO接口: {
+ USB接口类型: 'TYPE-C USB3.0,支持OTG功能',
+ 耳机接口: '3.5mm,美标',
+ 存储卡: '支持TF卡扩展',
+ },
+ 其它功能: {
+ 蓝牙: 'V5.0',
+ 定位: 'GPS、北斗混合定位、单北斗模式',
+ NFC: '支持',
+ 充电方式: '三种充电方式(线充、座充、磁吸充电)',
+ 按键: '开机键、音量+/-、 SOS(侧面)、PTT按键',
+ },
+ 环境适应性: {
+ 工作温度: '-20°~ 60°',
+ 存储温度: '-40°~ 80°',
+ 高温高湿: '(95±3)%(≧40°),24小时',
+ 防护等级: 'IP68',
+ },
+ },
+ },
+ ]
+ navListManagement.navList = [
+ { name: '共享门户', key: 'home' },
+ { name: '能力集市', key: 'DetailsPageconetent' },
+ { name: '能力云图', key: 'capabilityCloud' },
+ { name: '能力统计', key: 'abilityStatistics' },
+ // { name: '开发指南', key: 'developmentGuide' },
+ { name: '需求中心', key: 'demandCenter' },
+ // { name: '个人中心', key: 'personalCenter' },
+ // { name: '区市站点', key: 'mapTest' },
+ // { name: '后台管理', key: 'houtaiguanli' },
+ { name: '赋能案例', key: 'assignCase' },
+ ]
+ footerDataList.footerList = {
+ company: {
+ left: '青岛西海岸新区大数据发展促进局建设',
+ // eslint-disable-next-line no-undef
+ right: CONFIGITEM.vNum,
+ },
+ address: [
+ {
+ name: '鲁IC备00000000号',
+ value: '政府标识码3702000106',
+ },
+ {
+ name: '版权所有:青岛西海岸新区大数据发展促进局',
+ value: '地址:青岛市西海岸新区长江中路369号',
+ },
+ {
+ name: '电话:0532-86986596',
+ value: '传真:0532-86986596',
+ },
+ ],
+ }
+ xhaHasPermissionUser.list = [
+ 'xihaian01',
+ 'xihaian02',
+ 'xihaian03',
+ 'xihaian04',
+ 'admin',
+ ]
+}
diff --git a/front/public/static/config/mapConfig.js b/front/public/static/config/mapConfig.js
index d8ffa3be..4e8e3322 100644
--- a/front/public/static/config/mapConfig.js
+++ b/front/public/static/config/mapConfig.js
@@ -2,7 +2,7 @@
* @Author: hisense.wuhongjian
* @Date: 2020-07-07 16:03:23
* @LastEditors: hisense.wuhongjian
- * @LastEditTime: 2022-11-21 20:41:44
+ * @LastEditTime: 2022-11-24 17:33:36
* @Description: 地图静态参数配置
*/
var _mapConfig = {}
@@ -19,10 +19,10 @@ var _mapConfig = {}
base: 'xihaian',
CURRENT_MAP_OPTIONS: {
// crs: CRS_4490,
- center: [36.17, 120.13],
+ center: [36.017043, 119.922772],
maxZoom: 17,
minZoom: 0,
- zoom: 5,
+ zoom: 10,
},
},
qingdao: {
diff --git a/front/public/static/qingdao.json b/front/public/static/qingdao.json
new file mode 100644
index 00000000..c6ce32d8
--- /dev/null
+++ b/front/public/static/qingdao.json
@@ -0,0 +1 @@
+{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"adcode":370202,"name":"市南区","center":[120.395966,36.070892],"centroid":[120.364482,36.065671],"childrenNum":0,"level":"district","parent":{"adcode":370200},"subFeatureIndex":0,"acroutes":[100000,370000,370200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.305018,36.078294],[120.314018,36.072798],[120.318782,36.074061],[120.318626,36.070176],[120.324585,36.07065],[120.333011,36.073888],[120.336239,36.070918],[120.343252,36.069591],[120.349723,36.07155],[120.358149,36.070887],[120.35967,36.068201],[120.364185,36.068391],[120.370361,36.074251],[120.370113,36.079305],[120.373356,36.080742],[120.371572,36.085875],[120.373992,36.087075],[120.387477,36.087028],[120.390022,36.091054],[120.396493,36.091023],[120.405539,36.088717],[120.410955,36.092223],[120.41966,36.090991],[120.422267,36.077789],[120.413376,36.074583],[120.422267,36.066416],[120.421088,36.065137],[120.426565,36.059924],[120.426658,36.056417],[120.422267,36.054995],[120.415284,36.057412],[120.404391,36.051614],[120.397315,36.05084],[120.387849,36.051693],[120.389184,36.059387],[120.385258,36.059545],[120.370222,36.053415],[120.368375,36.049971],[120.371975,36.046369],[120.367941,36.042213],[120.36223,36.042671],[120.362292,36.046021],[120.357963,36.048913],[120.350344,36.048107],[120.345627,36.043541],[120.34004,36.042182],[120.337946,36.044631],[120.342896,36.051693],[120.337558,36.054979],[120.33014,36.051282],[120.324585,36.051093],[120.324383,36.059861],[120.315104,36.059308],[120.311613,36.055248],[120.312606,36.051662],[120.307981,36.050192],[120.299292,36.052199],[120.294978,36.050714],[120.296778,36.043051],[120.291347,36.045879],[120.2886,36.042924],[120.286117,36.04719],[120.289438,36.051978],[120.290633,36.061393],[120.301356,36.071266],[120.300874,36.075609],[120.305018,36.078294]]]]}},{"type":"Feature","properties":{"adcode":370203,"name":"市北区","center":[120.355026,36.083819],"centroid":[120.366891,36.111867],"childrenNum":0,"level":"district","parent":{"adcode":370200},"subFeatureIndex":1,"acroutes":[100000,370000,370200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.41966,36.090991],[120.410955,36.092223],[120.405539,36.088717],[120.396493,36.091023],[120.390022,36.091054],[120.387477,36.087028],[120.373992,36.087075],[120.371572,36.085875],[120.373356,36.080742],[120.370113,36.079305],[120.370361,36.074251],[120.364185,36.068391],[120.35967,36.068201],[120.358149,36.070887],[120.349723,36.07155],[120.343252,36.069591],[120.336239,36.070918],[120.333011,36.073888],[120.324585,36.07065],[120.318626,36.070176],[120.318782,36.074061],[120.314018,36.072798],[120.305018,36.078294],[120.311007,36.08],[120.306662,36.082085],[120.310914,36.088117],[120.306771,36.089917],[120.312249,36.093297],[120.311923,36.099423],[120.319837,36.103497],[120.317556,36.108091],[120.321063,36.112006],[120.326199,36.111675],[120.329287,36.117437],[120.33087,36.12787],[120.333694,36.134657],[120.346977,36.155818],[120.35174,36.160899],[120.371044,36.152442],[120.379206,36.1514],[120.383179,36.154556],[120.39415,36.154998],[120.400636,36.152047],[120.404391,36.139739],[120.409962,36.135367],[120.419986,36.134357],[120.411017,36.128076],[120.416339,36.124666],[120.434309,36.097592],[120.420219,36.094797],[120.41966,36.090991]]]]}},{"type":"Feature","properties":{"adcode":370211,"name":"西海岸","center":[119.995518,35.875138],"centroid":[119.883269,35.859053],"childrenNum":0,"level":"district","parent":{"adcode":370200},"subFeatureIndex":2,"acroutes":[100000,370000,370200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.717048,36.04185],[119.720353,36.040649],[119.721315,36.036462],[119.729338,36.037267],[119.73404,36.032416],[119.736972,36.024909],[119.743226,36.024467],[119.743335,36.019394],[119.755997,36.021432],[119.762328,36.016912],[119.76329,36.010969],[119.769683,36.012818],[119.77288,36.010321],[119.781026,36.011206],[119.782919,36.016801],[119.78264,36.02355],[119.788304,36.031452],[119.793735,36.031752],[119.797661,36.02758],[119.813892,36.026853],[119.813225,36.028781],[119.820022,36.032179],[119.820751,36.036999],[119.823885,36.040238],[119.818361,36.044125],[119.821356,36.049971],[119.826725,36.050003],[119.836408,36.054458],[119.840241,36.051788],[119.851506,36.059039],[119.858039,36.060366],[119.865348,36.058234],[119.866201,36.054853],[119.87441,36.050287],[119.875232,36.044552],[119.878584,36.0452],[119.885474,36.051598],[119.893295,36.049766],[119.893388,36.052388],[119.905538,36.056986],[119.911155,36.054063],[119.9137,36.059103],[119.922979,36.062025],[119.9317,36.06073],[119.941864,36.063368],[119.94939,36.06858],[119.962952,36.070934],[119.969904,36.073287],[119.975289,36.064252],[119.984242,36.070413],[119.983311,36.07583],[119.985918,36.080489],[119.978982,36.089712],[119.984615,36.090486],[119.98823,36.084438],[120.000334,36.083932],[120.001016,36.087106],[120.007115,36.087722],[120.012018,36.092554],[120.007223,36.109275],[119.999837,36.110538],[120.010218,36.114169],[120.010311,36.124003],[120.014284,36.123956],[120.014439,36.129701],[120.008853,36.130633],[120.008387,36.133552],[120.012235,36.144426],[120.019373,36.145483],[120.028498,36.138729],[120.036737,36.138934],[120.042401,36.141569],[120.051758,36.14067],[120.058058,36.136772],[120.071357,36.140086],[120.078557,36.13764],[120.084112,36.133189],[120.091467,36.130333],[120.108614,36.127428],[120.116016,36.114043],[120.116854,36.102865],[120.120702,36.100813],[120.14193,36.098397],[120.152125,36.095255],[120.16187,36.0827],[120.168061,36.081184],[120.173911,36.077236],[120.17419,36.071629],[120.181623,36.066527],[120.194984,36.064205],[120.231884,36.063842],[120.241381,36.060445],[120.242886,36.055137],[120.240977,36.047822],[120.237393,36.045326],[120.230581,36.044931],[120.229789,36.040017],[120.235267,36.036477],[120.232722,36.032385],[120.234801,36.03063],[120.223644,36.022397],[120.223598,36.01639],[120.202525,35.999097],[120.196427,35.999492],[120.198848,35.995729],[120.206203,35.995824],[120.213248,35.998354],[120.227229,36.006843],[120.234413,36.013182],[120.24495,36.020437],[120.257007,36.024815],[120.265526,36.01579],[120.265526,36.01402],[120.256417,36.005436],[120.248798,35.992077],[120.247696,35.982558],[120.249946,35.979791],[120.254896,35.980835],[120.256386,35.989342],[120.260886,35.99214],[120.259381,35.99886],[120.265588,36.001057],[120.268785,35.994844],[120.271283,35.993959],[120.278793,35.996362],[120.274604,36.004677],[120.277754,36.008772],[120.285652,36.012692],[120.289671,36.017102],[120.309518,36.01413],[120.310619,36.008914],[120.3165,36.002148],[120.305095,35.971836],[120.299711,35.968072],[120.284659,35.965558],[120.269079,35.966507],[120.261724,35.965479],[120.251514,35.959373],[120.248752,35.95545],[120.246486,35.947462],[120.238324,35.946782],[120.233157,35.941577],[120.222046,35.924963],[120.209291,35.91762],[120.204372,35.910419],[120.203099,35.905259],[120.205179,35.898896],[120.202091,35.892057],[120.185223,35.88745],[120.16938,35.888558],[120.167906,35.892405],[120.171444,35.896743],[120.172142,35.904404],[120.184199,35.915673],[120.186139,35.9227],[120.188699,35.925343],[120.194999,35.926878],[120.194456,35.934014],[120.20327,35.935169],[120.210796,35.938428],[120.212456,35.945548],[120.207848,35.947351],[120.202215,35.944614],[120.192361,35.942621],[120.179296,35.936656],[120.169846,35.922241],[120.164151,35.921165],[120.168015,35.918443],[120.162289,35.916496],[120.156795,35.909137],[120.147733,35.907839],[120.143699,35.911464],[120.141899,35.919424],[120.137678,35.917873],[120.142706,35.909406],[120.135816,35.905402],[120.12798,35.90776],[120.12545,35.906715],[120.123992,35.895287],[120.118405,35.888527],[120.112493,35.885123],[120.102221,35.881909],[120.0908,35.881893],[120.084019,35.880373],[120.078712,35.885756],[120.071217,35.881545],[120.062807,35.871348],[120.056631,35.859565],[120.051572,35.852185],[120.036458,35.824747],[120.033184,35.816603],[120.033293,35.806001],[120.042122,35.798362],[120.04926,35.786458],[120.049446,35.782289],[120.0431,35.776772],[120.042882,35.76932],[120.037436,35.763057],[120.037544,35.753891],[120.031353,35.752258],[120.024665,35.734954],[120.021313,35.729418],[120.020615,35.72331],[120.011072,35.713235],[120.006603,35.718614],[120.001497,35.720216],[119.990046,35.715362],[119.981216,35.71533],[119.981682,35.719629],[119.986073,35.729687],[119.978454,35.739506],[119.972108,35.73765],[119.967794,35.740347],[119.969935,35.74907],[119.959957,35.759124],[119.9551,35.761138],[119.937085,35.763422],[119.932569,35.762962],[119.924826,35.758236],[119.921241,35.751528],[119.92076,35.737539],[119.924438,35.736239],[119.926471,35.731448],[119.930397,35.72891],[119.938869,35.728371],[119.949312,35.729862],[119.953362,35.725595],[119.952912,35.713124],[119.944843,35.705508],[119.923879,35.69651],[119.919317,35.691352],[119.917331,35.682528],[119.910891,35.674321],[119.909976,35.664447],[119.912241,35.660636],[119.923647,35.655333],[119.927898,35.650458],[119.927898,35.645758],[119.923259,35.635229],[119.915205,35.633736],[119.90245,35.632974],[119.894567,35.628733],[119.877591,35.610957],[119.868343,35.608844],[119.865239,35.610369],[119.851755,35.622093],[119.844787,35.623618],[119.835554,35.617868],[119.831458,35.618329],[119.830092,35.623491],[119.831768,35.631703],[119.829642,35.643709],[119.824335,35.646314],[119.818439,35.638564],[119.809423,35.634324],[119.800609,35.626477],[119.802208,35.620267],[119.79794,35.620203],[119.792664,35.615469],[119.794216,35.612768],[119.80303,35.609178],[119.800485,35.598692],[119.792618,35.593861],[119.800827,35.581895],[119.795426,35.577286],[119.786209,35.576062],[119.780142,35.584851],[119.777333,35.584295],[119.769637,35.577222],[119.762499,35.578335],[119.752878,35.588681],[119.751357,35.617868],[119.729943,35.618948],[119.717964,35.61566],[119.68215,35.590016],[119.677587,35.588601],[119.662148,35.589285],[119.651441,35.58876],[119.639709,35.594417],[119.632308,35.602092],[119.623494,35.601981],[119.618994,35.606827],[119.615006,35.606334],[119.614137,35.600185],[119.60928,35.592034],[119.60059,35.590254],[119.597735,35.599152],[119.59235,35.600694],[119.582745,35.592987],[119.575328,35.592129],[119.577578,35.586249],[119.570735,35.586806],[119.567631,35.590365],[119.563116,35.589634],[119.556521,35.592526],[119.538195,35.589269],[119.536441,35.593416],[119.538753,35.598183],[119.536876,35.606032],[119.522569,35.610878],[119.518146,35.615421],[119.517774,35.625794],[119.524462,35.632291],[119.519884,35.635134],[119.523143,35.636801],[119.523686,35.642645],[119.52637,35.644948],[119.524493,35.648537],[119.527426,35.653841],[119.526774,35.663256],[119.528264,35.674321],[119.523934,35.681512],[119.519108,35.685543],[119.514841,35.698002],[119.519465,35.702572],[119.521079,35.716853],[119.517836,35.724214],[119.522476,35.731623],[119.525455,35.730592],[119.527317,35.723215],[119.536239,35.722469],[119.545069,35.726737],[119.546915,35.724262],[119.56054,35.721771],[119.566079,35.717488],[119.566514,35.714537],[119.572333,35.715298],[119.576973,35.712379],[119.587028,35.713156],[119.588797,35.715711],[119.598728,35.713315],[119.601226,35.709443],[119.614183,35.716663],[119.62174,35.71176],[119.62472,35.712823],[119.627808,35.722089],[119.626023,35.726182],[119.615533,35.733875],[119.605525,35.747437],[119.600807,35.750941],[119.591947,35.753241],[119.59623,35.773775],[119.600047,35.776264],[119.611607,35.776613],[119.618016,35.789612],[119.608985,35.799265],[119.61229,35.812403],[119.616526,35.811849],[119.622594,35.816127],[119.629065,35.826965],[119.632882,35.828122],[119.629359,35.833889],[119.635209,35.835521],[119.649827,35.845215],[119.65577,35.84493],[119.664305,35.841002],[119.675989,35.842507],[119.675648,35.848162],[119.681389,35.851694],[119.686634,35.857966],[119.687006,35.861799],[119.693896,35.864237],[119.704014,35.863968],[119.712036,35.857934],[119.714379,35.853674],[119.718336,35.853151],[119.72521,35.856731],[119.72549,35.859407],[119.720586,35.862258],[119.722231,35.865156],[119.72926,35.861973],[119.731371,35.864665],[119.73691,35.86305],[119.735328,35.866993],[119.738043,35.873121],[119.734909,35.880183],[119.734893,35.885487],[119.732488,35.890648],[119.734303,35.892643],[119.727755,35.902552],[119.7213,35.906699],[119.718646,35.912429],[119.719779,35.91686],[119.716117,35.923554],[119.710624,35.92759],[119.708731,35.923064],[119.701345,35.923729],[119.703269,35.935818],[119.698163,35.94107],[119.701779,35.944488],[119.697465,35.95273],[119.690156,35.963691],[119.684819,35.982637],[119.687394,35.990622],[119.686106,35.997864],[119.689148,36.000219],[119.685362,36.006021],[119.682848,36.005136],[119.681063,36.012059],[119.686665,36.01786],[119.696131,36.021148],[119.69655,36.025826],[119.706465,36.028276],[119.708576,36.034802],[119.713138,36.040507],[119.717048,36.04185]]],[[[119.926657,35.62913],[119.9272,35.632132],[119.93468,35.6375],[119.935967,35.634895],[119.932988,35.629686],[119.929574,35.62886],[119.930024,35.623539],[119.924221,35.625334],[119.926657,35.62913]]],[[[119.73525,35.595752],[119.738866,35.599677],[119.743645,35.591335],[119.741845,35.583897],[119.738741,35.587505],[119.73525,35.595752]]],[[[120.158859,35.764976],[120.169954,35.779388],[120.172096,35.785745],[120.180522,35.788645],[120.182741,35.785015],[120.182166,35.776883],[120.184711,35.766958],[120.192873,35.757158],[120.191989,35.752702],[120.187939,35.748705],[120.173042,35.741425],[120.166525,35.74087],[120.158673,35.744883],[120.15543,35.751814],[120.156392,35.761233],[120.158859,35.764976]]],[[[119.841963,35.615151],[119.841327,35.610179],[119.838968,35.613594],[119.841963,35.615151]]],[[[120.159511,35.910007],[120.163033,35.910546],[120.161808,35.906874],[120.159511,35.910007]]],[[[120.181127,35.934884],[120.183827,35.933555],[120.180956,35.929346],[120.181127,35.934884]]],[[[120.311706,35.944472],[120.314778,35.947557],[120.320038,35.942827],[120.314856,35.938681],[120.311706,35.944472]]]]}},{"type":"Feature","properties":{"adcode":370212,"name":"崂山区","center":[120.467393,36.102569],"centroid":[120.579994,36.189191],"childrenNum":0,"level":"district","parent":{"adcode":370200},"subFeatureIndex":3,"acroutes":[100000,370000,370200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.419986,36.134357],[120.425526,36.138113],[120.430041,36.14411],[120.433471,36.143037],[120.453271,36.143684],[120.462938,36.151889],[120.476919,36.157633],[120.483375,36.15828],[120.491056,36.165647],[120.493802,36.175018],[120.503376,36.179308],[120.501747,36.185144],[120.508218,36.191122],[120.507178,36.197351],[120.509863,36.201577],[120.511275,36.208688],[120.497775,36.211479],[120.484492,36.215752],[120.486307,36.220797],[120.492763,36.225889],[120.495432,36.233266],[120.506759,36.244393],[120.508963,36.253108],[120.528732,36.258419],[120.537018,36.257158],[120.554258,36.256354],[120.562777,36.257158],[120.572708,36.268251],[120.570846,36.272221],[120.577006,36.281689],[120.580281,36.288746],[120.576789,36.298338],[120.578372,36.301424],[120.572848,36.306322],[120.57156,36.311692],[120.567541,36.315676],[120.566563,36.328287],[120.581274,36.325988],[120.584889,36.32824],[120.595007,36.326051],[120.609174,36.326225],[120.619012,36.321722],[120.619586,36.333844],[120.62539,36.341494],[120.62944,36.338504],[120.63394,36.339999],[120.632435,36.332427],[120.633288,36.325217],[120.636671,36.321092],[120.653787,36.320462],[120.656037,36.322163],[120.660319,36.320793],[120.660723,36.314621],[120.666371,36.30933],[120.66783,36.304007],[120.665735,36.297471],[120.656005,36.288604],[120.653678,36.284178],[120.654826,36.27983],[120.65973,36.27482],[120.669102,36.276522],[120.675852,36.281295],[120.68628,36.279121],[120.685861,36.260215],[120.690221,36.253171],[120.681345,36.242928],[120.681982,36.237648],[120.689213,36.230176],[120.696739,36.204021],[120.692999,36.190617],[120.694814,36.185097],[120.69469,36.177131],[120.697142,36.168582],[120.708842,36.163738],[120.707027,36.159352],[120.698321,36.158863],[120.697856,36.154367],[120.704327,36.152347],[120.703613,36.142453],[120.705413,36.139707],[120.712334,36.141917],[120.718153,36.140986],[120.719797,36.134405],[120.712209,36.126576],[120.695683,36.123767],[120.686156,36.12574],[120.675821,36.130033],[120.672687,36.129828],[120.650978,36.117879],[120.643173,36.114737],[120.632233,36.113317],[120.621293,36.119252],[120.615567,36.120104],[120.612122,36.117516],[120.607855,36.107223],[120.599817,36.101807],[120.585743,36.101034],[120.579241,36.103939],[120.580808,36.111422],[120.577286,36.115148],[120.573298,36.114248],[120.572336,36.108612],[120.56706,36.105975],[120.555344,36.108154],[120.551806,36.111548],[120.547213,36.109543],[120.547368,36.106733],[120.552163,36.100481],[120.548051,36.092412],[120.541161,36.093312],[120.538896,36.090849],[120.52628,36.093455],[120.517668,36.09036],[120.510577,36.090344],[120.497837,36.086238],[120.487331,36.090612],[120.479837,36.091654],[120.467593,36.087154],[120.463295,36.081674],[120.460347,36.081784],[120.449671,36.073003],[120.440934,36.063573],[120.437179,36.0655],[120.432896,36.062831],[120.430802,36.058186],[120.433641,36.054869],[120.431779,36.051899],[120.426658,36.056417],[120.426565,36.059924],[120.421088,36.065137],[120.422267,36.066416],[120.413376,36.074583],[120.422267,36.077789],[120.41966,36.090991],[120.420219,36.094797],[120.434309,36.097592],[120.416339,36.124666],[120.411017,36.128076],[120.419986,36.134357]]],[[[120.584424,36.09617],[120.590026,36.098839],[120.589157,36.095049],[120.594464,36.09317],[120.595007,36.090281],[120.589405,36.088575],[120.57952,36.091544],[120.584424,36.09617]]],[[[120.87733,35.893577],[120.884561,35.897946],[120.888782,35.897281],[120.882435,35.892121],[120.875375,35.888432],[120.87733,35.893577]]],[[[120.734058,36.229341],[120.739598,36.230413],[120.738124,36.227575],[120.734058,36.229341]]],[[[120.818643,36.234085],[120.821871,36.237663],[120.823904,36.235583],[120.82215,36.228584],[120.818954,36.227087],[120.818643,36.234085]]],[[[120.949579,36.181327],[120.954529,36.181753],[120.955088,36.177116],[120.949579,36.181327]]],[[[120.494687,35.962616],[120.500816,35.961366],[120.500149,35.958883],[120.494345,35.959468],[120.494687,35.962616]]],[[[120.775055,36.237963],[120.778593,36.227402],[120.777429,36.222294],[120.771501,36.224612],[120.768041,36.230712],[120.772215,36.239397],[120.775055,36.237963]]],[[[120.721598,36.286934],[120.725446,36.288352],[120.726858,36.280539],[120.720868,36.279326],[120.721598,36.286934]]]]}},{"type":"Feature","properties":{"adcode":370213,"name":"李沧区","center":[120.421236,36.160023],"centroid":[120.421977,36.18555],"childrenNum":0,"level":"district","parent":{"adcode":370200},"subFeatureIndex":4,"acroutes":[100000,370000,370200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.484492,36.215752],[120.497775,36.211479],[120.511275,36.208688],[120.509863,36.201577],[120.507178,36.197351],[120.508218,36.191122],[120.501747,36.185144],[120.503376,36.179308],[120.493802,36.175018],[120.491056,36.165647],[120.483375,36.15828],[120.476919,36.157633],[120.462938,36.151889],[120.453271,36.143684],[120.433471,36.143037],[120.430041,36.14411],[120.425526,36.138113],[120.419986,36.134357],[120.409962,36.135367],[120.404391,36.139739],[120.400636,36.152047],[120.39415,36.154998],[120.383179,36.154556],[120.379206,36.1514],[120.371044,36.152442],[120.35174,36.160899],[120.356939,36.166058],[120.356054,36.171169],[120.358258,36.174781],[120.369492,36.177762],[120.368763,36.183046],[120.362339,36.196137],[120.358739,36.200331],[120.351539,36.20287],[120.343439,36.208341],[120.349196,36.224233],[120.354332,36.223161],[120.365427,36.223839],[120.364837,36.226645],[120.370796,36.229672],[120.368779,36.233944],[120.37421,36.237553],[120.38532,36.238436],[120.390643,36.234164],[120.391294,36.231138],[120.409232,36.231043],[120.410117,36.228947],[120.419164,36.222689],[120.421491,36.218716],[120.425945,36.2187],[120.428024,36.214964],[120.423648,36.209067],[120.425743,36.203974],[120.437505,36.205346],[120.443309,36.208042],[120.452185,36.202854],[120.453985,36.199764],[120.461324,36.202082],[120.465064,36.201009],[120.47228,36.204699],[120.484492,36.215752]]]]}},{"type":"Feature","properties":{"adcode":370214,"name":"城阳区","center":[120.389135,36.306833],"centroid":[120.329711,36.27479],"childrenNum":0,"level":"district","parent":{"adcode":370200},"subFeatureIndex":5,"acroutes":[100000,370000,370200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.566563,36.328287],[120.567541,36.315676],[120.57156,36.311692],[120.572848,36.306322],[120.578372,36.301424],[120.576789,36.298338],[120.580281,36.288746],[120.577006,36.281689],[120.570846,36.272221],[120.572708,36.268251],[120.562777,36.257158],[120.554258,36.256354],[120.537018,36.257158],[120.528732,36.258419],[120.508963,36.253108],[120.506759,36.244393],[120.495432,36.233266],[120.492763,36.225889],[120.486307,36.220797],[120.484492,36.215752],[120.47228,36.204699],[120.465064,36.201009],[120.461324,36.202082],[120.453985,36.199764],[120.452185,36.202854],[120.443309,36.208042],[120.437505,36.205346],[120.425743,36.203974],[120.423648,36.209067],[120.428024,36.214964],[120.425945,36.2187],[120.421491,36.218716],[120.419164,36.222689],[120.410117,36.228947],[120.409232,36.231043],[120.391294,36.231138],[120.390643,36.234164],[120.38532,36.238436],[120.37421,36.237553],[120.368779,36.233944],[120.370796,36.229672],[120.364837,36.226645],[120.365427,36.223839],[120.354332,36.223161],[120.349196,36.224233],[120.343439,36.208341],[120.320007,36.232257],[120.305142,36.229073],[120.297368,36.225479],[120.293286,36.219236],[120.294295,36.211905],[120.298314,36.2038],[120.303016,36.203469],[120.310697,36.199464],[120.313211,36.196342],[120.313537,36.188645],[120.310247,36.185286],[120.291502,36.185964],[120.284814,36.179687],[120.280733,36.179308],[120.277691,36.185523],[120.271888,36.181611],[120.262997,36.182274],[120.259241,36.189213],[120.263555,36.193724],[120.260933,36.198423],[120.244795,36.199369],[120.240279,36.196357],[120.235034,36.189229],[120.228657,36.18792],[120.224436,36.191311],[120.221627,36.205771],[120.217313,36.211416],[120.207196,36.211621],[120.181546,36.203958],[120.174423,36.199085],[120.164321,36.188772],[120.144925,36.178283],[120.140378,36.173314],[120.131456,36.183267],[120.122176,36.186721],[120.118328,36.190428],[120.124426,36.196073],[120.133271,36.195064],[120.13473,36.200095],[120.132371,36.203863],[120.127747,36.205141],[120.117055,36.203942],[120.114511,36.209177],[120.12365,36.213434],[120.124814,36.21859],[120.120888,36.21993],[120.112416,36.218542],[120.107202,36.223981],[120.108335,36.227244],[120.114728,36.224706],[120.113719,36.239303],[120.111842,36.239208],[120.107667,36.253534],[120.114386,36.258135],[120.12078,36.253865],[120.122859,36.260908],[120.125854,36.265021],[120.119802,36.267069],[120.116078,36.270756],[120.120299,36.274537],[120.142721,36.280681],[120.146647,36.287864],[120.151225,36.287281],[120.150837,36.292069],[120.164508,36.292368],[120.163623,36.297125],[120.174051,36.300542],[120.179032,36.305834],[120.177511,36.312022],[120.184246,36.314022],[120.183842,36.315959],[120.191198,36.317801],[120.190251,36.322194],[120.19427,36.327232],[120.199437,36.327862],[120.19908,36.331483],[120.204201,36.333073],[120.204496,36.340109],[120.211789,36.339606],[120.211836,36.350167],[120.216025,36.358571],[120.220975,36.365637],[120.218105,36.371915],[120.217996,36.389709],[120.2148,36.394837],[120.224374,36.39943],[120.224467,36.39232],[120.243972,36.387491],[120.252119,36.389787],[120.255859,36.367824],[120.249527,36.367934],[120.25814,36.365338],[120.259955,36.358587],[120.268598,36.358445],[120.268738,36.35673],[120.278359,36.35662],[120.281059,36.35237],[120.28154,36.346752],[120.288755,36.344485],[120.291347,36.338047],[120.296235,36.335119],[120.303776,36.33386],[120.302612,36.343257],[120.311737,36.342675],[120.312187,36.344595],[120.323514,36.344658],[120.32952,36.341982],[120.341142,36.341919],[120.34122,36.329216],[120.350266,36.321706],[120.358894,36.321123],[120.35728,36.315266],[120.359732,36.310432],[120.367413,36.310715],[120.366404,36.319502],[120.370594,36.316605],[120.375017,36.317518],[120.380168,36.325831],[120.385708,36.327626],[120.392877,36.327327],[120.39941,36.333451],[120.404593,36.341463],[120.406486,36.348074],[120.394863,36.352166],[120.393187,36.358005],[120.395856,36.364755],[120.400946,36.364409],[120.406796,36.361105],[120.406362,36.357312],[120.410086,36.352481],[120.416526,36.352984],[120.416308,36.345728],[120.419319,36.342943],[120.424253,36.345429],[120.436434,36.33896],[120.447017,36.3363],[120.454652,36.340518],[120.462023,36.342612],[120.463295,36.345949],[120.465731,36.340818],[120.470061,36.34247],[120.472357,36.336504],[120.469207,36.329452],[120.471193,36.327106],[120.4765,36.327169],[120.47813,36.324697],[120.486416,36.324587],[120.489892,36.328444],[120.508978,36.328586],[120.511244,36.332002],[120.507147,36.332742],[120.507814,36.335717],[120.51309,36.333986],[120.519515,36.335025],[120.518583,36.338818],[120.525334,36.337496],[120.531665,36.331939],[120.531789,36.327043],[120.538089,36.324162],[120.544498,36.323942],[120.549991,36.3292],[120.546825,36.328791],[120.547446,36.33397],[120.54501,36.335607],[120.546934,36.340251],[120.559658,36.334505],[120.559705,36.331624],[120.566563,36.328287]]]]}},{"type":"Feature","properties":{"adcode":370215,"name":"即墨区","center":[120.447352,36.390847],"centroid":[120.524685,36.482451],"childrenNum":0,"level":"district","parent":{"adcode":370200},"subFeatureIndex":6,"acroutes":[100000,370000,370200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.634452,36.588998],[120.635678,36.587743],[120.635755,36.577057],[120.637742,36.574216],[120.648805,36.579018],[120.653833,36.578877],[120.664447,36.584008],[120.665362,36.587476],[120.669785,36.586377],[120.671616,36.58928],[120.680507,36.589139],[120.686559,36.593893],[120.692285,36.595776],[120.692363,36.59827],[120.702977,36.598349],[120.699097,36.606648],[120.708377,36.612922],[120.708299,36.621407],[120.727106,36.624293],[120.734787,36.619635],[120.731436,36.620059],[120.733484,36.615698],[120.738372,36.618427],[120.741755,36.61642],[120.751531,36.61504],[120.757551,36.606083],[120.765527,36.607008],[120.777057,36.600545],[120.7803,36.594678],[120.779726,36.591555],[120.786227,36.589657],[120.850082,36.612263],[120.858538,36.610208],[120.86594,36.605612],[120.881008,36.603667],[120.88484,36.601408],[120.891994,36.588982],[120.891327,36.582565],[120.893406,36.579191],[120.912663,36.568425],[120.919956,36.572019],[120.923758,36.572019],[120.930353,36.567075],[120.936358,36.565333],[120.952558,36.563277],[120.957664,36.563811],[120.969348,36.559494],[120.983298,36.5459],[120.983919,36.540813],[120.973678,36.531141],[120.962738,36.519207],[120.954343,36.507585],[120.95861,36.498725],[120.954777,36.493148],[120.954964,36.489331],[120.967688,36.477956],[120.968727,36.474373],[120.963591,36.464331],[120.952403,36.459176],[120.947236,36.449274],[120.938313,36.448111],[120.934527,36.454681],[120.931656,36.455719],[120.920127,36.4552],[120.915332,36.451632],[120.908908,36.450233],[120.907853,36.445973],[120.91738,36.435362],[120.918777,36.425378],[120.925558,36.41989],[120.935086,36.421054],[120.936203,36.418349],[120.933627,36.413537],[120.927777,36.410062],[120.922625,36.411587],[120.924115,36.415817],[120.918994,36.419135],[120.903337,36.406146],[120.891653,36.389677],[120.89741,36.382079],[120.895889,36.376084],[120.891125,36.373363],[120.884142,36.372497],[120.872023,36.36699],[120.875747,36.370751],[120.874397,36.373252],[120.862092,36.377013],[120.854938,36.38189],[120.852875,36.386421],[120.852471,36.395623],[120.849213,36.403142],[120.859532,36.412405],[120.861983,36.419261],[120.858926,36.424592],[120.845954,36.432941],[120.839825,36.434167],[120.838335,36.436997],[120.842369,36.441587],[120.842975,36.45773],[120.839188,36.464363],[120.828481,36.466641],[120.75946,36.462602],[120.75676,36.458108],[120.758172,36.449809],[120.761632,36.443191],[120.760112,36.43456],[120.751034,36.43129],[120.736867,36.432831],[120.732056,36.430472],[120.727029,36.422941],[120.725989,36.413899],[120.716958,36.412012],[120.709928,36.407121],[120.705025,36.398911],[120.697033,36.393987],[120.69438,36.390149],[120.696366,36.376163],[120.700401,36.371223],[120.709727,36.368107],[120.716508,36.360507],[120.722715,36.362191],[120.726718,36.359814],[120.729573,36.349805],[120.739629,36.338614],[120.740761,36.33408],[120.74492,36.330774],[120.744439,36.328145],[120.738605,36.327641],[120.738201,36.323721],[120.715856,36.328318],[120.707973,36.328932],[120.692114,36.325532],[120.684418,36.328271],[120.670095,36.328712],[120.666899,36.332726],[120.663004,36.331782],[120.656037,36.322163],[120.653787,36.320462],[120.636671,36.321092],[120.633288,36.325217],[120.632435,36.332427],[120.63394,36.339999],[120.62944,36.338504],[120.62539,36.341494],[120.619586,36.333844],[120.619012,36.321722],[120.609174,36.326225],[120.595007,36.326051],[120.584889,36.32824],[120.581274,36.325988],[120.566563,36.328287],[120.559705,36.331624],[120.559658,36.334505],[120.546934,36.340251],[120.54501,36.335607],[120.547446,36.33397],[120.546825,36.328791],[120.549991,36.3292],[120.544498,36.323942],[120.538089,36.324162],[120.531789,36.327043],[120.531665,36.331939],[120.525334,36.337496],[120.518583,36.338818],[120.519515,36.335025],[120.51309,36.333986],[120.507814,36.335717],[120.507147,36.332742],[120.511244,36.332002],[120.508978,36.328586],[120.489892,36.328444],[120.486416,36.324587],[120.47813,36.324697],[120.4765,36.327169],[120.471193,36.327106],[120.469207,36.329452],[120.472357,36.336504],[120.470061,36.34247],[120.465731,36.340818],[120.463295,36.345949],[120.462023,36.342612],[120.454652,36.340518],[120.447017,36.3363],[120.436434,36.33896],[120.424253,36.345429],[120.419319,36.342943],[120.416308,36.345728],[120.416526,36.352984],[120.410086,36.352481],[120.406362,36.357312],[120.406796,36.361105],[120.400946,36.364409],[120.395856,36.364755],[120.393187,36.358005],[120.394863,36.352166],[120.406486,36.348074],[120.404593,36.341463],[120.39941,36.333451],[120.392877,36.327327],[120.385708,36.327626],[120.380168,36.325831],[120.375017,36.317518],[120.370594,36.316605],[120.366404,36.319502],[120.367413,36.310715],[120.359732,36.310432],[120.35728,36.315266],[120.358894,36.321123],[120.350266,36.321706],[120.34122,36.329216],[120.341142,36.341919],[120.32952,36.341982],[120.323514,36.344658],[120.312187,36.344595],[120.311737,36.342675],[120.302612,36.343257],[120.303776,36.33386],[120.296235,36.335119],[120.291347,36.338047],[120.288755,36.344485],[120.28154,36.346752],[120.281059,36.35237],[120.278359,36.35662],[120.268738,36.35673],[120.268598,36.358445],[120.259955,36.358587],[120.25814,36.365338],[120.249527,36.367934],[120.255859,36.367824],[120.252119,36.389787],[120.243972,36.387491],[120.224467,36.39232],[120.224374,36.39943],[120.2148,36.394837],[120.217996,36.389709],[120.218105,36.371915],[120.220975,36.365637],[120.216025,36.358571],[120.20853,36.362757],[120.201641,36.362678],[120.196846,36.367792],[120.184913,36.370027],[120.18212,36.372686],[120.185627,36.373772],[120.183889,36.376714],[120.175261,36.378271],[120.17492,36.381119],[120.168309,36.381921],[120.168325,36.383778],[120.159356,36.383856],[120.153661,36.387884],[120.148339,36.404148],[120.153692,36.410518],[120.151147,36.41989],[120.156858,36.422076],[120.158999,36.426353],[120.165315,36.427186],[120.165268,36.43368],[120.162133,36.434356],[120.160008,36.44044],[120.142768,36.441257],[120.135785,36.443175],[120.137057,36.453801],[120.140285,36.456536],[120.15363,36.460088],[120.156221,36.463734],[120.155787,36.471026],[120.157882,36.474656],[120.161761,36.47497],[120.170559,36.471843],[120.174982,36.472723],[120.177977,36.480454],[120.175665,36.484445],[120.167192,36.488294],[120.166882,36.498317],[120.157292,36.507914],[120.157773,36.514652],[120.161202,36.519772],[120.159232,36.525567],[120.14674,36.533858],[120.143218,36.54243],[120.152776,36.554769],[120.155477,36.56469],[120.155678,36.573023],[120.162273,36.58087],[120.16727,36.579049],[120.177744,36.584071],[120.188203,36.585342],[120.193525,36.590269],[120.203317,36.594144],[120.206529,36.597502],[120.203968,36.610522],[120.204667,36.614553],[120.209182,36.617126],[120.213294,36.622286],[120.218291,36.624654],[120.226515,36.62514],[120.235391,36.631711],[120.243786,36.63168],[120.253484,36.628261],[120.259459,36.621078],[120.265681,36.617455],[120.27029,36.617251],[120.27271,36.621831],[120.280469,36.618443],[120.300099,36.61711],[120.305654,36.618396],[120.30584,36.622035],[120.314126,36.622129],[120.314933,36.626128],[120.320985,36.624058],[120.325997,36.624732],[120.325082,36.621831],[120.335696,36.624419],[120.337946,36.628088],[120.34212,36.627445],[120.343035,36.62205],[120.36431,36.620529],[120.366932,36.631382],[120.37286,36.630331],[120.372937,36.625046],[120.368872,36.618396],[120.379936,36.615839],[120.385413,36.62398],[120.401319,36.627336],[120.401598,36.623807],[120.407184,36.62216],[120.406238,36.620121],[120.420389,36.615996],[120.420948,36.613832],[120.429188,36.616012],[120.459385,36.61689],[120.458733,36.611118],[120.462069,36.607087],[120.465498,36.609346],[120.476904,36.608044],[120.477137,36.610632],[120.484523,36.610946],[120.486199,36.617455],[120.492344,36.61802],[120.495013,36.622521],[120.503982,36.629704],[120.51098,36.628935],[120.520911,36.624591],[120.523766,36.621925],[120.52299,36.618224],[120.528406,36.62078],[120.535854,36.620811],[120.535823,36.615887],[120.531075,36.613769],[120.535761,36.61264],[120.54113,36.6066],[120.544265,36.600686],[120.541611,36.595964],[120.538244,36.595023],[120.537577,36.588511],[120.542387,36.584353],[120.541922,36.575613],[120.54352,36.57249],[120.557936,36.572113],[120.563243,36.578641],[120.576851,36.58043],[120.575719,36.590363],[120.583617,36.592104],[120.584532,36.595666],[120.580281,36.60078],[120.583679,36.601659],[120.588753,36.598741],[120.591205,36.603055],[120.591345,36.596921],[120.595767,36.591132],[120.595953,36.588088],[120.607188,36.59008],[120.6131,36.584636],[120.61701,36.58404],[120.6212,36.590583],[120.62736,36.591289],[120.62719,36.588951],[120.634452,36.588998]]],[[[120.990033,36.413348],[120.981452,36.4175],[120.968727,36.41577],[120.963638,36.413647],[120.950339,36.414779],[120.947577,36.417673],[120.948539,36.421117],[120.955801,36.425724],[120.963902,36.424639],[120.967191,36.426447],[120.9664,36.429875],[120.969783,36.431573],[120.978116,36.428633],[120.986759,36.420047],[120.993385,36.419591],[120.99295,36.414559],[120.990033,36.413348]]],[[[121.004262,36.48831],[120.989459,36.485262],[120.98755,36.491075],[120.989862,36.492379],[121.003145,36.490368],[121.004262,36.48831]]],[[[121.014023,36.440204],[121.016211,36.439213],[121.017902,36.432862],[121.01213,36.43195],[121.014023,36.440204]]],[[[120.932556,36.40635],[120.935877,36.40451],[120.933022,36.40105],[120.930151,36.402355],[120.932556,36.40635]]],[[[120.858321,36.375015],[120.864016,36.371884],[120.86307,36.367556],[120.856894,36.368768],[120.854659,36.372922],[120.858321,36.375015]]],[[[120.939338,36.411634],[120.942907,36.409244],[120.93895,36.406963],[120.93417,36.411052],[120.939338,36.411634]]],[[[121.062654,36.5459],[121.066549,36.54174],[121.065044,36.538427],[121.059504,36.539604],[121.062654,36.5459]]]]}},{"type":"Feature","properties":{"adcode":370281,"name":"胶州市","center":[120.006202,36.285878],"centroid":[119.953291,36.240201],"childrenNum":0,"level":"district","parent":{"adcode":370200},"subFeatureIndex":7,"acroutes":[100000,370000,370200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.717048,36.04185],[119.717281,36.04422],[119.709693,36.049481],[119.711276,36.053305],[119.704138,36.055264],[119.695696,36.053036],[119.683965,36.057254],[119.675679,36.064079],[119.672048,36.061756],[119.672684,36.058534],[119.665748,36.05787],[119.66671,36.062989],[119.659541,36.063352],[119.659448,36.065484],[119.648027,36.065974],[119.646444,36.068328],[119.633596,36.067696],[119.631671,36.080758],[119.63434,36.082037],[119.632152,36.091528],[119.635566,36.093802],[119.643108,36.094876],[119.657042,36.100876],[119.657632,36.108644],[119.654001,36.110364],[119.652946,36.116316],[119.643713,36.127176],[119.645994,36.131074],[119.651192,36.130522],[119.649935,36.137151],[119.652465,36.143463],[119.657492,36.147597],[119.657492,36.154446],[119.660844,36.15413],[119.659634,36.161498],[119.665313,36.162729],[119.669161,36.168597],[119.668587,36.174986],[119.671055,36.177889],[119.681281,36.180428],[119.681917,36.183693],[119.685269,36.178882],[119.691693,36.176295],[119.698629,36.179198],[119.704184,36.176327],[119.713479,36.175302],[119.715838,36.176926],[119.729028,36.17475],[119.732783,36.172557],[119.733838,36.163549],[119.739114,36.160504],[119.74321,36.161845],[119.748098,36.158658],[119.754212,36.159037],[119.760714,36.161435],[119.762561,36.164764],[119.772352,36.167698],[119.774866,36.165821],[119.782811,36.165316],[119.790989,36.168203],[119.792307,36.171642],[119.797801,36.170585],[119.79839,36.167493],[119.802114,36.169181],[119.812992,36.167698],[119.81324,36.175239],[119.821309,36.171279],[119.822396,36.177999],[119.831722,36.180633],[119.831349,36.184923],[119.826166,36.187636],[119.827377,36.191311],[119.823156,36.198959],[119.828789,36.210707],[119.819509,36.211858],[119.814684,36.219031],[119.811409,36.229877],[119.808073,36.23284],[119.813721,36.240296],[119.817228,36.240406],[119.820891,36.244504],[119.819292,36.256575],[119.826523,36.257552],[119.830418,36.260562],[119.830449,36.265635],[119.833522,36.269448],[119.833863,36.278806],[119.852701,36.297613],[119.854408,36.302338],[119.864262,36.303834],[119.86541,36.308905],[119.87036,36.311597],[119.891991,36.318777],[119.891355,36.324729],[119.896972,36.334064],[119.898307,36.344879],[119.896258,36.349962],[119.900231,36.360428],[119.898322,36.366628],[119.904809,36.369917],[119.903365,36.37503],[119.906578,36.376006],[119.904281,36.381528],[119.909836,36.384376],[119.920341,36.385603],[119.921412,36.384281],[119.930319,36.385178],[119.936355,36.380663],[119.94548,36.384675],[119.941445,36.395041],[119.935176,36.398234],[119.930335,36.402874],[119.92644,36.403346],[119.924423,36.412483],[119.92526,36.41934],[119.933935,36.420047],[119.935952,36.427422],[119.940157,36.428868],[119.941042,36.435739],[119.945014,36.439198],[119.949219,36.446523],[119.953952,36.444244],[119.958871,36.448048],[119.968399,36.45006],[119.994142,36.450327],[119.99664,36.446319],[120.001637,36.446067],[120.005904,36.448567],[120.005253,36.453204],[120.011848,36.454241],[120.011103,36.462162],[120.014827,36.463451],[120.012779,36.467836],[120.006882,36.468826],[120.004089,36.477453],[120.014811,36.48611],[120.017682,36.492033],[120.031974,36.481695],[120.038025,36.485246],[120.036008,36.487917],[120.040043,36.490415],[120.041672,36.48754],[120.053776,36.480407],[120.054039,36.476997],[120.061922,36.476259],[120.064607,36.483172],[120.077952,36.486267],[120.077983,36.488325],[120.116031,36.483691],[120.117118,36.487917],[120.125792,36.492379],[120.13023,36.492457],[120.129252,36.48787],[120.13909,36.487618],[120.138625,36.484586],[120.160877,36.482858],[120.162801,36.48014],[120.16879,36.478364],[120.170559,36.471843],[120.161761,36.47497],[120.157882,36.474656],[120.155787,36.471026],[120.156221,36.463734],[120.15363,36.460088],[120.140285,36.456536],[120.137057,36.453801],[120.135785,36.443175],[120.142768,36.441257],[120.160008,36.44044],[120.162133,36.434356],[120.165268,36.43368],[120.165315,36.427186],[120.158999,36.426353],[120.156858,36.422076],[120.151147,36.41989],[120.153692,36.410518],[120.148339,36.404148],[120.153661,36.387884],[120.159356,36.383856],[120.168325,36.383778],[120.168309,36.381921],[120.17492,36.381119],[120.175261,36.378271],[120.183889,36.376714],[120.185627,36.373772],[120.18212,36.372686],[120.184913,36.370027],[120.196846,36.367792],[120.201641,36.362678],[120.20853,36.362757],[120.216025,36.358571],[120.211836,36.350167],[120.211789,36.339606],[120.204496,36.340109],[120.204201,36.333073],[120.19908,36.331483],[120.199437,36.327862],[120.19427,36.327232],[120.190251,36.322194],[120.191198,36.317801],[120.183842,36.315959],[120.184246,36.314022],[120.177511,36.312022],[120.179032,36.305834],[120.174051,36.300542],[120.163623,36.297125],[120.164508,36.292368],[120.150837,36.292069],[120.151225,36.287281],[120.146647,36.287864],[120.142721,36.280681],[120.120299,36.274537],[120.116078,36.270756],[120.119802,36.267069],[120.125854,36.265021],[120.122859,36.260908],[120.12078,36.253865],[120.114386,36.258135],[120.107667,36.253534],[120.111842,36.239208],[120.113719,36.239303],[120.114728,36.224706],[120.108335,36.227244],[120.107202,36.223981],[120.112416,36.218542],[120.120888,36.21993],[120.124814,36.21859],[120.12365,36.213434],[120.114511,36.209177],[120.117055,36.203942],[120.127747,36.205141],[120.132371,36.203863],[120.13473,36.200095],[120.133271,36.195064],[120.124426,36.196073],[120.118328,36.190428],[120.122176,36.186721],[120.131456,36.183267],[120.140378,36.173314],[120.142535,36.143526],[120.13594,36.134641],[120.128104,36.129733],[120.108614,36.127428],[120.091467,36.130333],[120.084112,36.133189],[120.078557,36.13764],[120.071357,36.140086],[120.058058,36.136772],[120.051758,36.14067],[120.042401,36.141569],[120.036737,36.138934],[120.028498,36.138729],[120.019373,36.145483],[120.012235,36.144426],[120.008387,36.133552],[120.008853,36.130633],[120.014439,36.129701],[120.014284,36.123956],[120.010311,36.124003],[120.010218,36.114169],[119.999837,36.110538],[120.007223,36.109275],[120.012018,36.092554],[120.007115,36.087722],[120.001016,36.087106],[120.000334,36.083932],[119.98823,36.084438],[119.984615,36.090486],[119.978982,36.089712],[119.985918,36.080489],[119.983311,36.07583],[119.984242,36.070413],[119.975289,36.064252],[119.969904,36.073287],[119.962952,36.070934],[119.94939,36.06858],[119.941864,36.063368],[119.9317,36.06073],[119.922979,36.062025],[119.9137,36.059103],[119.911155,36.054063],[119.905538,36.056986],[119.893388,36.052388],[119.893295,36.049766],[119.885474,36.051598],[119.878584,36.0452],[119.875232,36.044552],[119.87441,36.050287],[119.866201,36.054853],[119.865348,36.058234],[119.858039,36.060366],[119.851506,36.059039],[119.840241,36.051788],[119.836408,36.054458],[119.826725,36.050003],[119.821356,36.049971],[119.818361,36.044125],[119.823885,36.040238],[119.820751,36.036999],[119.820022,36.032179],[119.813225,36.028781],[119.813892,36.026853],[119.797661,36.02758],[119.793735,36.031752],[119.788304,36.031452],[119.78264,36.02355],[119.782919,36.016801],[119.781026,36.011206],[119.77288,36.010321],[119.769683,36.012818],[119.76329,36.010969],[119.762328,36.016912],[119.755997,36.021432],[119.743335,36.019394],[119.743226,36.024467],[119.736972,36.024909],[119.73404,36.032416],[119.729338,36.037267],[119.721315,36.036462],[119.720353,36.040649],[119.717048,36.04185]]]]}},{"type":"Feature","properties":{"adcode":370283,"name":"平度市","center":[119.959012,36.788828],"centroid":[119.944511,36.782057],"childrenNum":0,"level":"district","parent":{"adcode":370200},"subFeatureIndex":8,"acroutes":[100000,370000,370200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.209105,37.044298],[120.213946,37.04238],[120.222775,37.042161],[120.230472,37.046887],[120.23522,37.044641],[120.240077,37.037295],[120.238138,37.032833],[120.242033,37.031008],[120.252057,37.030618],[120.253515,37.035064],[120.264316,37.036281],[120.269343,37.038917],[120.277754,37.039853],[120.290959,37.035579],[120.293985,37.030899],[120.298174,37.030166],[120.293705,37.023379],[120.282579,37.020665],[120.276807,37.020774],[120.272866,37.011037],[120.282843,37.003453],[120.293659,37.002658],[120.299804,37.005545],[120.298485,37.008182],[120.304785,37.009134],[120.307857,37.004827],[120.316113,37.006184],[120.32443,37.004343],[120.324213,36.998787],[120.310076,36.993496],[120.30525,36.988096],[120.304847,36.984381],[120.314809,36.975655],[120.320907,36.967146],[120.320256,36.957965],[120.309456,36.945737],[120.302768,36.929727],[120.298237,36.926135],[120.285636,36.922682],[120.281819,36.920464],[120.279973,36.914964],[120.281198,36.910402],[120.287126,36.907308],[120.294807,36.898917],[120.29518,36.893307],[120.291486,36.889181],[120.287545,36.880944],[120.286117,36.868704],[120.282036,36.852177],[120.282161,36.849003],[120.275364,36.833786],[120.272385,36.816924],[120.262624,36.801091],[120.261941,36.797022],[120.263928,36.776943],[120.26835,36.769226],[120.266566,36.766988],[120.269809,36.758284],[120.272167,36.756937],[120.274526,36.748999],[120.273626,36.74153],[120.275954,36.735611],[120.272881,36.73287],[120.272912,36.717646],[120.271857,36.703609],[120.27496,36.699818],[120.2742,36.69272],[120.277195,36.690229],[120.281679,36.678616],[120.293038,36.673507],[120.297988,36.667191],[120.298376,36.663021],[120.293768,36.656484],[120.292619,36.644318],[120.285016,36.638987],[120.279507,36.637764],[120.270476,36.638893],[120.267047,36.635976],[120.264533,36.628669],[120.260871,36.626536],[120.253484,36.628261],[120.243786,36.63168],[120.235391,36.631711],[120.226515,36.62514],[120.218291,36.624654],[120.213294,36.622286],[120.209182,36.617126],[120.204667,36.614553],[120.203968,36.610522],[120.206529,36.597502],[120.203317,36.594144],[120.193525,36.590269],[120.188203,36.585342],[120.177744,36.584071],[120.16727,36.579049],[120.162273,36.58087],[120.155678,36.573023],[120.155477,36.56469],[120.152776,36.554769],[120.143218,36.54243],[120.14674,36.533858],[120.159232,36.525567],[120.161202,36.519772],[120.157773,36.514652],[120.157292,36.507914],[120.166882,36.498317],[120.167192,36.488294],[120.175665,36.484445],[120.177977,36.480454],[120.174982,36.472723],[120.170559,36.471843],[120.16879,36.478364],[120.162801,36.48014],[120.160877,36.482858],[120.138625,36.484586],[120.13909,36.487618],[120.129252,36.48787],[120.13023,36.492457],[120.125792,36.492379],[120.117118,36.487917],[120.116031,36.483691],[120.077983,36.488325],[120.077952,36.486267],[120.064607,36.483172],[120.061922,36.476259],[120.054039,36.476997],[120.053776,36.480407],[120.041672,36.48754],[120.040043,36.490415],[120.036008,36.487917],[120.038025,36.485246],[120.031974,36.481695],[120.017682,36.492033],[120.014811,36.48611],[120.010715,36.484429],[120.004927,36.485639],[120.004182,36.489519],[120.007006,36.498977],[120.010901,36.505715],[120.010342,36.509265],[120.000101,36.508747],[119.999046,36.50383],[119.974745,36.515705],[119.971983,36.522442],[119.959352,36.521484],[119.9533,36.523243],[119.953906,36.519615],[119.94503,36.517228],[119.936324,36.511527],[119.935471,36.50815],[119.936697,36.496369],[119.92301,36.495458],[119.920233,36.522081],[119.917564,36.525865],[119.893186,36.529508],[119.885645,36.53166],[119.837804,36.538835],[119.826741,36.541033],[119.813551,36.54535],[119.798033,36.551614],[119.784487,36.55466],[119.772119,36.560075],[119.76613,36.561707],[119.767216,36.563654],[119.75595,36.565537],[119.747509,36.571784],[119.739517,36.570167],[119.739719,36.567122],[119.733497,36.563873],[119.727553,36.562743],[119.726684,36.570261],[119.729415,36.574812],[119.730114,36.581011],[119.716381,36.590567],[119.715419,36.593705],[119.707722,36.596623],[119.70091,36.602757],[119.691786,36.606287],[119.681839,36.606883],[119.67048,36.616294],[119.669053,36.614538],[119.657306,36.623289],[119.653085,36.620827],[119.651254,36.623634],[119.641153,36.631005],[119.636684,36.631444],[119.63538,36.634549],[119.625123,36.638799],[119.620577,36.642468],[119.621694,36.644804],[119.617023,36.652549],[119.611561,36.666955],[119.607961,36.666736],[119.604407,36.672551],[119.603694,36.678005],[119.600218,36.679541],[119.596835,36.689398],[119.587416,36.696089],[119.587633,36.699426],[119.583397,36.702215],[119.579828,36.711584],[119.572535,36.714262],[119.567445,36.713087],[119.561021,36.720873],[119.551493,36.722658],[119.547086,36.725478],[119.534983,36.743331],[119.53056,36.765266],[119.53281,36.780089],[119.539188,36.787743],[119.537853,36.795207],[119.539126,36.799933],[119.545395,36.799902],[119.549041,36.802593],[119.546807,36.805534],[119.541919,36.803641],[119.539979,36.807036],[119.550593,36.808664],[119.556583,36.80447],[119.563721,36.802734],[119.567678,36.805722],[119.573714,36.81536],[119.597797,36.857259],[119.599054,36.866656],[119.599938,36.920604],[119.595035,36.932492],[119.586097,36.945643],[119.583754,36.952374],[119.587556,36.960697],[119.598061,36.989423],[119.604578,36.99604],[119.609776,37.013893],[119.61423,37.01756],[119.619102,37.017872],[119.619739,37.012879],[119.625961,37.01316],[119.629375,37.016218],[119.63988,37.014314],[119.640904,37.011053],[119.649827,37.012145],[119.655848,37.010335],[119.658594,37.007324],[119.662536,37.00826],[119.676113,37.002642],[119.682196,37.002439],[119.681731,36.998491],[119.688822,36.997882],[119.692779,37.000894],[119.70617,37.003547],[119.716971,37.007152],[119.721191,36.999926],[119.722309,36.993418],[119.731122,36.988486],[119.739657,36.991936],[119.750023,36.992575],[119.750566,36.990827],[119.762887,36.993091],[119.769931,36.996618],[119.771887,37.007011],[119.783369,37.007963],[119.796839,37.013924],[119.804954,37.013799],[119.811363,37.010944],[119.811518,37.006855],[119.820208,37.002455],[119.820192,36.999614],[119.829611,37.002033],[119.844725,37.000566],[119.851491,37.002049],[119.878165,36.999505],[119.88566,37.000613],[119.887538,36.998943],[119.90006,36.99757],[119.902279,36.994807],[119.923367,36.993949],[119.93665,37.000629],[119.939568,37.004093],[119.949685,37.006169],[119.94953,37.010866],[119.953006,37.009399],[119.959088,37.013066],[119.967188,37.014252],[119.975583,37.011115],[119.980192,37.018106],[119.984816,37.017903],[119.993506,37.012192],[120.002289,37.013487],[120.004927,37.009945],[120.011599,37.00645],[120.019436,37.005669],[120.025751,36.999365],[120.031989,37.001784],[120.031974,36.99771],[120.036474,36.999427],[120.040462,37.005747],[120.045117,37.006933],[120.044093,37.010054],[120.049338,37.020041],[120.067633,37.018886],[120.074398,37.016889],[120.076617,37.018964],[120.087045,37.018792],[120.101538,37.014283],[120.112136,37.015344],[120.117412,37.017575],[120.123045,37.016468],[120.138097,37.022194],[120.141697,37.021632],[120.142302,37.015282],[120.144382,37.014033],[120.155383,37.01525],[120.156904,37.012582],[120.167751,37.018371],[120.16637,37.025782],[120.171553,37.027233],[120.173011,37.034409],[120.180677,37.032537],[120.183547,37.035641],[120.190391,37.038168],[120.193401,37.034253],[120.205334,37.038387],[120.209105,37.044298]]]]}},{"type":"Feature","properties":{"adcode":370285,"name":"莱西市","center":[120.526226,36.86509],"centroid":[120.435764,36.858461],"childrenNum":0,"level":"district","parent":{"adcode":370200},"subFeatureIndex":9,"acroutes":[100000,370000,370200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.634452,36.588998],[120.62719,36.588951],[120.62736,36.591289],[120.6212,36.590583],[120.61701,36.58404],[120.6131,36.584636],[120.607188,36.59008],[120.595953,36.588088],[120.595767,36.591132],[120.591345,36.596921],[120.591205,36.603055],[120.588753,36.598741],[120.583679,36.601659],[120.580281,36.60078],[120.584532,36.595666],[120.583617,36.592104],[120.575719,36.590363],[120.576851,36.58043],[120.563243,36.578641],[120.557936,36.572113],[120.54352,36.57249],[120.541922,36.575613],[120.542387,36.584353],[120.537577,36.588511],[120.538244,36.595023],[120.541611,36.595964],[120.544265,36.600686],[120.54113,36.6066],[120.535761,36.61264],[120.531075,36.613769],[120.535823,36.615887],[120.535854,36.620811],[120.528406,36.62078],[120.52299,36.618224],[120.523766,36.621925],[120.520911,36.624591],[120.51098,36.628935],[120.503982,36.629704],[120.495013,36.622521],[120.492344,36.61802],[120.486199,36.617455],[120.484523,36.610946],[120.477137,36.610632],[120.476904,36.608044],[120.465498,36.609346],[120.462069,36.607087],[120.458733,36.611118],[120.459385,36.61689],[120.429188,36.616012],[120.420948,36.613832],[120.420389,36.615996],[120.406238,36.620121],[120.407184,36.62216],[120.401598,36.623807],[120.401319,36.627336],[120.385413,36.62398],[120.379936,36.615839],[120.368872,36.618396],[120.372937,36.625046],[120.37286,36.630331],[120.366932,36.631382],[120.36431,36.620529],[120.343035,36.62205],[120.34212,36.627445],[120.337946,36.628088],[120.335696,36.624419],[120.325082,36.621831],[120.325997,36.624732],[120.320985,36.624058],[120.314933,36.626128],[120.314126,36.622129],[120.30584,36.622035],[120.305654,36.618396],[120.300099,36.61711],[120.280469,36.618443],[120.27271,36.621831],[120.27029,36.617251],[120.265681,36.617455],[120.259459,36.621078],[120.253484,36.628261],[120.260871,36.626536],[120.264533,36.628669],[120.267047,36.635976],[120.270476,36.638893],[120.279507,36.637764],[120.285016,36.638987],[120.292619,36.644318],[120.293768,36.656484],[120.298376,36.663021],[120.297988,36.667191],[120.293038,36.673507],[120.281679,36.678616],[120.277195,36.690229],[120.2742,36.69272],[120.27496,36.699818],[120.271857,36.703609],[120.272912,36.717646],[120.272881,36.73287],[120.275954,36.735611],[120.273626,36.74153],[120.274526,36.748999],[120.272167,36.756937],[120.269809,36.758284],[120.266566,36.766988],[120.26835,36.769226],[120.263928,36.776943],[120.261941,36.797022],[120.262624,36.801091],[120.272385,36.816924],[120.275364,36.833786],[120.282161,36.849003],[120.282036,36.852177],[120.286117,36.868704],[120.287545,36.880944],[120.291486,36.889181],[120.29518,36.893307],[120.294807,36.898917],[120.287126,36.907308],[120.281198,36.910402],[120.279973,36.914964],[120.281819,36.920464],[120.285636,36.922682],[120.298237,36.926135],[120.302768,36.929727],[120.309456,36.945737],[120.320256,36.957965],[120.320907,36.967146],[120.314809,36.975655],[120.304847,36.984381],[120.30525,36.988096],[120.310076,36.993496],[120.324213,36.998787],[120.32443,37.004343],[120.316113,37.006184],[120.307857,37.004827],[120.304785,37.009134],[120.298485,37.008182],[120.299804,37.005545],[120.293659,37.002658],[120.282843,37.003453],[120.272866,37.011037],[120.276807,37.020774],[120.282579,37.020665],[120.293705,37.023379],[120.298174,37.030166],[120.293985,37.030899],[120.290959,37.035579],[120.277754,37.039853],[120.269343,37.038917],[120.264316,37.036281],[120.253515,37.035064],[120.252057,37.030618],[120.242033,37.031008],[120.238138,37.032833],[120.240077,37.037295],[120.23522,37.044641],[120.230472,37.046887],[120.222775,37.042161],[120.213946,37.04238],[120.209105,37.044298],[120.211618,37.05545],[120.216475,37.056697],[120.217437,37.062904],[120.21407,37.07017],[120.218012,37.076703],[120.217189,37.080787],[120.220494,37.087101],[120.229867,37.089533],[120.228129,37.094552],[120.232846,37.098121],[120.231232,37.106304],[120.233901,37.116371],[120.232381,37.117882],[120.236648,37.125969],[120.242964,37.122463],[120.245679,37.118911],[120.251219,37.12011],[120.260234,37.115124],[120.264098,37.114703],[120.271485,37.120282],[120.271547,37.123195],[120.281664,37.131157],[120.284333,37.125875],[120.288988,37.131064],[120.298485,37.129786],[120.301821,37.132575],[120.302768,37.125501],[120.300176,37.12103],[120.30179,37.118178],[120.301976,37.110278],[120.304521,37.108189],[120.304785,37.11461],[120.312031,37.112335],[120.315368,37.11302],[120.320628,37.106553],[120.331692,37.111976],[120.33523,37.106646],[120.33222,37.102781],[120.336921,37.104246],[120.33568,37.092884],[120.34617,37.086929],[120.344959,37.082939],[120.348606,37.077092],[120.352609,37.079447],[120.351989,37.083406],[120.357854,37.084373],[120.358428,37.090951],[120.362603,37.100896],[120.369663,37.104652],[120.377918,37.105291],[120.384637,37.102953],[120.388206,37.104215],[120.398122,37.096438],[120.408907,37.09516],[120.412926,37.103155],[120.407107,37.112802],[120.415145,37.110574],[120.418155,37.114454],[120.424377,37.112553],[120.432571,37.11489],[120.431934,37.116636],[120.439491,37.116932],[120.440267,37.12265],[120.443852,37.123569],[120.447203,37.11902],[120.454124,37.119051],[120.462954,37.115155],[120.470666,37.120858],[120.478673,37.124208],[120.485485,37.123632],[120.493057,37.126732],[120.493818,37.134506],[120.505704,37.143557],[120.506821,37.148838],[120.519732,37.148277],[120.520011,37.144071],[120.527134,37.143339],[120.528003,37.136734],[120.538337,37.131624],[120.543116,37.132419],[120.542558,37.12868],[120.547648,37.11302],[120.545661,37.104387],[120.53888,37.104137],[120.540866,37.097576],[120.537592,37.090281],[120.536382,37.081972],[120.540882,37.078994],[120.541875,37.074286],[120.538725,37.071713],[120.54082,37.065009],[120.539858,37.060362],[120.533884,37.05768],[120.533278,37.053937],[120.537297,37.047932],[120.542263,37.046997],[120.541704,37.044158],[120.549773,37.041272],[120.558975,37.047418],[120.570846,37.046388],[120.577875,37.050771],[120.580591,37.058849],[120.584424,37.058147],[120.586503,37.048525],[120.602129,37.045686],[120.606195,37.047153],[120.609546,37.039775],[120.605031,37.039993],[120.60396,37.036546],[120.609143,37.036094],[120.613876,37.023847],[120.611486,37.019635],[120.606102,37.018496],[120.601741,37.012707],[120.605714,37.011022],[120.606443,37.001191],[120.602905,37.000005],[120.600655,36.992154],[120.593843,36.991249],[120.590413,36.994089],[120.589576,36.998319],[120.585789,36.99821],[120.58236,37.001784],[120.57592,36.999053],[120.574027,36.987565],[120.568534,36.983288],[120.566563,36.965585],[120.560294,36.960666],[120.563196,36.951718],[120.566268,36.948673],[120.571094,36.948673],[120.574353,36.943519],[120.571777,36.938272],[120.575005,36.927041],[120.578806,36.926135],[120.586053,36.918198],[120.589296,36.919089],[120.592896,36.91223],[120.599786,36.912543],[120.600376,36.910511],[120.617398,36.911121],[120.619834,36.913168],[120.622814,36.907371],[120.621898,36.900792],[120.622814,36.890837],[120.61864,36.88854],[120.608646,36.886305],[120.609158,36.88371],[120.60067,36.885258],[120.592912,36.882147],[120.586131,36.882585],[120.576634,36.879896],[120.57651,36.874738],[120.579039,36.867687],[120.577177,36.862685],[120.579846,36.858901],[120.588381,36.859042],[120.595953,36.852678],[120.587527,36.843639],[120.589715,36.838791],[120.595953,36.838056],[120.602874,36.834271],[120.609826,36.832895],[120.612324,36.829219],[120.608972,36.824996],[120.607219,36.818316],[120.605,36.817143],[120.605481,36.810166],[120.601555,36.805002],[120.590724,36.801435],[120.582794,36.803547],[120.563475,36.802968],[120.563739,36.795332],[120.559068,36.78793],[120.559161,36.784049],[120.555391,36.778712],[120.548454,36.775785],[120.546934,36.770025],[120.540835,36.767896],[120.544544,36.762119],[120.544203,36.749391],[120.546437,36.744599],[120.550627,36.746055],[120.554056,36.742141],[120.560372,36.742485],[120.56256,36.736488],[120.57412,36.735094],[120.579784,36.737662],[120.584067,36.735235],[120.585277,36.7285],[120.589467,36.724319],[120.591546,36.716957],[120.594588,36.71716],[120.596512,36.708043],[120.593688,36.703296],[120.586146,36.698831],[120.589746,36.694506],[120.599181,36.691764],[120.609934,36.691764],[120.616514,36.689743],[120.619214,36.681516],[120.626585,36.67846],[120.630774,36.672379],[120.62511,36.671234],[120.62736,36.659855],[120.631767,36.662739],[120.6374,36.663021],[120.64204,36.666093],[120.646509,36.66324],[120.652173,36.663319],[120.648961,36.655857],[120.652685,36.650762],[120.654438,36.652894],[120.660568,36.647987],[120.65838,36.640257],[120.659435,36.629908],[120.657449,36.626646],[120.648712,36.628277],[120.64474,36.626536],[120.643436,36.613424],[120.640348,36.610083],[120.638921,36.599337],[120.635631,36.596796],[120.634452,36.588998]]]]}}]}
\ No newline at end of file
diff --git a/front/src/App.vue b/front/src/App.vue
index cc329f30..7ce4b7e2 100644
--- a/front/src/App.vue
+++ b/front/src/App.vue
@@ -2,7 +2,7 @@
* @Author: hisense.wuhongjian
* @Date: 2022-05-06 11:12:0011-18 19:07:53
* @LastEditors: Light
- * @LastEditTime: 2022-11-24 09:13:27
+ * @LastEditTime: 2022-11-28 17:33:32
* @Description: 告诉大家这是什么
-->
@@ -86,10 +86,10 @@
}
onWholeWaterMark(
[realName, moment().format('YYYY-MM-DD')],
- 600,
- 300,
- 30,
- 50
+ 800,
+ 200,
+ 24,
+ 40
)
getCategoryTreePage({
page: 1,
diff --git a/front/src/api/assertReport.js b/front/src/api/assertReport.js
new file mode 100644
index 00000000..6abfedc7
--- /dev/null
+++ b/front/src/api/assertReport.js
@@ -0,0 +1,72 @@
+import request from '@/utils/request'
+//获取中间地图
+export function getDistrictFundStatement() {
+ return request({
+ url: '/processForm/tabilityapplication/getDistrictFundStatement',
+ method: 'get',
+ })
+}
+//左侧获取组件资源节约资金列表
+export function getComponentFundStatement() {
+ return request({
+ url: '/processForm/tabilityapplication/getComponentFundStatement',
+ method: 'get',
+ })
+ }
+//左侧获取应用资源列表
+export function getResourceFundStatement() {
+ return request({
+ url: '/processForm/tabilityapplication/getResourceFundStatement',
+ method: 'get',
+ })
+ }
+//左侧基础设施
+export function getInfrastructureFundStatement() {
+ return request({
+ url: '/processForm/tabilityapplication/getInfrastructureFundStatement',
+ method: 'get',
+ })
+ }
+ //右侧市级部门共享排行
+export function getProvideDeptFundStatement() {
+ return request({
+ url: '/processForm/tabilityapplication/getProvideDeptFundStatement',
+ method: 'get',
+ })
+ }
+ //右侧市级部门申请排行
+ export function getApplyDeptFundStatement() {
+ return request({
+ url: '/processForm/tabilityapplication/getApplyDeptFundStatement',
+ method: 'get',
+ })
+ }
+//右侧区市提供排行
+export function getProvideDistrictFundStatement() {
+ return request({
+ url: '/processForm/tabilityapplication/getProvideDistrictFundStatement',
+ method: 'get',
+ })
+ }
+//右侧区市申请排行
+export function getApplyDistrictFundStatement() {
+ return request({
+ url: '/processForm/tabilityapplication/getApplyDistrictFundStatement',
+ method: 'get',
+ })
+ }
+//右侧资源汇聚总量
+export function selectTotal() {
+ return request({
+ url: '/resource/selectTotal',
+ method: 'get',
+ })
+ }
+ //首页 获取总节省资金
+ //右侧资源汇聚总量
+export function getApplyPriceCount() {
+ return request({
+ url: '/processForm/tabilityapplication/getApplyPriceCount',
+ method: 'get',
+ })
+ }
\ No newline at end of file
diff --git a/front/src/api/file.js b/front/src/api/file.js
index deec0224..99ad7db6 100644
--- a/front/src/api/file.js
+++ b/front/src/api/file.js
@@ -1,8 +1,8 @@
/*
* @Author: hisense.wuhongjian
* @Date: 2022-04-20 17:16:35
- * @LastEditors: Light
- * @LastEditTime: 2022-11-21 10:51:25
+ * @LastEditors: hisense.wuhongjian
+ * @LastEditTime: 2022-11-24 20:32:27
* @Description: 告诉大家这是什么
*/
import request from '@/utils/request'
@@ -10,161 +10,162 @@ import axios from 'axios'
import store from '@/store'
const config = {
- headers: {
- token: store.getters['user/accessToken'],
- 'Content-Type': 'multipart/form-data',
- },
+ headers: {
+ token: store.getters['user/accessToken'],
+ 'Content-Type': 'multipart/form-data',
+ },
}
const config2 = {
- headers: {
- 'Content-Type': 'application/json; charset-utf-8',
- },
+ headers: {
+ 'Content-Type': 'application/json; charset-utf-8',
+ },
}
export function getDevelopmentFile(params) {
- return request({
- url: '/developmentGuide/getDevelopmentFile',
- method: 'get',
- params,
- })
+ return request({
+ url: '/developmentGuide/getDevelopmentFile',
+ method: 'get',
+ params,
+ })
}
export function updateDevelopmentFile(params) {
- return axios.post(
- window.SITE_CONFIG.apiURL + '/developmentGuide/uploadDevelopmentFile',
- params,
- config
- )
+ return axios.post(
+ window.SITE_CONFIG.apiURL + '/developmentGuide/uploadDevelopmentFile',
+ params,
+ config
+ )
}
export function test() {
- return axios.post(
- 'http://15.72.158.81/zyjk/ZywMessage.asmx/ZywMessagePort',
- config2
- )
+ return axios.post(
+ 'http://15.72.158.81/zyjk/ZywMessage.asmx/ZywMessagePort',
+ config2
+ )
}
export function correct(params) {
- return axios.post('http://15.72.183.90:7008/correct', params, config2)
+ return axios.post('http://15.72.183.90:7008/correct', params, config2)
}
export function paddleocr(params) {
- return axios.post('http://15.72.183.90:7008/paddleocr', params, config2)
+ return axios.post('http://15.72.183.90:7008/paddleocr', params, config2)
}
// 算法总接口
export function algo(params) {
- return axios.post('http://15.72.184.10:8888/api/algo', params, config2)
+ return axios.post('http://15.72.184.10:8888/api/algo', params, config2)
}
// 能力云图-数据资源
export function count() {
- return axios.post(
- 'http://10.134.135.24:30058/share-portal/platform/index/abilityMarket/count',
- config2
- )
+ return axios.post(
+ 'http://10.134.135.24:30058/share-portal/platform/index/abilityMarket/count',
+ config2
+ )
}
export function getVideoList(params) {
- return axios.get(
- 'http://10.134.135.9:8001/hx-weather-warning/camera/getCameraListByName?name=' +
- params.name +
- '&pageNo=' +
- params.pageNo +
- '&pageSize=' +
- params.pageSize,
- config2
- )
+ return axios.get(
+ 'http://10.134.135.9:8001/hx-weather-warning/camera/getCameraListByName?name=' +
+ params.name +
+ '&pageNo=' +
+ params.pageNo +
+ '&pageSize=' +
+ params.pageSize,
+ config2
+ )
}
// 能力云图-数据资源-总数据数
export function getRecord(params) {
- return axios.get(
- 'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query?serviceName=' +
- params.serviceName +
- '&orderField=' +
- params.orderField +
- '&orderType=' +
- params.orderType +
- '&pageNum=' +
- params.pageNum +
- '&pageSize=' +
- params.pageSize +
- '&serviceType=' +
- params.serviceType,
- config2
- )
+ return axios.get(
+ 'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query?serviceName=' +
+ params.serviceName +
+ '&orderField=' +
+ params.orderField +
+ '&orderType=' +
+ params.orderType +
+ '&pageNum=' +
+ params.pageNum +
+ '&pageSize=' +
+ params.pageSize +
+ '&serviceType=' +
+ params.serviceType,
+ config2
+ )
}
export function getHls(params) {
- return axios.get(
- 'http://10.134.135.9:8001/hx-weather-warning/camera/getCameraLiveStreamByCode?cameraCode=' +
- params.cameraId +
- '&protocol=' +
- params.protocol,
- config2
- )
+ return axios.get(
+ 'http://10.134.135.9:8001/hx-weather-warning/camera/getCameraLiveStreamByCode?cameraCode=' +
+ params.cameraId +
+ '&protocol=' +
+ params.protocol,
+ config2
+ )
}
// 西海岸 POI搜索
export function getListForPOI(params) {
- return axios.get(
- 'http://10.134.135.3:21009/service/lbs/coder/geocoding2?appKey=675d95594136456bb7b1434dda31953f&city=青岛&keywords=' +
- params.keywords,
- config2
- )
+ return axios.get(
+ 'http://10.134.135.3:21009/service/lbs/coder/geocoding2?appKey=675d95594136456bb7b1434dda31953f&city=青岛&keywords=' +
+ params.keywords,
+ config2
+ )
}
//西海岸 获取左侧标签树
export function getPlaceType() {
- return axios.get(
- `http://${_cameraUrl}/data_service/placeTypes/getPlaceType`,
- config2
- )
+ return axios.get(
+ `http://${_cameraUrl}/data_service/placeTypes/getPlaceType`,
+ config2
+ )
}
//西海岸 根据标签树查询视频列表
export function CameraConditionPlaceType(params) {
- return axios.post(
- `http://${_cameraUrl}/data_service/getCamera/CameraConditionPlaceType'`,
- params,
- config2
- )
+ return axios.post(
+ `http://${_cameraUrl}/data_service/getCamera/CameraConditionPlaceType`,
+ params,
+ config2
+ )
}
// 西海岸视频wss流获取
export function getCameraLiveStream(params) {
- return axios.get(
- `http://${_cameraUrl}/data_service/getCamera/getCameraLiveStream?cameraIndexCode=` +
- params.channelId +
- '&protocol=' +
- 'wss' + '&transmode=1&streamType=1',
- config2
- )
+ return axios.get(
+ `http://${_cameraUrl}/data_service/getCamera/getCameraLiveStream?cameraIndexCode=` +
+ params.channelId +
+ '&protocol=' +
+ 'wss' +
+ '&transmode=1&streamType=1',
+ config2
+ )
}
// 西海岸--获取摄像头列表的后台地址 (测试环境地址:10.134.135.92:9537)
let _cameraUrl =
- (_global &&
- _global.config &&
- _global.config.camreaInfo &&
- _global.config.camreaInfo.cameraUrl) ||
- '10.134.135.92:9537'
- //能力集市基础设施-左侧列表
+ (_global &&
+ _global.config &&
+ _global.config.camreaInfo &&
+ _global.config.camreaInfo.cameraUrl) ||
+ '10.134.135.92:9537'
+//能力集市基础设施-左侧列表
export function getCameraInfoByAreaId(params) {
- return axios.get(
- `http://${_cameraUrl}/data_service/getCamera/getCameraInfoByAreaId?areaId=${params.areaId}`,
- config2
- )
+ return axios.get(
+ `http://${_cameraUrl}/data_service/getCamera/getCameraInfoByAreaId?areaId=${params.areaId}`,
+ config2
+ )
}
//能力集市基础设施-摄像头
export function getCameraByCondition(params) {
- return axios.post(
- `http://${_cameraUrl}/data_service/getCamera/getCameraByCondition`,
- params,
- config2
- )
+ return axios.post(
+ `http://${_cameraUrl}/data_service/getCamera/getCameraByCondition`,
+ params,
+ config2
+ )
}
export function initiateMeet(data) {
- // return request({
- // url: '/enke/initiateMeet',
- // method: 'post',
- // data: data,
- // })
- return axios.post(
- 'http://10.134.135.92:8888/renren-admin/enke/initiateMeet',
- data,
- config2
- )
-}
\ No newline at end of file
+ // return request({
+ // url: '/enke/initiateMeet',
+ // method: 'post',
+ // data: data,
+ // })
+ return axios.post(
+ 'http://10.134.135.92:8888/renren-admin/enke/initiateMeet',
+ data,
+ config2
+ )
+}
diff --git a/front/src/assets/capabilityCloud/num_bg.png b/front/src/assets/capabilityCloud/num_bg.png
new file mode 100644
index 00000000..9efb723a
Binary files /dev/null and b/front/src/assets/capabilityCloud/num_bg.png differ
diff --git a/front/src/assets/common/homePage/animation1.png b/front/src/assets/common/homePage/animation1.png
new file mode 100644
index 00000000..70ef08da
Binary files /dev/null and b/front/src/assets/common/homePage/animation1.png differ
diff --git a/front/src/assets/common/homePage/animation2.png b/front/src/assets/common/homePage/animation2.png
new file mode 100644
index 00000000..4bf81dd7
Binary files /dev/null and b/front/src/assets/common/homePage/animation2.png differ
diff --git a/front/src/assets/common/homePage/animation3.png b/front/src/assets/common/homePage/animation3.png
new file mode 100644
index 00000000..c93f20bb
Binary files /dev/null and b/front/src/assets/common/homePage/animation3.png differ
diff --git a/front/src/assets/common/homePage/animation4.png b/front/src/assets/common/homePage/animation4.png
new file mode 100644
index 00000000..f18beb4c
Binary files /dev/null and b/front/src/assets/common/homePage/animation4.png differ
diff --git a/front/src/assets/common/homePage/animation5.png b/front/src/assets/common/homePage/animation5.png
new file mode 100644
index 00000000..e90a414b
Binary files /dev/null and b/front/src/assets/common/homePage/animation5.png differ
diff --git a/front/src/assets/common/homePage/animation6.png b/front/src/assets/common/homePage/animation6.png
new file mode 100644
index 00000000..3a2da961
Binary files /dev/null and b/front/src/assets/common/homePage/animation6.png differ
diff --git a/front/src/assets/common/homePage/ball-active.png b/front/src/assets/common/homePage/ball-active.png
new file mode 100644
index 00000000..89c0e4d5
Binary files /dev/null and b/front/src/assets/common/homePage/ball-active.png differ
diff --git a/front/src/assets/common/homePage/ball-back.png b/front/src/assets/common/homePage/ball-back.png
new file mode 100644
index 00000000..97d1242b
Binary files /dev/null and b/front/src/assets/common/homePage/ball-back.png differ
diff --git a/front/src/assets/common/homePage/ball-bak.png b/front/src/assets/common/homePage/ball-bak.png
new file mode 100644
index 00000000..c97384b5
Binary files /dev/null and b/front/src/assets/common/homePage/ball-bak.png differ
diff --git a/front/src/assets/common/homePage/ball-front.png b/front/src/assets/common/homePage/ball-front.png
new file mode 100644
index 00000000..d65c2724
Binary files /dev/null and b/front/src/assets/common/homePage/ball-front.png differ
diff --git a/front/src/assets/common/homePage/bg_ball.png b/front/src/assets/common/homePage/bg_ball.png
new file mode 100644
index 00000000..9a563c49
Binary files /dev/null and b/front/src/assets/common/homePage/bg_ball.png differ
diff --git a/front/src/assets/common/homePage/big-bak.png b/front/src/assets/common/homePage/big-bak.png
new file mode 100644
index 00000000..79fed5e8
Binary files /dev/null and b/front/src/assets/common/homePage/big-bak.png differ
diff --git a/front/src/assets/common/homePage/big-bak1.png b/front/src/assets/common/homePage/big-bak1.png
new file mode 100644
index 00000000..aa1e54a6
Binary files /dev/null and b/front/src/assets/common/homePage/big-bak1.png differ
diff --git a/front/src/assets/common/homePage/rotating-ring2.png b/front/src/assets/common/homePage/rotating-ring2.png
new file mode 100644
index 00000000..e9b9789b
Binary files /dev/null and b/front/src/assets/common/homePage/rotating-ring2.png differ
diff --git a/front/src/router/index.js b/front/src/router/index.js
index 47c429c7..6438345a 100644
--- a/front/src/router/index.js
+++ b/front/src/router/index.js
@@ -425,6 +425,16 @@ export const constantRoutes = [
icon: 'error-warning-line',
},
},
+ // 资金报表
+ {
+ path: '/assertReport',
+ name: 'assertReport',
+ component: () => import('@/views/assertReport'),
+ meta: {
+ title: '能力云图',
+ icon: 'error-warning-line',
+ },
+ },
// 赋能案例详情
{
path: '/AssignCaseDetailPage',
diff --git a/front/src/supermap/advance-init.js b/front/src/supermap/advance-init.js
index 7e90c4e3..2fbbc7d8 100644
--- a/front/src/supermap/advance-init.js
+++ b/front/src/supermap/advance-init.js
@@ -74,7 +74,7 @@ export function MapFun(mapObj) {
* @param layerName {String} 图层名
*/
const _removeLayerByLayerName = function(layerName) {
- const layer = layerGroup.get(layerName)
+ const layer = layerGroup.get(layerName) ||
// const feature = featureGroup;
// map.popupclose();
// debugger;
@@ -2099,4 +2099,4 @@ export function MapFun(mapObj) {
thermodynamic: _thermodynamic,
addPathToMap: _addPathToMap,
}
-}
\ No newline at end of file
+}
diff --git a/front/src/supermap/map-showResource.js b/front/src/supermap/map-showResource.js
index 94e3f4c1..75539039 100644
--- a/front/src/supermap/map-showResource.js
+++ b/front/src/supermap/map-showResource.js
@@ -66,15 +66,6 @@ function createMarkerClusterLayer(layerClassName, mapObj) {
} else {
// 使用默认图标
markerClusterLayer = L.markerClusterGroup({
- // iconCreateFunction(cluster) {
- // const markers = cluster.getAllChildMarkers()
- // let n = 0
- // for (let i = 0; i < markers.length; i++) {
- // n += markers[i].number
- // }
- // return L.divIcon({ html: markers.length, className: "topic-marker-cluster-video" })
- // },
- // 是否允许指定 PolylineOptions 样式 spider
spiderfyOnMaxZoom: false,
// 是否显示标记的边界
showCoverageOnHover: true,
@@ -84,18 +75,11 @@ function createMarkerClusterLayer(layerClassName, mapObj) {
})
markerClusterLayer.on('clusterclick', function(a) {
let clusterList = [];
- //console.log('cluster ' + a.layer.getAllChildMarkers());
- if (a.layer.getAllChildMarkers().length < 50) {
+ if (mapObj.getZoom() == mapObj.getMaxZoom()) {
for (var i = 0; i < a.layer.getAllChildMarkers().length; i++) {
- //console.log('yyyyyyyyy', a.layer.getAllChildMarkers()[i].resourceData);
- //console.log('yyyyyyyyy', a.layer.getAllChildMarkers()[i].fData);
clusterList.push(a.layer.getAllChildMarkers()[i].resourceData);
}
- //console.log('clusterList ' + a.layer.getAllChildMarkers(array, true));
- //console.log('zzzzzzzzz', mapObj.getZoom(), mapObj.getMaxZoom());
- if (mapObj.getZoom() == mapObj.getMaxZoom()) {
mybus.emit('openOperationPopup', clusterList);
- }
}
});
}
@@ -194,13 +178,14 @@ function addPointOnMap({
.openOn(mapObj.map)
})
}
-
- return isOpenPopup ?
- marker
- .addTo(mapObj.map)
- .bindPopup(elementHtml, { className: popupClassName })
- .openPopup() :
- marker.addTo(mapObj.map)
+ const layer = marker.addTo(mapObj.map);
+ featureGroup.addLayer(layer)
+ layerGroup.set('potcon', layer)
+ // marker
+ // .addTo(mapObj.map)
+ // .bindPopup(elementHtml, { className: popupClassName })
+ // .openPopup() :
+ // marker.addTo(mapObj.map)
}
/**
diff --git a/front/src/utils/arrayMethod.js b/front/src/utils/arrayMethod.js
new file mode 100644
index 00000000..98144d2e
--- /dev/null
+++ b/front/src/utils/arrayMethod.js
@@ -0,0 +1,150 @@
+/*
+ * @Author: hisense.wuhongjian
+ * @Date: 2021-08-12 10:50:17
+ * @LastEditors: hisense.wuhongjian
+ * @LastEditTime: 2021-08-12 14:20:07
+ * @Description: 数组公共方法
+ */
+/**
+ * @description: 根据属性名过滤数组,支持一维属性及二维属性
+ * @param {*} arr 待过滤的数组
+ * @param {*} param 一维属性 'param' 二维属性 'param1[param2]'
+ * @return {*} 过滤之后的数组
+ */
+export function arrFilterByParam(arr, param) {
+ const res = new Map();
+ const paramArr = param.split('[');
+ if (paramArr.length > 1) {
+ const first = paramArr[0];
+ const second = paramArr[1].split(']')[0];
+ return arr.filter(
+ (list) => !res.has(list[first][second]) && res.set(list[first][second], 1));
+ } else {
+ return arr.filter(
+ (list) => !res.has(list[param]) && res.set(list[param], 1));
+ }
+}
+//获取时间戳转换为日期格式 或者 2021-09-24 19:53:01:765 转化为正常时间。
+// filters: {
+// formatDate(time) {
+// var date = new Date(time);
+// return formatDate(date, 'yyyy-MM-dd hh:mm:ss');
+// }
+// },
+//{{ 输入时间 | formatDate }}
+export function formatDate (date, fmt) {
+ if (/(y+)/.test(fmt)) {
+ fmt = fmt.replace(RegExp.$1, (date.getFullYear() + '').substr(4 - RegExp.$1.length));
+ }
+ let o = {
+ 'M+': date.getMonth() + 1,
+ 'd+': date.getDate(),
+ 'h+': date.getHours(),
+ 'm+': date.getMinutes(),
+ 's+': date.getSeconds()
+ };
+ for (let k in o) {
+ if (new RegExp(`(${k})`).test(fmt)) {
+ let str = o[k] + '';
+ fmt = fmt.replace(RegExp.$1, (RegExp.$1.length === 1) ? str : padLeftZero(str));
+ }
+ }
+ return fmt;
+};
+
+function padLeftZero (str) {
+ return ('00' + str).substr(str.length);
+};
+
+// 把数字改成数组。
+export function NumbersConvertedToArrays(inNum) {
+ const str = inNum.toString();
+ const arr = str.split("");
+ const arrlenght = arr.length;
+ if (arrlenght == 2) {
+ arr.unshift(0);
+ }
+ if (arrlenght == 1) {
+ arr.unshift(0);
+ arr.unshift(0);
+ }
+ return arr;
+};
+// var lon = 107.631131;
+// var lat = 29.2331231;
+// var lonDMS = transformDMS(lon, "lon");
+// var latDMS = transformDMS(lat, "lat");
+
+// console.log(lonDMS); // 107°44′35″E
+// console.log(latDMS); // 29°14′17″N
+ // 经纬度转度分秒
+ export function transformDMS(degree, direction) {
+ var D = plusZeroAtHead(Math.floor(degree));
+ var M = plusZeroAtHead(Math.floor((degree - D) * 60));
+ var S = plusZeroAtHead(Math.floor(((degree - D) * 60 - M) * 60));
+ var result = D + "°" + M + "′" + S + "″";
+
+ // 如果是个位数, 则在首位加 0
+ function plusZeroAtHead(num) {
+ if (num > -10 && num < 0) {
+ num = "-0" + Math.abs(num)
+ }
+ if (num > 0 && num < 10) {
+ return "0" + num
+ }
+ return num;
+ }
+
+ if (direction === "lon") {
+ D > 0 ? result += "E" : result += "W";
+ return result;
+ }
+ if (direction === "lat") {
+ D > 0 ? result += "N" : result += "S";
+ return result;
+ }
+ return result;
+};
+export function getBlob(url,cb) {
+ var xhr = new XMLHttpRequest();
+ let that=this;
+ xhr.open('GET', url, true);
+ xhr.responseType = 'blob';
+ xhr.onload = function() {
+ if (xhr.status === 200) {
+ cb(xhr.response);
+ }
+ };
+ xhr.send();
+};
+/**
+ * 保存
+ * @param {Blob} blob
+ * @param {String} filename 想要保存的文件名称
+ */
+export function saveAs(blob, filename) {
+ if (window.navigator.msSaveOrOpenBlob) {
+ navigator.msSaveBlob(blob, filename);
+ } else {
+ var link = document.createElement('a');
+ var body = document.querySelector('body');
+
+ link.href = window.URL.createObjectURL(blob);
+ link.download = filename;
+
+ // fix Firefox
+ link.style.display = 'none';
+ body.appendChild(link);
+
+ link.click();
+ body.removeChild(link);
+
+ window.URL.revokeObjectURL(link.href);
+ }
+};
+
+//获取天气图标logo 公共部分
+
+
+
+
diff --git a/front/src/utils/request.js b/front/src/utils/request.js
index 282c6e97..96fa8f96 100644
--- a/front/src/utils/request.js
+++ b/front/src/utils/request.js
@@ -92,9 +92,9 @@ instance.interceptors.request.use(
*/
instance.interceptors.response.use(
(response) => {
- console.log('接口返回', response)
- console.log('接口返回headers', response.headers)
- console.log('接口返回REDIRECT', response.headers.redirect)
+ // console.log('接口返回', response)
+ // console.log('接口返回headers', response.headers)
+ // console.log('接口返回REDIRECT', response.headers.redirect)
response['Access-Control-Expose-Headers'] = 'redirect'
const { code, message } = response.data
@@ -154,14 +154,14 @@ instance.interceptors.response.use(
// }
},
(error) => {
- console.log('接口error', error)
+ // console.log('接口error', error)
if (loadingInstance) loadingInstance.close()
const { response, myMessage } = error
if (error.response) {
- console.log('接口返回', response)
- console.log('接口返回headers', response.headers)
- console.log('接口返回REDIRECT', response.headers.redirect)
+ // console.log('接口返回', response)
+ // console.log('接口返回headers', response.headers)
+ // console.log('接口返回REDIRECT', response.headers.redirect)
const { status, data } = response
handleCode(status, data.msg || myMessage, response.headers.redirect)
diff --git a/front/src/utils/waterMark.js b/front/src/utils/waterMark.js
index edc0c21e..ff343a7c 100644
--- a/front/src/utils/waterMark.js
+++ b/front/src/utils/waterMark.js
@@ -2,7 +2,7 @@
* @Author: Light
* @Date: 2022-11-14 15:01:54
* @LastEditors: Light
- * @LastEditTime: 2022-11-16 09:57:28
+ * @LastEditTime: 2022-11-24 10:53:20
* @Description: 水印
*/
const watermark = {
@@ -20,12 +20,12 @@ const setWatermark = (str, width, height, size, top, index) => {
can.height = height
const cans = can.getContext('2d')
- cans.rotate((-20 * Math.PI) / 180)
+ cans.rotate((-13 * Math.PI) / 180)
cans.font = size + 'px Microsoft YaHei'
cans.fillStyle = 'rgba(200, 200, 200, 0.4)'
- cans.textAlign = 'left'
+ cans.textAlign = 'center'
cans.textBaseline = 'middle'
- cans.fillText(str, can.width / 3, can.height / 2)
+ cans.fillText(str, can.width / 2 - 30, can.height - 10)
const WATER_MARK = document.createElement('div')
const ALL_WIDTH = document.documentElement.clientWidth + 'px'
@@ -35,7 +35,7 @@ const setWatermark = (str, width, height, size, top, index) => {
WATER_MARK.style.cssText = `
position: fixed;
top: ${index * top}px;
- left: 0;
+ left: ${(index * top) / 4}px;
zIndex: 99999999;
pointer-events: none;
width: ${ALL_WIDTH};
diff --git a/front/src/views/assertReport/components/ReservoirBottom.vue b/front/src/views/assertReport/components/ReservoirBottom.vue
new file mode 100644
index 00000000..7e819dca
--- /dev/null
+++ b/front/src/views/assertReport/components/ReservoirBottom.vue
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/front/src/views/assertReport/components/ReservoirLeft.vue b/front/src/views/assertReport/components/ReservoirLeft.vue
new file mode 100644
index 00000000..9293804a
--- /dev/null
+++ b/front/src/views/assertReport/components/ReservoirLeft.vue
@@ -0,0 +1,453 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/front/src/views/assertReport/components/ReservoirRight.vue b/front/src/views/assertReport/components/ReservoirRight.vue
new file mode 100644
index 00000000..50fdde13
--- /dev/null
+++ b/front/src/views/assertReport/components/ReservoirRight.vue
@@ -0,0 +1,543 @@
+
+
+
+
+
+
+
diff --git a/front/src/views/assertReport/components/ReservoirThumbnail.vue b/front/src/views/assertReport/components/ReservoirThumbnail.vue
new file mode 100644
index 00000000..3d124fbd
--- /dev/null
+++ b/front/src/views/assertReport/components/ReservoirThumbnail.vue
@@ -0,0 +1,528 @@
+
+
+
+
+
+
+
diff --git a/front/src/views/assertReport/components/ResourceOverviewAnimation.vue b/front/src/views/assertReport/components/ResourceOverviewAnimation.vue
new file mode 100644
index 00000000..3be4a210
--- /dev/null
+++ b/front/src/views/assertReport/components/ResourceOverviewAnimation.vue
@@ -0,0 +1,675 @@
+
+
+
+
+
+
+
+
+
{{item.typeNum}}个
+
{{item.typeName}}
+
+
+
+
+
+
+
diff --git a/front/src/views/assertReport/image/five.png b/front/src/views/assertReport/image/five.png
new file mode 100644
index 00000000..eb9c50ef
Binary files /dev/null and b/front/src/views/assertReport/image/five.png differ
diff --git a/front/src/views/assertReport/image/four.png b/front/src/views/assertReport/image/four.png
new file mode 100644
index 00000000..d0e4d847
Binary files /dev/null and b/front/src/views/assertReport/image/four.png differ
diff --git a/front/src/views/assertReport/image/jianyi.png b/front/src/views/assertReport/image/jianyi.png
new file mode 100644
index 00000000..0753fba9
Binary files /dev/null and b/front/src/views/assertReport/image/jianyi.png differ
diff --git a/front/src/views/assertReport/image/jiesheng.png b/front/src/views/assertReport/image/jiesheng.png
new file mode 100644
index 00000000..fc95850b
Binary files /dev/null and b/front/src/views/assertReport/image/jiesheng.png differ
diff --git a/front/src/views/assertReport/image/one.png b/front/src/views/assertReport/image/one.png
new file mode 100644
index 00000000..3c82f5b2
Binary files /dev/null and b/front/src/views/assertReport/image/one.png differ
diff --git a/front/src/views/assertReport/image/three.png b/front/src/views/assertReport/image/three.png
new file mode 100644
index 00000000..7b5fb4b9
Binary files /dev/null and b/front/src/views/assertReport/image/three.png differ
diff --git a/front/src/views/assertReport/image/two.png b/front/src/views/assertReport/image/two.png
new file mode 100644
index 00000000..20b102b1
Binary files /dev/null and b/front/src/views/assertReport/image/two.png differ
diff --git a/front/src/views/assertReport/image/xing1.png b/front/src/views/assertReport/image/xing1.png
new file mode 100644
index 00000000..c2c137cb
Binary files /dev/null and b/front/src/views/assertReport/image/xing1.png differ
diff --git a/front/src/views/assertReport/image/zongjie.png b/front/src/views/assertReport/image/zongjie.png
new file mode 100644
index 00000000..89ada07d
Binary files /dev/null and b/front/src/views/assertReport/image/zongjie.png differ
diff --git a/front/src/views/assertReport/index.vue b/front/src/views/assertReport/index.vue
new file mode 100644
index 00000000..0997458e
--- /dev/null
+++ b/front/src/views/assertReport/index.vue
@@ -0,0 +1,290 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/front/src/views/components/upload/index.vue b/front/src/views/components/upload/index.vue
index 27b20cfe..48e449f4 100644
--- a/front/src/views/components/upload/index.vue
+++ b/front/src/views/components/upload/index.vue
@@ -1,8 +1,8 @@
@@ -92,6 +92,7 @@
}
if (!isLt10M) {
message.error(`${file.name} 超出100M的大小`)
+ flag = false
}
return flag || Upload.LIST_IGNORE
}
diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue
index 777c3408..341ba4ad 100644
--- a/front/src/views/home/DetailsPageconetent.vue
+++ b/front/src/views/home/DetailsPageconetent.vue
@@ -88,7 +88,7 @@
-
-
+ -->