WIP - Information for locations.

Better configuration menu.
Testing retrieving JSON from GitHub (uploading).
This commit is contained in:
2022-10-15 18:46:49 +02:00
parent fa25e3c983
commit 9098f42a93
13 changed files with 388 additions and 72 deletions

15
locations/Bielsa.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "Bielsa",
"bus": true,
"train": false,
"pharmacy": null,
"smoke": true,
"supermarkets": [
{
"type": "SPAR",
"url": "https://goo.gl/maps/KGhqH8SwMJrcwPse8"
}
],
"pool": false,
"gym": true
}

15
locations/Zaragoza.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "Zaragoza",
"bus": true,
"train": true,
"pharmacy": true,
"smoke": true,
"supermarkets": [
{
"type": "DIA",
"url": "https://goo.gl/maps/NLCXd7GdYWS2wgBMA"
}
],
"pool": true,
"gym": true
}