Modify ↓
Opened 20 months ago
Closed 20 months ago
#6873 closed defect (fixed)
[Patch] Layers merge compatibility check should be mutual
| Reported by: | Don-vip | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description (last modified by Don-vip)
To enable or not layers merge, LayerListDialog currently checks only if one layer accepts to be merged with another.
This should be a reciprocal check, as it forbids for example, with the current implementation to define its own layer class extending OsmDataLayer without having it automatically potentially be merged with another OsmDataLayer (this is something a plugin writer would not want).
Please find attached a patch that performs a mutual check.
Attachments (1)
Change History (3)
Changed 20 months ago by Don-vip
comment:1 Changed 20 months ago by Don-vip
- Description modified (diff)
comment:2 Changed 20 months ago by bastiK
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



In [4456/josm]: