Skip to content

Commit

Permalink
Add highway=platform to IsBoardingLocation()
Browse files Browse the repository at this point in the history
  • Loading branch information
Brickblock1 committed Mar 1, 2025
1 parent 3fd3fba commit 5306f68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ public boolean isBoardingLocation() {
isTag("railway", "halt") ||
isTag("amenity", "bus_station") ||
isTag("amenity", "ferry_terminal") ||
isTag("highway", "platform") ||
isPlatform()
);
}
Expand Down
2 changes: 2 additions & 0 deletions doc/user/BoardingLocations.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ You can add cross-references to a stop's id or code on all OSM entities (nodes,
have one of the following tag combinations:

- `public_transport=platform`
- `railway=platform`
- `highway=platform`
- `highway=bus_stop`
- `railway=tram_stop`
- `railway=station`
Expand Down

0 comments on commit 5306f68

Please sign in to comment.