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