| | |
| | | zoomOffset: 1 |
| | | } |
| | | } |
| | | }, |
| | | { |
| | | code: 'tianditu_ter', |
| | | name: '中石化天地图地形', |
| | | icon_actived: '/assets/images/map-pages/icon/terrain.png', |
| | | icon_deactived: '/assets/images/map-pages/icon/terrain.png', |
| | | isAddToMap: false, |
| | | annotationCheck: true, |
| | | map: { |
| | | layerName: '天地图全球地形', |
| | | type: 'wmts', |
| | | visible: false, |
| | | layerType: 'ter_c', |
| | | isLoadMapByToken: true, |
| | | url: SINOPEC_GIS_HOST + '/OneMapServer/rest/services/base-tdt-ter-globe/WMTS?' + |
| | | 'layer=vec&style=default&tilematrixset=c&Service=WMTS&Request=GetTile&Version=1.0.0&Format=tiles&TileMatrix={z}&TileCol={x}&TileRow={y}', |
| | | option: { |
| | | maxZoom: 18, |
| | | minZoom: 1, |
| | | zoomOffset: 1 |
| | | } |
| | | }, |
| | | annotation: { |
| | | layerName: '天地图地形注记', |
| | | type: 'wmts', |
| | | visible: false, |
| | | layerType: 'cta_c', |
| | | isLoadMapByToken: true, |
| | | url: SINOPEC_GIS_HOST + '/OneMapServer/rest/services/base-tdt-label-ter/WMTS?' + |
| | | 'layer=cva&style=default&tilematrixset=c&Service=WMTS&Request=GetTile&Version=1.0.0&Format=tiles&TileMatrix={z}&TileCol={x}&TileRow={y}', |
| | | option: { |
| | | maxZoom: 18, |
| | | minZoom: 1, |
| | | zoomOffset: 1 |
| | | } |
| | | } |
| | | } |
| | | ] |
| | | const internet = [ |