We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f389b01 commit 0618914Copy full SHA for 0618914
1 file changed
mapbox_config.ts
@@ -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