Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1336) Support changing the URI of a catalog resoure handle in the Catalog view

Support changing the URI of a catalog resoure handle in the Catalog view
------------------------------------------------------------------------

                 Key: UDIG-1336
                 URL: http://jira.codehaus.org/browse/UDIG-1336
             Project: uDIG
          Issue Type: Bug
          Components: catalog
    Affects Versions: UDIG 1.1 RC13
         Environment: 'butu gnu / linux 
            Reporter: Adrian Custer
            Assignee: Adrian Custer
            Priority: Minor


When the catalog is re-opened and one of the handles no longer resolves, uDig reports more than one error and provides no way to fix/reconfigure the handle. 

The situation of a broken handle needs to be 
  (1) handled in the rest of the UI,
  (2) fixable with a notification explaining how to do so, and 
  (3) have the fix notify the rest of the UI so, for example, the layers view can update and maps draw in the resource if needed.

First step to fix is to get the rest of the UI to behave correctly post rc13. The layer view needs to re-interpret a null to be something possibly from the catalog and not necessarily a 'can't find renderer' problem. 

The real fix will come from work on the catalog. 


Test:
-------
open udig; import a shapefile; close udig; move shapefile

Open udig
==> layer view reports it can't find the right renderer
==> catalog says 'check configuration/existance of the object' 

Problem with the former:
  should point to catalog error

Two problems with the latter:
(1) would need precision anyhow; catalog should point to a place to fix the issue (re-import / delete)
(2) need

-- 
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