Opened 11 years ago
Closed 11 years ago
#9589 closed defect (worksforme)
Filter does not show new nodes if merged with old nodes.
Reported by: | ggeldenhuis | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | template_report | Cc: |
Description
I have the following filter: -new (add to selection)
When I create new nodes and ways this has the desired effect to only show these ways and nodes. If I however merge new nodes with an existing way and activate this filter then the nodes does not show any more. The expectation would be that if part of a way is new then part of the way should be shown and the rest of the way should be filtered/grayed out.
I can get round this problem by doing something like: -power=* AND -new
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2014-01-19 02:34:51 Last Changed Author: Don-vip Revision: 6729 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2014-01-19 00:45:37 +0100 (Sun, 19 Jan 2014) Last Changed Rev: 6729 Identification: JOSM/1.5 (6729 en) Mac OS X 10.8.5 Memory Usage: 3220 MB / 3641 MB (2005 MB allocated, but free) Java version: 1.7.0_45, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM VM arguments: [-Xmx4096M] Dataset consistency test: No problems found Plugin: FastDraw (29854) Plugin: buildings_tools (30057) Plugin: contourmerge (1010) Plugin: geotools (30147) Plugin: jts (29854) Plugin: notes (v0.8) Plugin: opendata (30213) Plugin: todo (29155) Plugin: utilsplugin2 (30200)
Works for me:
If you would like to see the modified way, you can use
-modified
instead.