// eslint-disable-next-line @typescript-eslint/no-unused-vars const globalConfig = { accessToken: 'pk.eyJ1Ijoid2VpbGlibyIsImEiOiJjbGhsYmQxNDgwbG5yM2VvcGpucWs4djBmIn0.3PiHYTsoCPnwQ1xa4HxgnQ', // 必须值 defaultViews: [ { center: [104.379135, 30.053373], bearing: 15.5, zoom: 21, pitch: 70, }, ], services: { // 底图服务 base: '/geoserver/gwc/service/wmts?layer=cusc:AR_BASE&style=&tilematrixset=WebMercatorQuad&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image/png&TileMatrix={z}&TileCol={x}&TileRow={y}', // 高精地图服务 hd: '/geoserver/cusc/wms?service=WMS&version=1.1.0&request=GetMap&layers=cusc:AR_GJDT&bbox={bbox-epsg-3857}&width=640&height=400&srs=EPSG%3A3857&styles=&format=image%2Fpng&TRANSPARENT=TRUE', // 深色底图 base_dark: '/geoserver/cusc/wms?service=WMS&version=1.1.0&request=GetMap&layers=cusc:FUI_BASE&bbox={bbox-epsg-3857}&width=640&height=400&srs=EPSG%3A3857&styles=&format=image%2Fpng&TRANSPARENT=TRUE', // 深色高精 hd_dark: '/geoserver/cusc/wms?service=WMS&version=1.1.0&request=GetMap&layers=cusc:FUI_GJDT&bbox={bbox-epsg-3857}&width=640&height=400&srs=EPSG%3A3857&styles=&format=image%2Fpng&TRANSPARENT=TRUE', }, sprites: [ { imageId: 'A', url: `warn/A.png`, }, { imageId: 'B', url: `warn/B.png`, }, { imageId: 'C', url: `warn/C.png`, }, { imageId: 'D', url: `warn/D.png`, }, { imageId: 'barrier_side', url: 'parttern/4.png', }, { imageId: 'stop_warn_square', url: 'v2x/vehicleStopError/vehicle-warn.png', }, { imageId: '5507', url: 'v2x/vehicleStopError/vehicle-warn.png', }, { imageId: 'bottomAni', url: 'v2x/bottomAni.png', }, ], tileserverUrl: 'https://itg-dev.cu-sc.com:19443/tileserver/styles/whitesmoke-chengdu/style.json', };