Differente menus.
Adding LocationStorage to do make a lot of calls to GitHub. Better DarkMode.
This commit is contained in:
14
locations/AragüésdelPuerto.json
Normal file
14
locations/AragüésdelPuerto.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Aragüés del Puerto",
|
||||
"altitude": 970,
|
||||
"bus": false,
|
||||
"train": false,
|
||||
"pharmacy": true,
|
||||
"smoke": false,
|
||||
"supermarkets": [{
|
||||
"type": "CUSTOM",
|
||||
"url": "https://goo.gl/maps/8Qukf8FzqMYXkhPt8"
|
||||
}],
|
||||
"pool": false,
|
||||
"gym": false
|
||||
}
|
11
locations/Liédena.json
Normal file
11
locations/Liédena.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Liédena",
|
||||
"altitude": 432,
|
||||
"bus": true,
|
||||
"train": false,
|
||||
"pharmacy": true,
|
||||
"smoke": true,
|
||||
"supermarkets": [],
|
||||
"pool": true,
|
||||
"gym": true
|
||||
}
|
16
locations/PuentelaReinadeJaca.json
Normal file
16
locations/PuentelaReinadeJaca.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Puente la Reina de Jaca",
|
||||
"altitude": 707,
|
||||
"bus": true,
|
||||
"train": false,
|
||||
"pharmacy": true,
|
||||
"smoke": false,
|
||||
"supermarkets": [
|
||||
{
|
||||
"type": "CUSTOM",
|
||||
"url": "https://goo.gl/maps/ioeCNKvhrsgn42gu5"
|
||||
}
|
||||
],
|
||||
"pool": false,
|
||||
"gym": false
|
||||
}
|
20
locations/SanJuandePlan.json
Normal file
20
locations/SanJuandePlan.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "San Juan de Plan",
|
||||
"altitude": 1120,
|
||||
"bus": false,
|
||||
"train": false,
|
||||
"pharmacy": false,
|
||||
"smoke": false,
|
||||
"supermarkets": [
|
||||
{
|
||||
"type": "SUMA",
|
||||
"url": "https://goo.gl/maps/gfyi26FV6iw3QS5E9"
|
||||
},
|
||||
{
|
||||
"type": "SIMPLY",
|
||||
"url": "https://goo.gl/maps/SsQPLC2XzAwWX5gw8"
|
||||
}
|
||||
],
|
||||
"pool": false,
|
||||
"gym": false
|
||||
}
|
Reference in New Issue
Block a user