add overpass query for railway station
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
Thomas Brockmöller 2024-09-22 23:51:43 +02:00 committed by Gautier P
parent 59a14356f7
commit d69a38f1b6
3 changed files with 16 additions and 1 deletions

View file

@ -146,6 +146,7 @@ BR.confLayers.tree = {
'parking_entrance',
'parking',
'parking_space',
'railway_station',
'taxi',
'vehicle_inspection',
]

View file

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