Adding altitude.

Adding more locations.
This commit is contained in:
2022-10-17 01:36:55 +02:00
parent 11584e5a26
commit 4130b0cf1b
3 changed files with 59 additions and 3 deletions

20
locations/Ochagavía.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "Ochagavía",
"altitude": 764,
"bus": true,
"train": false,
"pharmacy": true,
"smoke": true,
"supermarkets": [
{
"type": "COVIRAN",
"url": "https://goo.gl/maps/fqWMJyHj9SrNZkBEA"
},
{
"type": "COALIMENT",
"url": "https://goo.gl/maps/gQ78eAAS43dqWMUW9"
}
],
"pool": true,
"gym": false
}

32
locations/Sangüesa.json Normal file
View File

@ -0,0 +1,32 @@
{
"name": "Sangüesa",
"altitude": 404,
"bus": true,
"train": false,
"pharmacy": true,
"smoke": true,
"supermarkets": [
{
"type": "BM",
"url": "https://goo.gl/maps/GvwtpFsT3TD25w7g7"
},
{
"type": "COVIRAN",
"url": "https://goo.gl/maps/AbVahZ5DtMjkYrS26"
},
{
"type": "EROSKI",
"url": "https://goo.gl/maps/Z5WdBxcDrjUKKAWf7"
},
{
"type": "DIA",
"url": "https://goo.gl/maps/KNeX8T9YPwtnphyn6"
},
{
"type": "UNIDE",
"url": "https://goo.gl/maps/oRHcLmLDNHkv6hV17"
}
],
"pool": true,
"gym": true
}