#22295 closed defect (fixed)
collection_times together with amenity=recycling
Reported by: | kapazao | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 22.09 |
Component: | Core validator | Version: | |
Keywords: | Cc: |
Description
I do not think a warning should be thrown in this case.
suspicious tag combination
collection_times together with amenity=recycling. Probably opening_hours is meant.
Key:collection_times in OSM Wiki: https://wiki.openstreetmap.org/wiki/Key:collection_times
"The collection times of a post box, recycling container or other fixed location drop-off facility. The syntax is the same as for opening hours, including the hyphen because there are post boxes which are emptied several (undefined) times or one (undefined) time in a certain time frame."
Taginfo: https://taginfo.openstreetmap.org/keys/collection_times
https://josm.openstreetmap.de/browser/josm/trunk/resources/data/validator/combinations.mapcss#L869
Attachments (0)
Change History (4)
comment:1 by , 2 years ago
comment:2 by , 2 years ago
Component: | Core → Core validator |
---|
comment:4 by , 2 years ago
Milestone: | → 22.09 |
---|
This ticket comes from https://github.com/osm-fr/osmose-backend/issues/1491.
The object is https://www.openstreetmap.org/node/9471356346 which has these tags:
This warning for
amenity=recycling
appears only whencollection_times
is a time span like in this case, because usuallycollection_times
is a single point in time whileopening_hours
is a time span.I would keep this warning to find cases of
opening_hours
wrongly tagged ascollection_times
, but we could remove it when both tags are set. From mappping point of view it seems unlikely thatcollection_times
is known, but notopening_hours
.