Opened 15 years ago
Last modified 12 years ago
#6633 closed defect
Needless 'No conflicts to resolve' dialog — at Initial Version
| Reported by: | pinkduck | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 14.01 |
| Component: | Core | Version: | tested |
| Keywords: | TagConflictResolver, combine, dialog | Cc: |
Description
I have the following two preferences set in JOSM:
org.openstreetmap.josm.gui.conflict.tags.TagConflictResolver.showTagsWithConflictsOnly=true
org.openstreetmap.josm.gui.conflict.tags.TagConflictResolver.showTagsWithMultiValuesOnly=true
See the attached Demonstrator.osm file for a particular arrangement where trying to combine three ways into a closed way building shape results in a dialog stating 'No conflicts to resolve'.
Way 1: building=yes
Way 2: building=yes
Way 3: untagged
I do not believe the 'No conflicts to resolve' dialog should be shown in this case. If the separate ways with building=yes are combined first and then combined with the remaining untagged way the dialog is not shown, so what is special about the 3-way case?
It is quite a nuisance to have to dismiss this dialog hundreds of times when splitting and rejoining building outlines into individual addresses.



Simple test case to demonstrate issue