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)
Note:
See TracTickets
for help on using tickets.
(In [2863]) Fixed #4377 routes plugin search for user names defect, added boolean search operator