| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- /*
- * @Author: sjl
- * @Date: 2023-06-07 14:13:28
- * @Descripttion:
- */
- window.mapConfig = {
- demUrl: 'http://221.182.8.141:15000/iserver/services/3D-lzyx_bcdem/rest/realspace/datas/%E8%A1%A5%E5%85%85%E5%BD%B1%E5%83%8F_%E9%AB%98%E7%A8%8B@lzyx_bc',
- isSct: true,
- // demUrl: true,
- // updateHeight: 'http://221.182.8.141:8090/iserver/services/spatialAnalysis-gk/restjsr/spatialanalyst/geometry/3d/extractvector3d.js',
- updateHeight: 'http://221.182.8.141:15000/iserver/services/spatialAnalysis-lzyx_bcdem/restjsr/spatialanalyst/geometry/3d/extractvector3d.json',
- sceneName: 'lzyx_bcdem',
- layerName: '补充影像_高程@lzyx_bc',
- layers2D: [
- // {
- // id: 'lzyxbcdom',
- // title: '超图三维缓存',
- // epsg: 4326,
- // type: 'SUPER_3D',
- // show: true,
- // minimumLevel: 0,
- // maximumLevel: 18,
- // url: ['http://221.182.8.141:15000/iserver/services/3D-local3DCache-lzyxbcdom/rest/realspace/datas/lzyx_bc_dom'],
- // },
- // {
- // id: 'dzdt',
- // title: '电子地图',
- // epsg: 4326,
- // type: 'SUPER_3D',
- // show: false,
- // minimumLevel: 0,
- // maximumLevel: 18,
- // url: ['http://221.182.8.141:15000/iserver/services/map-ugcv5-lzdzdtmap2/rest/maps/lzdzdtmap'],
- // },
- {
- id: 'baseyx',
- title: '高德影像图',
- epsg: 4326,
- type: 'GD',
- show: true,
- minimumLevel: 0,
- maximumLevel: 18,
- url: ['https://webst02.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}'],
- },
- // {
- // id: 'TDT',
- // title: '高德影像图',
- // epsg: 4326,
- // type: 'TDT',
- // show: true,
- // minimumLevel: 0,
- // maximumLevel: 18,
- // url: [
- // 'http://t0.tianditu.gov.cn/vec_w/wmts?service=wmts&request=GetTile&version=1.0.0&LAYER=vec&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default&format=tiles&tk=15f7b01aababbb39ab568f4ba12ea21c',
- // // 'http://t0.tianditu.com/cva_w/wmts?service=wmts&request=GetTile&version=1.0.0&LAYER=cva&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default.jpg&tk=d6a72a78a43a2c17294b72ab26354cd6',
- // 'http://t0.tianditu.com/cia_w/wmts?service=wmts&request=GetTile&version=1.0.0&LAYER=cia&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default.jpg&tk=15f7b01aababbb39ab568f4ba12ea21c',
- // ],
- // },
- ],
- layers3D: [],
- };
|