Skip to content

Commit

Permalink
Through railways include branch lines (#808)
Browse files Browse the repository at this point in the history
* Through railways include branch lines

* Update rail.js

---------

Co-authored-by: Brian Sperlongano <[email protected]>
  • Loading branch information
1ec5 and ZeLonewolf authored Apr 13, 2023
1 parent 9558b2f commit d8fd238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/rail.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ const isTram = ["==", ["get", "subclass"], "tram"];

export const legendEntries = [
{
description: "Mainline track",
description: "Main or branch line track",
layers: [rail.dashes().id, railway.fill().id],
filter: ["all", isGenericRail, isNotService, isNotCrossover],
},
Expand Down

0 comments on commit d8fd238

Please sign in to comment.