mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
removed darq
This commit is contained in:
parent
15f7f281d3
commit
dfb4d3b98f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ const TILEMAPS: ITileMaps = {
|
|||
},
|
||||
};
|
||||
|
||||
const ENABLED: Array<keyof ITileMaps> = ['BLANK', 'DEFAULT', 'DGIS', 'HOT', 'DARQ'];
|
||||
const ENABLED: Array<keyof ITileMaps> = ['BLANK', 'DEFAULT', 'DGIS', 'HOT'];
|
||||
|
||||
export const DEFAULT_PROVIDER: keyof ITileMaps = ENABLED[0];
|
||||
export const PROVIDERS: Partial<ITileMaps> = ENABLED.reduce((obj, provider) => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue