From 4ee68ed298f2abaee5a8c34b70c0c33044af3b02 Mon Sep 17 00:00:00 2001 From: Jorge Bolois Guerrero Date: Thu, 20 Oct 2022 01:48:49 +0200 Subject: [PATCH] Uploading new locations. --- locations/Abiego.json | 11 +++++++ locations/Alcampell.json | 16 ++++++++++ locations/Arén.json | 16 ++++++++++ locations/Azara.json | 11 +++++++ locations/Barbastro.json | 52 ++++++++++++++++++++++++++++++++ locations/Benaberre.json | 24 +++++++++++++++ locations/Boltaña.json | 28 +++++++++++++++++ locations/Camporrélls.json | 11 +++++++ locations/Colungo.json | 11 +++++++ locations/Estada.json | 11 +++++++ locations/Estadilla.json | 16 ++++++++++ locations/PuentedeMontañana.json | 11 +++++++ 12 files changed, 218 insertions(+) create mode 100644 locations/Abiego.json create mode 100644 locations/Alcampell.json create mode 100644 locations/Arén.json create mode 100644 locations/Azara.json create mode 100644 locations/Barbastro.json create mode 100644 locations/Benaberre.json create mode 100644 locations/Boltaña.json create mode 100644 locations/Camporrélls.json create mode 100644 locations/Colungo.json create mode 100644 locations/Estada.json create mode 100644 locations/Estadilla.json create mode 100644 locations/PuentedeMontañana.json diff --git a/locations/Abiego.json b/locations/Abiego.json new file mode 100644 index 0000000..adc4586 --- /dev/null +++ b/locations/Abiego.json @@ -0,0 +1,11 @@ +{ + "name": "Abiego", + "altitude": 539, + "bus": false, + "train": false, + "pharmacy": true, + "smoke": true, + "supermarkets": [], + "pool": true, + "gym": false +} \ No newline at end of file diff --git a/locations/Alcampell.json b/locations/Alcampell.json new file mode 100644 index 0000000..b38b3eb --- /dev/null +++ b/locations/Alcampell.json @@ -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 +} \ No newline at end of file diff --git a/locations/Arén.json b/locations/Arén.json new file mode 100644 index 0000000..9506692 --- /dev/null +++ b/locations/Arén.json @@ -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 +} \ No newline at end of file diff --git a/locations/Azara.json b/locations/Azara.json new file mode 100644 index 0000000..cdd5be7 --- /dev/null +++ b/locations/Azara.json @@ -0,0 +1,11 @@ +{ + "name": "Azara", + "altitude": 429, + "bus": false, + "train": false, + "pharmacy": false, + "smoke": false, + "supermarkets": [], + "pool": true, + "gym": false +} \ No newline at end of file diff --git a/locations/Barbastro.json b/locations/Barbastro.json new file mode 100644 index 0000000..da70bf6 --- /dev/null +++ b/locations/Barbastro.json @@ -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 +} \ No newline at end of file diff --git a/locations/Benaberre.json b/locations/Benaberre.json new file mode 100644 index 0000000..aacbfb5 --- /dev/null +++ b/locations/Benaberre.json @@ -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 +} \ No newline at end of file diff --git a/locations/Boltaña.json b/locations/Boltaña.json new file mode 100644 index 0000000..7e67735 --- /dev/null +++ b/locations/Boltaña.json @@ -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 +} \ No newline at end of file diff --git a/locations/Camporrélls.json b/locations/Camporrélls.json new file mode 100644 index 0000000..5c9b805 --- /dev/null +++ b/locations/Camporrélls.json @@ -0,0 +1,11 @@ +{ + "name": "Camporrélls", + "altitude": 665, + "bus": true, + "train": false, + "pharmacy": false, + "smoke": false, + "supermarkets": [], + "pool": true, + "gym": false +} \ No newline at end of file diff --git a/locations/Colungo.json b/locations/Colungo.json new file mode 100644 index 0000000..7795130 --- /dev/null +++ b/locations/Colungo.json @@ -0,0 +1,11 @@ +{ + "name": "Colungo", + "altitude": 609, + "bus": false, + "train": false, + "pharmacy": false, + "smoke": false, + "supermarkets": [], + "pool": false, + "gym": false +} \ No newline at end of file diff --git a/locations/Estada.json b/locations/Estada.json new file mode 100644 index 0000000..00f324e --- /dev/null +++ b/locations/Estada.json @@ -0,0 +1,11 @@ +{ + "name": "Estada", + "altitude": 382, + "bus": true, + "train": false, + "pharmacy": false, + "smoke": false, + "supermarkets": [], + "pool": false, + "gym": false +} \ No newline at end of file diff --git a/locations/Estadilla.json b/locations/Estadilla.json new file mode 100644 index 0000000..3c4c631 --- /dev/null +++ b/locations/Estadilla.json @@ -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 +} \ No newline at end of file diff --git a/locations/PuentedeMontañana.json b/locations/PuentedeMontañana.json new file mode 100644 index 0000000..a199828 --- /dev/null +++ b/locations/PuentedeMontañana.json @@ -0,0 +1,11 @@ +{ + "name": "Puente de Montañana", + "altitude": 528, + "bus": true, + "train": false, + "pharmacy": false, + "smoke": false, + "supermarkets": [], + "pool": false, + "gym": false +} \ No newline at end of file