Adding currentMoney.
Better darkMode styles. Adding more locations.
This commit is contained in:
16
locations/Ansó.json
Normal file
16
locations/Ansó.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Ansó",
|
||||
"altitude": 860,
|
||||
"bus": true,
|
||||
"train": false,
|
||||
"pharmacy": true,
|
||||
"smoke": true,
|
||||
"supermarkets": [
|
||||
{
|
||||
"type": "CUSTOM",
|
||||
"url": "https://goo.gl/maps/sScuQ6BApZzrFZwN9"
|
||||
}
|
||||
],
|
||||
"pool": false,
|
||||
"gym": false
|
||||
}
|
@ -3,7 +3,7 @@
|
||||
"altitude": 1034,
|
||||
"bus": true,
|
||||
"train": false,
|
||||
"pharmacy": null,
|
||||
"pharmacy": true,
|
||||
"smoke": true,
|
||||
"supermarkets": [
|
||||
{
|
||||
|
16
locations/Formigal.json
Normal file
16
locations/Formigal.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Formigal",
|
||||
"altitude": 1550,
|
||||
"bus": true,
|
||||
"train": false,
|
||||
"pharmacy": true,
|
||||
"smoke": true,
|
||||
"supermarkets": [
|
||||
{
|
||||
"type": "ALCAMPO",
|
||||
"url": "https://goo.gl/maps/39e37qJLNw2WkZci9"
|
||||
}
|
||||
],
|
||||
"pool": true,
|
||||
"gym": true
|
||||
}
|
32
locations/Graus.json
Normal file
32
locations/Graus.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "Graus",
|
||||
"altitude": 469,
|
||||
"bus": true,
|
||||
"train": false,
|
||||
"pharmacy": true,
|
||||
"smoke": true,
|
||||
"supermarkets": [
|
||||
{
|
||||
"type": "EROSKI",
|
||||
"url": "https://g.page/eroski-city-graus?share"
|
||||
},
|
||||
{
|
||||
"type": "BONAREA",
|
||||
"url": "https://goo.gl/maps/CnPyE9PhpsdKMF5N7"
|
||||
},
|
||||
{
|
||||
"type": "ALTO_ARAGON",
|
||||
"url": "https://goo.gl/maps/yZofjAm8awFZnNf37"
|
||||
},
|
||||
{
|
||||
"type": "CUSTOM",
|
||||
"url": "https://goo.gl/maps/KadcU8SoTR2Hx3hd6"
|
||||
},
|
||||
{
|
||||
"type": "CUSTOM",
|
||||
"url": "https://goo.gl/maps/snEwKUjc49SCbX986"
|
||||
}
|
||||
],
|
||||
"pool": true,
|
||||
"gym": true
|
||||
}
|
20
locations/Isaba.json
Normal file
20
locations/Isaba.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Isaba",
|
||||
"altitude": 816,
|
||||
"bus": true,
|
||||
"train": false,
|
||||
"pharmacy": true,
|
||||
"smoke": false,
|
||||
"supermarkets": [
|
||||
{
|
||||
"type": "COVIRAN",
|
||||
"url": "https://goo.gl/maps/9zA6ywhaMKXbSWF89"
|
||||
},
|
||||
{
|
||||
"type": "UDACO",
|
||||
"url": "https://goo.gl/maps/fB5pZ3WENSqEG2Wt5"
|
||||
}
|
||||
],
|
||||
"pool": true,
|
||||
"gym": false
|
||||
}
|
16
locations/ValledeHecho.json
Normal file
16
locations/ValledeHecho.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Hecho",
|
||||
"altitude": 953,
|
||||
"bus": false,
|
||||
"train": false,
|
||||
"pharmacy": true,
|
||||
"smoke": true,
|
||||
"supermarkets": [
|
||||
{
|
||||
"type": "ALTO_ARAGON",
|
||||
"url": "https://goo.gl/maps/XRmwSrE5HcQzJbdF6"
|
||||
}
|
||||
],
|
||||
"pool": true,
|
||||
"gym": false
|
||||
}
|
Reference in New Issue
Block a user