bill hace 1 año
padre
commit
41d91b2ca5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,