removed non-working hosts from cache

This commit is contained in:
Fedor Katurov 2019-12-14 19:49:13 +07:00
parent ef92e4f38c
commit 01a8a44114

View file

@ -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'],
} }
}; };