Changes between Initial Version and Version 1 of Ticket #23555, comment 15


Ignore:
Timestamp:
2024-03-22T09:09:18+01:00 (22 months ago)
Author:
GerdP

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23555, comment 15

    initial v1  
    77        }
    88}}}
    9 are meant to show a dialog asking the user for a response when there are conflicts. The difference is that the `if` part implements what I described with "adds code to check if a conflict exists where one or more tagged ways don't have the same tag value and - if so - show the conflict dialog."
    10 (I should have written OSM objects instead of ways.)
     9are meant to show a dialog asking the user for a response when there are conflicts. The difference is that the `if` part implements what I described with "adds code to check if a conflict exists where one or more tagged ways don't have the same tag value and - if so - show the conflict dialog." in the svn commit. (I should have written OSM objects instead of ways.)
     10
     11I wouldn't want to have a different behaviour in action `Replace Geometry` and `Combine Ways`, they should just depend on the user preference. So I see no reason to change the code in utilsplugin2 (besides the refactoring changes).
     12
     13My understanding of the problem with the conflation plugin is that users may want to ignore the setting `combine-conflict-precise=true` when using this plugin. Always or just in special cases where many objects are treated?