shuishen
2024-12-18 6d733cf89e71c33082f1e39337cf9ad537982ae2
九小场所列表弹窗增加地图popup弹窗
1 files modified
20 ■■■■■ changed files
src/components/map/index.vue 20 ●●●●● patch | view | raw | blame | history
src/components/map/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-06-21 16:37:19
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-12-09 19:48:35
 * @LastEditTime: 2024-12-18 18:16:31
 * @FilePath: \srs-police-affairs\src\components\map\index.vue
 * @Description: 
 * 
@@ -91,6 +91,8 @@
    <architecture-popup></architecture-popup>
    <place-base-popup></place-base-popup>
    <activity-police-popup></activity-police-popup>
    <multip-map-popup></multip-map-popup>
@@ -178,6 +180,7 @@
import mapPopup from "./components/mapPopup.vue"
import architecturePopup from "./components/architecturePopup.vue"
import activityPolicePopup from "./components/activityPolicePopup.vue"
import placeBasePopup from "./components/placeBasePopup.vue"
import multipMapPopup from "./components/multipMapPopup.vue"
import videoListPopup from "./components/videoListPopup.vue"
import videoRowClickPopup from "./components/videoRowClickPopup.vue"
@@ -198,6 +201,7 @@
    mapPopup,
    architecturePopup,
    activityPolicePopup,
    placeBasePopup,
    multipMapPopup,
    videoListPopup,
    mapSearchPopup,
@@ -351,13 +355,13 @@
      // 外网
      // global.viewer.imageryLayers.addImageryProvider(
      //     new global.DC.Namespace.Cesium.UrlTemplateImageryProvider({
      //         url: 'http://t{s}.tianditu.gov.cn/DataServer?T=vec_w&x={x}&y={y}&l={z}&tk=d083e4cf30bfc438ef93436c10c2c20a',
      //         subdomains: ['0', '1', '2', '3', '4', '5', '6', '7'],
      //         format: 'image/jpeg',
      //         show: true,
      //         maximumLevel: 18
      //     })
      //   new global.DC.Namespace.Cesium.UrlTemplateImageryProvider({
      //     url: 'http://t{s}.tianditu.gov.cn/DataServer?T=vec_w&x={x}&y={y}&l={z}&tk=d083e4cf30bfc438ef93436c10c2c20a',
      //     subdomains: ['0', '1', '2', '3', '4', '5', '6', '7'],
      //     format: 'image/jpeg',
      //     show: true,
      //     maximumLevel: 18
      //   })
      // )
      // 设置地图初始位置,角度等