Modify

Opened 15 years ago

Closed 15 years ago

#4377 closed defect (fixed)

routes plugin search for user names defect

Reported by: anonymous Owned by: jttt
Priority: minor Milestone:
Component: Plugin routes Version:
Keywords: Cc:

Description

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>

Attachments (0)

Change History (1)

comment:1 by jttt, 15 years ago

Resolution: fixed
Status: newclosed

(In [2863]) Fixed #4377 routes plugin search for user names defect, added boolean search operator

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain jttt.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.