Changes between Version 4 and Version 5 of Ticket #22086, comment 6


Ignore:
Timestamp:
2022-05-25T18:12:32+02:00 (4 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22086, comment 6

    v4 v5  
    1111
    1212EDIT3: As a side note, I have discovered what I ''believe'' to be a different bug. Add both of GOwin's filters as 'mode=replace',  order them (`highway`, then `type:node`), enable both, then hide both. On hiding the filter with `type:node`, the previous filter no longer takes effect. This is the behavior that ''should'' be happening with `mode=replace`, if I understand the mode properly (see wiki:Help/Dialog/Filter#Columns).
     13
     14EDIT4: It looks like the problematic code for the above problem (`mode=replace` not replacing when not hiding) is in source:trunk/src/org/openstreetmap/josm/data/osm/FilterMatcher.java@18453:145#L145 . It appears to be functionally unchanged since r3367.