23 lines
504 B
JSON
23 lines
504 B
JSON
|
{
|
||
|
"name": "Sabiñanigo",
|
||
|
"bus": true,
|
||
|
"train": true,
|
||
|
"pharmacy": true,
|
||
|
"smoke": true,
|
||
|
"supermarkets": [
|
||
|
{
|
||
|
"type": "MERCADONA",
|
||
|
"url": "https://goo.gl/maps/jbW6bSRmBBon8xLB6"
|
||
|
},
|
||
|
{
|
||
|
"type": "ALTO_ARAGON",
|
||
|
"url": "https://goo.gl/maps/upDgfY95kp5x6LzCA"
|
||
|
},
|
||
|
{
|
||
|
"type": "DIA",
|
||
|
"url": "https://goo.gl/maps/kqXtz7X3nPt4YxZL8"
|
||
|
}
|
||
|
],
|
||
|
"pool": true,
|
||
|
"gym": true
|
||
|
}
|