Uploading new locations.

This commit is contained in:
Jorge Bolois Guerrero 2022-10-20 01:48:49 +02:00
parent 54e46e3d84
commit 4ee68ed298
12 changed files with 218 additions and 0 deletions

11
locations/Abiego.json Normal file
View File

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

16
locations/Alcampell.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "Alcampell",
"altitude": 499,
"bus": false,
"train": false,
"pharmacy": true,
"smoke": true,
"supermarkets": [
{
"type": "CUSTOM",
"url": "https://goo.gl/maps/T1aXpvzE2bixTQdU9"
}
],
"pool": true,
"gym": false
}

16
locations/Arén.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "Arén",
"altitude": 709,
"bus": true,
"train": false,
"pharmacy": true,
"smoke": false,
"supermarkets": [
{
"type": "CUSTOM",
"url": "https://goo.gl/maps/tQbAmognmkZLsmXm8"
}
],
"pool": true,
"gym": false
}

11
locations/Azara.json Normal file
View File

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

52
locations/Barbastro.json Normal file
View File

@ -0,0 +1,52 @@
{
"name": "Barbastro",
"altitude": 341,
"bus": true,
"train": false,
"pharmacy": true,
"smoke": true,
"supermarkets": [
{
"type": "ALCAMPO",
"url": "https://goo.gl/maps/5c7VmFy66WxjtGkr6"
},
{
"type": "MERCADONA",
"url": "https://goo.gl/maps/PtPtymaqyRh3hk257"
},
{
"type": "ALTO_ARAGON",
"url": "https://goo.gl/maps/2ms5uamtF1YiaU2w6"
},
{
"type": "ALTO_ARAGON",
"url": "https://goo.gl/maps/PcxxfJJxDBna2FDY9"
},
{
"type": "ALTO_ARAGON",
"url": "https://goo.gl/maps/TEebD4kT9gurwnk99"
},
{
"type": "EROSKI",
"url": "https://goo.gl/maps/Y7NJMtjwPKAE7brY7"
},
{
"type": "ALCAMPO",
"url": "https://goo.gl/maps/YoJmdoGQq7k2Ycea8"
},
{
"type": "DIA",
"url": "https://goo.gl/maps/PjhVYXDsXXKv4ctr7"
},
{
"type": "ALDI",
"url": "https://goo.gl/maps/cc4aqH8xPg9jMhjS9"
},
{
"type": "LIDL",
"url": "https://goo.gl/maps/p3vZbwQVmeWeJ5GU7"
}
],
"pool": true,
"gym": true
}

24
locations/Benaberre.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "Benaberre",
"altitude": 788,
"bus": true,
"train": false,
"pharmacy": true,
"smoke": true,
"supermarkets": [
{
"type": "BONAREA",
"url": "https://goo.gl/maps/83VHKrxpDTQAxka89"
},
{
"type": "CUSTOM",
"url": "https://goo.gl/maps/3GHgT2PCnYys1TW88"
},
{
"type": "CUSTOM",
"url": "https://goo.gl/maps/GbqqKmxKZFbKTyxL6"
}
],
"pool": true,
"gym": true
}

28
locations/Boltaña.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "Boltaña",
"altitude": 643,
"bus": true,
"train": false,
"pharmacy": true,
"smoke": false,
"supermarkets": [
{
"type": "ALCAMPO",
"url": "https://goo.gl/maps/JZ8mx7eepcLNHpCk8"
},
{
"type": "CUSTOM",
"url": "https://goo.gl/maps/GF6RqYUH97dC8hVq8"
},
{
"type": "CUSTOM",
"url": "https://g.page/autoservicio-almanzuelas?share"
},
{
"type": "CUSTOM",
"url": "https://goo.gl/maps/Y97pEhZhs4V3DyVn9"
}
],
"pool": true,
"gym": true
}

View File

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

11
locations/Colungo.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "Colungo",
"altitude": 609,
"bus": false,
"train": false,
"pharmacy": false,
"smoke": false,
"supermarkets": [],
"pool": false,
"gym": false
}

11
locations/Estada.json Normal file
View File

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

16
locations/Estadilla.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "Estadilla",
"altitude": 450,
"bus": true,
"train": false,
"pharmacy": true,
"smoke": true,
"supermarkets": [
{
"type": "ALTO_ARAGON",
"url": "https://goo.gl/maps/grXMHte1t5xMCGdSA"
}
],
"pool": false,
"gym": false
}

View File

@ -0,0 +1,11 @@
{
"name": "Puente de Montañana",
"altitude": 528,
"bus": true,
"train": false,
"pharmacy": false,
"smoke": false,
"supermarkets": [],
"pool": false,
"gym": false
}