Skip to content

Commit

Permalink
now considering tls in webwizard routing. refs #14653
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 3, 2024
1 parent 091da42 commit e25d87f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/osmWebWizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ def build(self):
if vehicle == "pedestrian" and self.data["publicTransport"]:
options += ["--additional-files", ",".join([self.files["stops"], self.files["ptroutes"]])]
options += ["--persontrip.walk-opposite-factor", "0.8"]
options += ["--duarouter-weights.tls-penalty", "20"]

try:
randomTrips.main(randomTrips.get_options(options))
Expand Down

0 comments on commit e25d87f

Please sign in to comment.