-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
35 lines (35 loc) · 1.12 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"baseUrl": "https://raw.githubusercontent.com/JulianEgbert/bachelor-thesis-kepler.gl/",
"mapboxToken": "pk.eyJ1IjoianVsaWFuZWdiZXJ0IiwiYSI6ImNsNGZvZzR6YjAwOHYzZG5kMTk3c3ZtdGMifQ.aSzV8xgpvVV_kymxoBrK-A",
"branch": "main",
"files": [
{
"path": "files/Charging Stations.html",
"name": "Charging Stations"
},
{
"path": "files/TeslaModel3_ChargingMap.html",
"name": "Charging Map - Tesla Model 3 LR"
},
{
"path": "files/VolkswagenID4_ChargingMap.html",
"name": "Charging Map - Volkswagen ID.4"
},
{
"path": "files/Fiat500_ChargingMap.html",
"name": "Charging Map - Fiat 500"
},
{
"path": "files/RenaultZoe_ChargingMap.html",
"name": "Charging Map - Renault Zoe"
},
{
"path": "files/Experiment Results.html",
"name": "Experiment Results"
},
{
"path": "files/TeslaModel3_Combinations.html",
"name": "Combinations IONITY & Tesla - Tesla Model 3 LR"
}
]
}