﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
17501	[PATCH] Detect if a oneway in a relation may be going in the wrong direction	taylor.smock	team	"A relation (e.g., bus relations) should be navigable throughout the entire way. However, a ""oneway"" that connects two different ways ''but'' is in the wrong direction will not show as an issue when looking through the JOSM relation edit window.

This patch checks if a way is a oneway and whether or not it follows the direction of the relation.

If the oneway is going in the wrong direction, the line indicating connectivity is drawn in as a different color along with the surrounding ways that depend upon that direction for connectivity.

Example:

Oneway (->) -> oneway (->) -> oneway (->) is probably ok.
Oneway (->) -> oneway (<-) -> oneway (->) is probably not ok.
twoway -> oneway (<-) -> twoway is probably not ok.
twoway -> oneway (->) -> twoway is probably ok.

Since this is really only useful to route relations, I have currently set the different color as light grey (so boundary relations/turn restrictions don't have something that immediately screams WRONG)."	enhancement	closed	normal	19.05	Core		fixed	relation direction	
