Differente menus.

Adding LocationStorage to do make a lot of calls to GitHub.
Better DarkMode.
This commit is contained in:
2022-10-30 13:40:24 +01:00
parent 4ee68ed298
commit fa8a62053f
11 changed files with 176 additions and 9 deletions

View File

@ -0,0 +1,14 @@
{
"name": "Aragüés del Puerto",
"altitude": 970,
"bus": false,
"train": false,
"pharmacy": true,
"smoke": false,
"supermarkets": [{
"type": "CUSTOM",
"url": "https://goo.gl/maps/8Qukf8FzqMYXkhPt8"
}],
"pool": false,
"gym": false
}

11
locations/Liédena.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "Liédena",
"altitude": 432,
"bus": true,
"train": false,
"pharmacy": true,
"smoke": true,
"supermarkets": [],
"pool": true,
"gym": true
}

View File

@ -0,0 +1,16 @@
{
"name": "Puente la Reina de Jaca",
"altitude": 707,
"bus": true,
"train": false,
"pharmacy": true,
"smoke": false,
"supermarkets": [
{
"type": "CUSTOM",
"url": "https://goo.gl/maps/ioeCNKvhrsgn42gu5"
}
],
"pool": false,
"gym": false
}

View File

@ -0,0 +1,20 @@
{
"name": "San Juan de Plan",
"altitude": 1120,
"bus": false,
"train": false,
"pharmacy": false,
"smoke": false,
"supermarkets": [
{
"type": "SUMA",
"url": "https://goo.gl/maps/gfyi26FV6iw3QS5E9"
},
{
"type": "SIMPLY",
"url": "https://goo.gl/maps/SsQPLC2XzAwWX5gw8"
}
],
"pool": false,
"gym": false
}