brouter-web/layers/overpass/amenity/transportation/railway_station.geojson
Thomas Brockmöller d69a38f1b6
Some checks are pending
build / build (push) Waiting to run
add overpass query for railway station
2024-10-22 10:48:16 +02:00

13 lines
No EOL
270 B
JSON

{
"geometry": null,
"properties": {
"name": "Railway station",
"id": "railway_station",
"overlay": true,
"dataSource": "OverpassAPI",
"icon": "temaki-train",
"query": "nwr[railway=station];"
},
"type": "Feature"
}