Adding more locations.
This commit is contained in:
10
locations/CastiellodeJaca.json
Normal file
10
locations/CastiellodeJaca.json
Normal 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
19
locations/Villanúa.json
Normal 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
|
||||
}
|
Reference in New Issue
Block a user