Skip to content

Commit f60b5ed

Browse files
authored
Update conflationRef + add highway=platform
1 parent 1f9e0d8 commit f60b5ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

analysers/analyser_merge_public_transport_FR_stan.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ def __init__(self, config, logger = None):
4444
types = ["nodes", "ways"],
4545
tags = [{"public_transport": "platform"}]),
4646
conflationDistance = 2,
47-
osmRef = "ref",
47+
osmRef = "gtfs:stop_id:FR-GES-STAN",
4848
mapping = Mapping(
4949
static1 = {
5050
"public_transport": "platform",
51+
"highway": "platform",
5152
"bus": "yes",
5253
},
5354
static2 = {"source": self.source},

0 commit comments

Comments
 (0)