| | |
| | | * @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: |
| | | * |
| | |
| | | |
| | | <architecture-popup></architecture-popup> |
| | | |
| | | <place-base-popup></place-base-popup> |
| | | |
| | | <activity-police-popup></activity-police-popup> |
| | | |
| | | <multip-map-popup></multip-map-popup> |
| | |
| | | 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" |
| | |
| | | mapPopup, |
| | | architecturePopup, |
| | | activityPolicePopup, |
| | | placeBasePopup, |
| | | multipMapPopup, |
| | | videoListPopup, |
| | | mapSearchPopup, |
| | |
| | | |
| | | // 外网 |
| | | // 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 |
| | | // }) |
| | | // ) |
| | | |
| | | // 设置地图初始位置,角度等 |