16 lines
300 B
JSON
16 lines
300 B
JSON
|
{
|
||
|
"name": "Formigal",
|
||
|
"altitude": 1550,
|
||
|
"bus": true,
|
||
|
"train": false,
|
||
|
"pharmacy": true,
|
||
|
"smoke": true,
|
||
|
"supermarkets": [
|
||
|
{
|
||
|
"type": "ALCAMPO",
|
||
|
"url": "https://goo.gl/maps/39e37qJLNw2WkZci9"
|
||
|
}
|
||
|
],
|
||
|
"pool": true,
|
||
|
"gym": true
|
||
|
}
|