{"version":3,"file":"config.mjs","sources":["../../../../../../packages/components/mapTitleLayer/src/config.ts"],"sourcesContent":["export interface BaseMapTileLayerType {\n  iconUrl?: string // 显示图标\n  type: string // 类型\n  label: string // 名称\n  url: string // 瓦片地址\n  id?: string | undefined\n  minZoom?: number | undefined\n  maxZoom?: number | undefined\n  subdomains?: string | string[] | undefined\n  errorTileUrl?: string | undefined\n  checked?: boolean\n}\nexport const baseMapTitleLayerConfig: BaseMapTileLayerType[] = [\n  {\n    iconUrl: 'https://lspt.xplusship.com/src/leaflet/img/map1.png',\n    label: '海图',\n    checked: true,\n    url: `https://tile.xplusship.com/cmap/{x}/{y}/{z}/sea/2/1.jpg`,\n    errorTileUrl: '',\n    type: 'MT_SEA',\n  },\n  {\n    iconUrl: 'https://lspt.xplusship.com/src/leaflet/img/map2.png',\n    label: '地图',\n    checked: false,\n    type: 'MT_GOOGLE',\n    url: `https://tile.xplusship.com/cmap/{x}/{y}/{z}/gdt/2/1.jpg`,\n    // url: 'https://server.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',\n    errorTileUrl: '',\n  },\n  {\n    iconUrl: 'https://lspt.xplusship.com/src/leaflet/img/map3.png',\n    label: '卫星图',\n    checked: false,\n    type: 'MT_SATELLITE',\n    url: `https://tile.xplusship.com/cmap/{x}/{y}/{z}/gwx/2/1.jpg`,\n    errorTileUrl: '',\n  },\n  {\n    type: 'MT_SATELLITE_0',\n    label: '海路图片',\n    url: `https://tile.xplusship.com/cmap/{x}/{y}/{z}/gdt/2/1.jpg`,\n    errorTileUrl: '',\n  },\n  {\n    type: 'MT_SATELLITE_1',\n    label: '卫星地图',\n    url: `https://tile.xplusship.com/cmap/{x}/{y}/{z}/gwx/2/1.jpg`,\n    errorTileUrl: '',\n  },\n  {\n    type: 'MT_SATELLITE_2',\n    label: '暗黑主题海图',\n    url: `https://tile.xplusship.com/cmap/{x}/{y}/{z}/land/2/0.8/1.jpg`,\n    errorTileUrl: '',\n  },\n]\n"],"names":["baseMapTitleLayerConfig","iconUrl","label","checked","url","errorTileUrl","type"],"mappings":"AAAY,MAACA,EAAwB,CAAC,CAACC,QAAQ,sDAAsDC,MAAM,KAAeC,SAAQ,EAAGC,IAAI,0DAA0DC,aAAa,GAAGC,KAAK,UAAU,CAACL,QAAQ,sDAAsDC,MAAM,KAAeC,SAAQ,EAAGG,KAAK,YAAYF,IAAI,0DAA0DC,aAAa,IAAI,CAACJ,QAAQ,sDAAsDC,MAAM,MAAqBC,SAAQ,EAAGG,KAAK,eAAeF,IAAI,0DAA0DC,aAAa,IAAI,CAACC,KAAK,iBAAiBJ,MAAM,OAA2BE,IAAI,0DAA0DC,aAAa,IAAI,CAACC,KAAK,iBAAiBJ,MAAM,OAA2BE,IAAI,0DAA0DC,aAAa,IAAI,CAACC,KAAK,iBAAiBJ,MAAM,SAAuCE,IAAI,+DAA+DC,aAAa"}