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

11 lines
252 B
JSON

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