Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-773) postgis connection wizard issue

postgis connection wizard issue
-------------------------------

         Key: UDIG-773
         URL: http://jira.codehaus.org/browse/UDIG-773
     Project: uDIG
        Type: Bug

  Components: ui  
    Versions: UDIG 1.1.M8    
 Environment: Win 2000, JRE 1.5
    Reporter: Michael Brasser
    Priority: Minor


Adding a new catalog uses the current selection to try to prefill the various parameters (host, port, database, etc). This causes problems when the following steps are performed:

1. A world file catalog already exists, and is selected (I'm guessing similar problems would occur with other catalog types as well)
2. Right-click anywhere in the catalog view, and choose import (note that there is no way to "deselect" the currently selected catalog)
3. Choose Data->PostGIS. "Port" is prefilled as "-1", and "Database" is prefilled as the world image file path.
4. Type in the Host, and press tab. 
5. The Host and Port input boxes will be deactivated, so there is no way to change either of them (and no way to proceed).

Is it possible to do a check for "incompatible" types (in defaultParams() or toParams()?)  before prefilling using the current selection?

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