﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14194	Remove warning when an highway is also a natural=ridge	LeTopographeFou	team	"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]"	defect	closed	normal	17.01	Core validator		fixed	highway natural ridge	
