mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
replaced tile provider from cacheable to osm
This commit is contained in:
parent
a4b8d70cc8
commit
5e3c416824
2 changed files with 9 additions and 4 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue