brouter-web/layers/overpass/amenity/transportation/taxi.geojson
2021-04-03 17:31:40 +02:00

12 lines
217 B
JSON

{
"geometry": null,
"properties": {
"name": "Taxi",
"id": "taxi",
"overlay": true,
"dataSource": "OverpassAPI",
"icon": "fas-taxi",
"query": "nwr[amenity=taxi];"
},
"type": "Feature"
}