Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1708) Identical layers on map

Identical layers on map
-----------------------

                 Key: UDIG-1708
                 URL: http://jira.codehaus.org/browse/UDIG-1708
             Project: uDIG
          Issue Type: Bug
          Components: framework
    Affects Versions: UDIG 1.2.RC3
            Reporter: Siarhei Khamenka
            Assignee: Jody Garnett
            Priority: Minor


When add layer to the map the application doesn't check layers id duplication. On the UI duplicate layer is not displayed, but when list ApplicationGIS.getActiveMap().getMapLayers() contains layer duplicates.

e.g.:
Layers on map : 2
Name : "elev lid792 cont1m" ID : "file:/C:/map/elev_lid792_cont1m.shp#elev_lid792_cont1m"
Name : "elev lid792 cont1m" ID : "file:/C:/map/elev_lid792_cont1m.shp#elev_lid792_cont1m"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top