mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
providers: initial
This commit is contained in:
parent
b85141046d
commit
552e3effb8
16 changed files with 133 additions and 49 deletions
|
@ -1,4 +1,4 @@
|
|||
import { providers } from '$constants/providers';
|
||||
import { DEFAULT_PROVIDER, PROVIDERS } from '$constants/providers';
|
||||
|
||||
export const CONFIG = {
|
||||
OSRM_URL: 'http://vault48.org:5000/route/v1',
|
||||
|
@ -9,4 +9,4 @@ export const COLORS = {
|
|||
PATH_COLOR: ['#ff7700', '#ff3344'],
|
||||
};
|
||||
|
||||
export const PROVIDER = providers.blank;
|
||||
export const PROVIDER = PROVIDERS[DEFAULT_PROVIDER];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue