Skip to content

Commit

Permalink
Brest bike parking: add image URL
Browse files Browse the repository at this point in the history
To both faciliate working through the list of "issues" and have the
image in OSM. Got the confirmation from the Métropole that the urls are
stable and we're allowed to link them from OSM.
  • Loading branch information
XioNoX authored and frodrigo committed May 3, 2024
1 parent 3e2183d commit c900d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysers/analyser_merge_bicycle_parking_FR_brest.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def __init__(self, config, logger = None):
"start_date": "DATE_POSE",
"covered": lambda res: self.covered.get(res.get("TYPE_STAT")),
"operator": lambda res: "Brest Métropole" if res.get("DOM_PRIVE") == "Public" else None,
"image": lambda res: res.get("LIEN_IMAGE").replace('\\','/') if res.get("LIEN_IMAGE") else None,
})))

covered = {
Expand Down

0 comments on commit c900d0a

Please sign in to comment.