|
@@ -42,8 +42,8 @@ import {
|
|
|
getBuildingProjectDetails,
|
|
|
getChemicalWarehouseDetails,
|
|
|
getMiningOperationsDetails,
|
|
|
- getEmergencyTransportResourcesDetails, getEmergencyDisasterInfoOfficerDetails
|
|
|
-} from '@/api/globalMap/spatialAnalysis';
|
|
|
+ getEmergencyTransportResourcesDetails, getEmergencyDisasterInfoOfficerDetails, getMidmapDzzhDetails
|
|
|
+} from "@/api/globalMap/spatialAnalysis";
|
|
|
import { pointDetailTemplate } from '@/views/globalMap/data/mapData';
|
|
|
import ElementResizeDetectorMaker from 'element-resize-detector';
|
|
|
import useAppStore from '@/store/modules/app';
|
|
@@ -174,6 +174,7 @@ const handlePointDetails = (data) => {
|
|
|
'14': getChemicalcompanyDetails,
|
|
|
'15': getUAVDetails,
|
|
|
'16': getRainbowDetails,
|
|
|
+ '17': getMidmapDzzhDetails,
|
|
|
'18': getMiningOperationsDetails,
|
|
|
'21': getBuildingProjectDetails,
|
|
|
'22': getChemicalWarehouseDetails,
|
|
@@ -207,7 +208,7 @@ const handlePointDetails = (data) => {
|
|
|
'19': '工矿商贸',
|
|
|
'20': '气象灾害防御重点单位',
|
|
|
'21': '建筑工程',
|
|
|
- '22': '储罐',
|
|
|
+ '22': '储罐信息',
|
|
|
'23': '重大危险源',
|
|
|
'24': '客运站',
|
|
|
'25': '堆场',
|
|
@@ -290,7 +291,6 @@ const handlePointDetails = (data) => {
|
|
|
closeBtn.className = 'close';
|
|
|
closeBtn.onclick = hideInfo;
|
|
|
div.appendChild(closeBtn);
|
|
|
- debugger
|
|
|
showInfo(div, [data.longitude, data.latitude], true);
|
|
|
}
|
|
|
});
|