Modify ↓
#17371 closed enhancement (fixed)
[PATCH] add combination checks based off KeepRight and Osmose
| Reported by: | abalosc1 | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 19.02 |
| Component: | Core validator | Version: | |
| Keywords: | Cc: |
Description
Attachments (2)
Change History (14)
by , 7 years ago
| Attachment: | combinationmapcss.patch added |
|---|
comment:1 by , 7 years ago
| Summary: | [PATCH] add combination checks based off KeepRight → [PATCH] add combination checks based off KeepRight and Osmose |
|---|
comment:2 by , 7 years ago
| Milestone: | → 19.02 |
|---|
comment:5 by , 7 years ago
Wait, will e.g. cafes without 'operator' be reported now? Why is 'name' not enough?
comment:6 by , 7 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Yes, this change needs some rework.
- these missing operator rules don't fit in warning level. I personally wouldn't even put them in info level. (e.g. currently only 3% of amenity=cafe have an operator tag)
- missing ele and denomination should be info level
- place without name is a bit risky as it may encourages fake names (https://wiki.openstreetmap.org/wiki/Names#Name_is_the_name_only) atleast for place=islet (currently 19% of islets have a name tagged). On the other hand https://wiki.openstreetmap.org/wiki/Key:place says "Used to indicate that a particular location is known by a particular name", So I guess islets without name should be mapped without the place=islet tag and only by multipolygon or coastline? We have 178000 place=islet objects without name in our database and much likely on most cases not the name tag is missing but the place tag should be removed (as there doesn't exist a name). Then we need a better warning text.
by , 7 years ago
| Attachment: | combinationmapcss.2.patch added |
|---|
updated some to be info level warnings. removed place without name
comment:11 by , 7 years ago
Oh thanks, just looked at the fixes. The only thing that didn't get addressed is "denomination" is still under warning instead of info.
Note:
See TracTickets
for help on using tickets.



updated to include some combinations from osmose checks