Changes between Version 1 and Version 2 of Ticket #20425, comment 2


Ignore:
Timestamp:
2024-02-12T08:15:51+01:00 (4 months ago)
Author:
GerdP

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20425, comment 2

    v1 v2  
    1 Looking at this again. According to #5462 the test was written to find duplicated multipolygons in imports. My thoughts:
     1Looking at this again. According to #5642 the test was written to find duplicated multipolygons in imports. My thoughts:
    221. The test should be changed to produce only one error for a given ~~pair~~ set of relations, either code 1901 "Duplicated relations" or code 1902 "Relations with same members" or maybe another new message, see below. Edit: This can be tricky, so I consider it less important.
    332. The test that produces the informational message "Relations with same members" should ignore the order of the members ~~and also the number of occurences~~. It should only compare roles and member types and unique ids and not there geometry. This allows to compare incomplete relations.