Loading PostGIS Data
--------------------

                 Key: UDIG-1069
                 URL: http://jira.codehaus.org/browse/UDIG-1069
             Project: uDIG
          Issue Type: Bug
          Components: postgis
    Affects Versions: UDIG 1.1.RC4
         Environment: Windows 2000
Postgresq 8.1 
POSTGIS="1.1.1" GEOS="3.0.0-CAPI-1.0.1" PROJ="Rel. 4.4.9, 29 Oct 2004" 
USE_STATS (procs 1.1.1CVS upgrade)
            Reporter: Emily Gouge
         Assigned To: Jody Garnett
            Priority: Minor


1) Create a table in PostGIS
create table egouge.temp as select geomfromtext('POLYGON((0 0, 0 5, 5 5, 5 0, 0 
0))');

2) Load this table in uDig using the wizard.

3) Set the SRID of the layer to match the SRID of the map (3005)

4) right click on layer -> Operations -> Feature Count 
This results in "Number of Features 0"

As well nothing is shown on the map when I do a zoom to layer.


However from postgis:
postgis=# select astext(geomfromtext) from egouge.temp;
             astext             
--------------------------------
 POLYGON((0 0,0 5,5 5,5 0,0 0))


So something should show up!?!

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

        
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to