osm-fr / osmose-backend

Part of osmose that runs the analysis, and send the results to the frontend.
GNU General Public License v3.0
94 stars 116 forks source link

Enable more tags to trigger construction warnings #2313

Closed Famlam closed 3 months ago

Famlam commented 3 months ago

Instead of enabling only highway|landuse|building=construction (+ everything with construction:* and construction=*), enable it for all tags that have *=construction (unless explicitly blacklisted), for example railways.

Also adds operational_status=(under_)construction. An uncommon key, so I'm also happy to ignore it if preferred.

Additionally, fix a typo

(Note my actual use case didn't work yet due to an issue regarding timestamps, but I thought it could still be worth to send in the PR already)

frodrigo commented 3 months ago

Nice, thank you.