Skip to content

Commit 0618914

Browse files
committed
forgot to include the mapbox_config file.
1 parent f389b01 commit 0618914

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

mapbox_config.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/**
2+
* Config settings
3+
*
4+
* Set the Mapbox style and access token here.
5+
*/
6+
7+
export const SETTINGS : any = {
8+
9+
mapbox_access_token: "<Access Token Here>",
10+
11+
// The style here can either be one of the standard mapbox styles or it can be a URL pointing to self hosted tile server.
12+
13+
mapbox_style: "light"
14+
15+
};
16+
17+
// END

0 commit comments

Comments
 (0)