11 lines
240 B
JSON
11 lines
240 B
JSON
{
|
|
"geometry": null,
|
|
"properties": {
|
|
"name": "Attraction",
|
|
"id": "attraction",
|
|
"overlay": true,
|
|
"dataSource": "OverpassAPI",
|
|
"query": "(node[tourism=attraction]; way[tourism=attraction];);"
|
|
},
|
|
"type": "Feature"
|
|
}
|