Adding altitude.
Adding dark mode.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Bielsa",
|
||||
"altitude": 1034,
|
||||
"bus": true,
|
||||
"train": false,
|
||||
"pharmacy": null,
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Biescas",
|
||||
"altitude": 875,
|
||||
"bus": true,
|
||||
"train": false,
|
||||
"pharmacy": true,
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Broto",
|
||||
"altitude": 905,
|
||||
"bus": false,
|
||||
"train": false,
|
||||
"pharmacy": true,
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Castiello de Jaca",
|
||||
"altitude": 921,
|
||||
"bus": true,
|
||||
"train": false,
|
||||
"pharmacy": false,
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Panticosa",
|
||||
"altitude": 1184,
|
||||
"bus": true,
|
||||
"train": false,
|
||||
"pharmacy": true,
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Sabiñanigo",
|
||||
"altitude": 780,
|
||||
"bus": true,
|
||||
"train": true,
|
||||
"pharmacy": true,
|
||||
|
24
locations/SallentdeGallego.json
Normal file
24
locations/SallentdeGallego.json
Normal 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
|
||||
}
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Villanúa",
|
||||
"altitude": 953,
|
||||
"bus": true,
|
||||
"train": true,
|
||||
"pharmacy": true,
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Zaragoza",
|
||||
"altitude": 243,
|
||||
"bus": true,
|
||||
"train": true,
|
||||
"pharmacy": true,
|
||||
|
Reference in New Issue
Block a user