brouter-web/layers/overpass/amenity/transportation/taxi.geojson
2021-03-19 11:45:22 +01:00

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"
}