Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1472) Add newly created PostGIS layer, bad SRS behavior

Add newly created PostGIS layer, bad SRS behavior
-------------------------------------------------

                 Key: UDIG-1472
                 URL: http://jira.codehaus.org/browse/UDIG-1472
             Project: uDIG
          Issue Type: Bug
          Components: postgis
    Affects Versions: UDIG 1.1.0
            Reporter: Paul Ramsey
            Assignee: Jody Garnett
             Fix For: UDIG 1.1.2, UDIG 1.2.M2


In this order 
- Add a shape file to postgis (shp2pgsql)
- Start uDig
- Add layer to uDig (no problem!)
- Make a new table (create table newlayer as select * from oldlayer)
- Add geometry_columns metadata for that layer
- Try to add PostGIS layer
- Layer is found, and can be added
- BUT, it won't render because it claims the SRS is unknown
- even though the SRS is in geometry_columns and set on the geometyr

It  looks like some aspects of geometry_columns are being cached and not re-read, so the information uDig is working with is out-of-date.

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