﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
2792	[PATCH] Not show an error on junction=roundabout when it is unnamed	delta_foxtrot2	team	"I've sort of solved this issue in tests/UntaggedWay.java on line 67

from:

if(highway != null && NAMED_WAYS.contains(highway))

to:

if(highway != null && NAMED_WAYS.contains(highway) && !tags.containsKey(""junction""))"	enhancement	closed	trivial	Core validator		fixed		delta_foxtrot@… ausrick@…
