@@ -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,