﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10229	Rendering will not update if moved from right-hand traffic area to left-hand and vice versa	imagic	team	"If you use a style with different rendering for left-hand and right-hand traffic and you create (and view) some way/node in an area with left-hand traffic and then move it to an area with right-hand traffic (or vice versa) the rendering will not be updated. Seems to be a caching issue.

Example: Try this simple style.
{{{
way
{
	width: 10;
	color: eval(is_right_hand_traffic()?red:blue);
}

}}}

Now create a way over the UK. It will be rendered blue, which is correct. Move this way (without changing the zoom level) to France and it will still be rendered blue, which is incorrect. If you change the zoom level it might(!) be rendered correctly."	defect	closed	minor	18.05	Core mappaint	latest	fixed	cache	bastiK
