Changes between Initial Version and Version 1 of Ticket #6873


Ignore:
Timestamp:
2011-09-21T21:40:53+02:00 (14 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6873 – Description

    initial v1  
    1 To enable or not layers merge, [:source/trunk/src/org/openstreetmap/josm/gui/dialogs/LayerListDialog.java LayerListDialog] currently checks only if one layer accepts to be merged with another.
     1To enable or not layers merge, [source:/trunk/src/org/openstreetmap/josm/gui/dialogs/LayerListDialog.java LayerListDialog] currently checks only if one layer accepts to be merged with another.
    22
    33This 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).