replaced tile provider from cacheable to osm

This commit is contained in:
Fedor Katurov 2021-04-08 14:46:10 +07:00
parent a4b8d70cc8
commit 5e3c416824
2 changed files with 9 additions and 4 deletions

View file

@ -5,7 +5,7 @@ export interface IProvider {
}
export type ITileMaps = Record<string, IProvider>
// {
// {
// WATERCOLOR: IProvider,
// DGIS: IProvider,
// DEFAULT: IProvider,
@ -36,8 +36,8 @@ const TILEMAPS: ITileMaps = {
},
DEFAULT: {
name: 'OpenStreetMap',
// url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
url: 'https://{s}.osm.tile.vault48.org/{z}/{x}/{y}.png',
url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
// url: 'https://{s}.osm.tile.vault48.org/{z}/{x}/{y}.png',
range: ['a', 'b', 'c'],
},
// DARQ: {