Modify

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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 Klumbumbus, 8 years ago

Resolution: fixed
Status: newclosed

In 11429/josm:

fix #14194 - Remove warning when an highway is also a natural=ridge (patch by LeTopographeFou)

comment:2 by Klumbumbus, 8 years ago

Keywords: validator removed
Milestone: 17.01
Type: enhancementdefect

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.