mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
changed default provider
This commit is contained in:
parent
008a42bd9b
commit
09ce310bad
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ const TILEMAPS: ITileMaps = {
|
||||||
|
|
||||||
const ENABLED: Array<keyof ITileMaps> = ['BLANK', 'DEFAULT', 'DGIS', 'HOT', 'ESAT'];
|
const ENABLED: Array<keyof ITileMaps> = ['BLANK', 'DEFAULT', 'DGIS', 'HOT', 'ESAT'];
|
||||||
|
|
||||||
export const DEFAULT_PROVIDER: keyof ITileMaps = ENABLED[0];
|
export const DEFAULT_PROVIDER: keyof ITileMaps = ENABLED[1];
|
||||||
export const PROVIDERS: Partial<ITileMaps> = ENABLED.reduce((obj, provider) => ({
|
export const PROVIDERS: Partial<ITileMaps> = ENABLED.reduce((obj, provider) => ({
|
||||||
...obj,
|
...obj,
|
||||||
[provider]: TILEMAPS[provider],
|
[provider]: TILEMAPS[provider],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue