mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
removed non-working hosts from cache
This commit is contained in:
parent
ef92e4f38c
commit
01a8a44114
1 changed files with 6 additions and 6 deletions
|
@ -30,8 +30,8 @@ const TILEMAPS: ITileMaps = {
|
||||||
// },
|
// },
|
||||||
DGIS: {
|
DGIS: {
|
||||||
name: '2gis',
|
name: '2gis',
|
||||||
// url: 'https://tile1.maps.2gis.com/tiles?x={x}&y={y}&z={z}&v=1',
|
url: 'https://tile1.maps.2gis.com/tiles?x={x}&y={y}&z={z}&v=1',
|
||||||
url: 'https://{s}.dgis.tile.vault48.org/tiles?x={x}&y={y}&z={z}&v=1',
|
// url: 'https://{s}.dgis.tile.vault48.org/tiles?x={x}&y={y}&z={z}&v=1',
|
||||||
range: ['a','b','c'],
|
range: ['a','b','c'],
|
||||||
},
|
},
|
||||||
DEFAULT: {
|
DEFAULT: {
|
||||||
|
@ -75,10 +75,10 @@ const TILEMAPS: ITileMaps = {
|
||||||
// },
|
// },
|
||||||
ESAT: {
|
ESAT: {
|
||||||
name: 'Sattelite',
|
name: 'Sattelite',
|
||||||
// url: 'https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',
|
url: 'https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',
|
||||||
url: 'https://{s}.esat.tile.vault48.org/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',
|
// url: 'https://{s}.esat.tile.vault48.org/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',
|
||||||
// range: [1,2,3,4],
|
range: [1,2,3,4],
|
||||||
range: ['a','b','c'],
|
// range: ['a','b','c'],
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue