#5144 closed defect (fixed)
[Patch] Cannot add new paths when filter is active
Reported by: | extropy | Owned by: | michael2402 |
---|---|---|---|
Priority: | normal | Milestone: | 17.04 |
Component: | Core | Version: | tested |
Keywords: | filter | Cc: |
Description (last modified by )
Found on JOSM version 3329
Steps to reproduce:
- Download some data from OSM, containing roads.
- Create a filter "highway=*" and make it inverse (rightmost checkbox).
- Now the map shows roads in color and everything else grayed out.
- Start drawing a new line.
- Only points are drawn, no line and selection is empty.
Expected behavior:
- A line is drawn and is selected.
- You can add tags to the drawn line.
- After it is deselected, it behaves like all other lines.
Attachments (1)
Change History (10)
comment:1 by , 13 years ago
Description: | modified (diff) |
---|
by , 8 years ago
Attachment: | fix-5144.patch added |
---|
comment:2 by , 8 years ago
Summary: | Cannot add new paths when filter is active → [Patch] Cannot add new paths when filter is active |
---|
The patch changes the behavior to expected.
You can add tags to the way after creating it and the filter will be applied as soon as you exit draw mode or as soon as you start drawing the next way.
comment:3 by , 8 years ago
To be able to draw a new line when filter active, just modify filtering pattern as
--> "highway=*"
| new
comment:4 by , 8 years ago
Keywords: | filter added |
---|---|
Milestone: | → 17.03 |
Priority: | major → normal |
comment:5 by , 8 years ago
The patch does not apply anymore, but I agree with the modification, you can commit it Michael :)
comment:6 by , 8 years ago
Owner: | changed from | to
---|
comment:7 by , 8 years ago
Milestone: | 17.03 → 17.04 |
---|
reproduced with r4707