﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4377	routes plugin search for user names defect	anonymous	jttt	"The search for a user name within the plugin routes is broken. It is not possible to highlight osm primitives with the following code. JOSM shows the layer but no highlighted element. An other problem is you are not able to search manually for this pattern in JOSM. The pattern will not be found. If you delete the routes-layer you can search for it again.

{{{
<?xml version=""1.0"" encoding=""UTF-8""?>
<routes xmlns=""http://www.example.org/routes"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xsi:schemaLocation=""http://www.example.org/routes routes.xsd "">
<!-- pattern is the same pattern as used in SearchAction -->
	<layer name=""USER"">
		<route color=""#FF0000"">
			<pattern>
			(user:name)
			</pattern>
		</route>
	</layer>
</routes>
}}}
"	defect	closed	minor		Plugin routes		fixed		
