bill 1 年之前
父节点
当前提交
41d91b2ca5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/view/map/tile.ts

+ 1 - 1
src/view/map/tile.ts

@@ -60,7 +60,7 @@ const getWMTS = (type: TileType, mapEpsg: string) => {
 
   const layer = tileTMaps[type];
   const key = "69167db5c31974a619fe60f0c4cd21b5";
-  const url = `http://t0.tianditu.gov.cn/${layer}_c/wmts?tk=${key}`;
+  const url = `https://t0.tianditu.gov.cn/${layer}_c/wmts?tk=${key}`;
   return new WMTS({
     url,
     layer,