diff --git a/layers/config/tree.js b/layers/config/tree.js index 1bd3d69a..79b5d674 100644 --- a/layers/config/tree.js +++ b/layers/config/tree.js @@ -146,6 +146,7 @@ BR.confLayers.tree = { 'parking_entrance', 'parking', 'parking_space', + 'railway_station', 'taxi', 'vehicle_inspection', ] diff --git a/layers/overpass/amenity/transportation/railway_station.geojson b/layers/overpass/amenity/transportation/railway_station.geojson new file mode 100644 index 00000000..662e5a07 --- /dev/null +++ b/layers/overpass/amenity/transportation/railway_station.geojson @@ -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" + } + \ No newline at end of file diff --git a/package.json b/package.json index e0280f73..c1d240b0 100644 --- a/package.json +++ b/package.json @@ -367,7 +367,8 @@ "icons/museum.svg", "icons/spotting_scope.svg", "icons/cabin.svg", - "icons/picnic_shelter.svg" + "icons/picnic_shelter.svg", + "icons/train.svg" ] }, "@fortawesome/fontawesome-free": {