Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1081) All table attributes do not appear in info view

All table attributes do not appear in info view
-----------------------------------------------

                 Key: UDIG-1081
                 URL: http://jira.codehaus.org/browse/UDIG-1081
             Project: uDIG
          Issue Type: Improvement
          Components: tool info
    Affects Versions: UDIG 1.1.M0, UDIG 1.0.6
            Reporter: Cory Horner
         Assigned To: Jody Garnett


For the table bc_hospitals using PostGIS, the following fields exists:

gid (primary key)
id
authority
name
the_geom

In uDig, these appear as follows:

+ Attributes
- Authority
- Id

+ Feature
- bounds
- ID
- Name

+ Geometries
...

Where ID is "bc_hospitals.1" (the FID), gid only appears as "1" in the FID.

- the user expects the attributes to be similar to those in their postgis table, however name has been stolen by feature (this is probably okay), and gid does not appear
- case should be preserved to be consistent with the datastore it was retrieved from

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