Skip to content

Commit 0ab8b8e

Browse files
authored
Add highway tag to public transport platform selection
1 parent f60b5ed commit 0ab8b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysers/analyser_merge_public_transport_FR_stan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self, config, logger = None):
4242
Conflate(
4343
select = Select(
4444
types = ["nodes", "ways"],
45-
tags = [{"public_transport": "platform"}]),
45+
tags = [{"highway": "platform", "public_transport": "platform"}]),
4646
conflationDistance = 2,
4747
osmRef = "gtfs:stop_id:FR-GES-STAN",
4848
mapping = Mapping(

0 commit comments

Comments
 (0)