Skip to content

Commit

Permalink
fix: 遥感瓦片图层 http => https
Browse files Browse the repository at this point in the history
  • Loading branch information
heiyexing committed Apr 23, 2024
1 parent 7b211c2 commit b4ef82e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ export const CN_GOOGLE_TILE_MAP_URL =
'https://gwxc.shipxy.com/tile.g?z={z}&x={x}&y={y}';

export const GOOGLE_TILE_MAP_URL =
'http://mt0.google.com/vt/lyrs=s&gl=CN&x={x}&y={y}&z={z}';
'https://mt0.google.com/vt/lyrs=s&gl=CN&x={x}&y={y}&z={z}';

export const GOOGLE_TILE_MAP_ROUTER_URL =
'http://mt0.google.com/vt/lyrs=h&gl=CN&x={x}&y={y}&z={z}';
'https://mt0.google.com/vt/lyrs=h&gl=CN&x={x}&y={y}&z={z}';

export const GAODE_TILE_MAP_URL =
'http://webst01.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=6&x={x}&y={y}&z={z}';
'https://webst01.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=6&x={x}&y={y}&z={z}';

export enum OfficeLayerEnum {
GoogleSatellite = 'googleSatellite',
Expand Down

0 comments on commit b4ef82e

Please sign in to comment.