Adding altitude.

Adding dark mode.
This commit is contained in:
2022-10-16 03:11:57 +02:00
parent ca7085bfeb
commit 11584e5a26
16 changed files with 115 additions and 4 deletions

View File

@ -1,5 +1,6 @@
{
"name": "Bielsa",
"altitude": 1034,
"bus": true,
"train": false,
"pharmacy": null,

View File

@ -1,5 +1,6 @@
{
"name": "Biescas",
"altitude": 875,
"bus": true,
"train": false,
"pharmacy": true,

View File

@ -1,5 +1,6 @@
{
"name": "Broto",
"altitude": 905,
"bus": false,
"train": false,
"pharmacy": true,

View File

@ -1,5 +1,6 @@
{
"name": "Castiello de Jaca",
"altitude": 921,
"bus": true,
"train": false,
"pharmacy": false,

View File

@ -1,5 +1,6 @@
{
"name": "Panticosa",
"altitude": 1184,
"bus": true,
"train": false,
"pharmacy": true,

View File

@ -1,5 +1,6 @@
{
"name": "Sabiñanigo",
"altitude": 780,
"bus": true,
"train": true,
"pharmacy": true,

View File

@ -0,0 +1,24 @@
{
"name": "Sallent de Gallego",
"altitude": 1305,
"bus": true,
"train": false,
"pharmacy": true,
"smoke": true,
"supermarkets": [
{
"type": "ALCAMPO",
"url": "https://goo.gl/maps/JQVoBvucXwRMos8u9"
},
{
"type": "CUSTOM",
"url": "https://goo.gl/maps/sPbbdQ6ENUcBgZC18"
},
{
"type": "CUSTOM",
"url": "https://goo.gl/maps/sPbbdQ6ENUcBgZC18"
}
],
"pool": true,
"gym": true
}

View File

@ -1,5 +1,6 @@
{
"name": "Villanúa",
"altitude": 953,
"bus": true,
"train": true,
"pharmacy": true,

View File

@ -1,5 +1,6 @@
{
"name": "Zaragoza",
"altitude": 243,
"bus": true,
"train": true,
"pharmacy": true,