#14194 closed defect (fixed)
Remove warning when an highway is also a natural=ridge
Reported by: | LeTopographeFou | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 17.01 |
Component: | Core validator | Version: | |
Keywords: | highway natural ridge | Cc: |
Description
Some volcanoes or mountains have paths exactly on their ridge, i.e. ways in OSM with highway=* and natural=ridge (example: http://www.openstreetmap.org/way/4059844). Validator issues a warning saying "suspicious tag combination", but in this case I would say that it is not suspicious to have a path defined by the ridge.
Proposal: modify the condition to say that the warning has to be issued if natural is set but is different than ridge.
File: trunk/data/validator/combinations.mapcss
Before: way[highway][natural]
After: way[highway][natural][natural!=ridge]
Attachments (0)
Change History (2)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
Keywords: | validator removed |
---|---|
Milestone: | → 17.01 |
Type: | enhancement → defect |
In 11429/josm: