Adding more locations.

This commit is contained in:
2022-10-15 21:55:24 +02:00
parent a8e944534a
commit ba3a6d532b
3 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,10 @@
{
"name": "Castiello de Jaca",
"bus": true,
"train": false,
"pharmacy": false,
"smoke": false,
"supermarkets": [],
"pool": true,
"gym": false
}

19
locations/Villanúa.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "Villanúa",
"bus": true,
"train": true,
"pharmacy": true,
"smoke": true,
"supermarkets": [
{
"type": "ALTO_ARAGON",
"url": "https://goo.gl/maps/DKqzDFWMM7ce7n417"
},
{
"type": "CUSTOM",
"url": "https://goo.gl/maps/JR2yKpzoWnzWbdT17"
}
],
"pool": true,
"gym": true
}