Skip to content

Commit

Permalink
Update analyser_merge_public_transport_FR_sillages.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Famlam committed Nov 17, 2023
1 parent 23e6580 commit ab64db4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion analysers/analyser_merge_public_transport_FR_sillages.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def __init__(self, config, logger = None):
mapping1 = {
"ref:FR:SILLAGES": lambda res: res["stop_code"],
"name": lambda res: self.replace(res['stop_name'].title()),
"addr:city": lambda res: res["city_name"].title(),
"wheelchair": lambda res: 'yes' if res["wheelchair_boarding"] == '1' else 'no' if res["wheelchair_boarding"] == '0' else None,
},
text = lambda tags, fields: T_(f"{place} stop of {fields['stop_name']}")) ))
Expand Down

0 comments on commit ab64db4

Please sign in to comment.