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

11 lines
256 B
JSON

{
"geometry": null,
"properties": {
"name": "Bicycle rental",
"id": "bicycle_rental",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[amenity=bicycle_rental]; way[amenity=bicycle_rental];);"
},
"type": "Feature"
}