24 lines
530 B
JSON
24 lines
530 B
JSON
|
{
|
||
|
"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
|
||
|
}
|