11 lines
236 B
JSON
11 lines
236 B
JSON
{
|
|
"geometry": null,
|
|
"properties": {
|
|
"name": "Fast food",
|
|
"id": "fast_food",
|
|
"overlay": true,
|
|
"dataSource": "OverpassAPI",
|
|
"query": "(node[amenity=fast_food]; way[amenity=fast_food];);"
|
|
},
|
|
"type": "Feature"
|
|
}
|