Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Postgis problem in compiled version

Some changes are deliberate, some not:

On 13-Jun-05, at 2:13 AM, Javier wrote:

Hi, ... I´m having a problem when trying to access a Postgis database from UDIG (compiled from svn, following Quickstart steps) but geotools-bin-2.1.RC0.zip version works fine.

In the postgis wizard, I have found different information when access from both versions:

In geotools-bin-2.1.RC0.zip ->
    database field -> mydatabase, template0 and template1
    schema field -> information schema, pg_catalog and public
    Layer selection -> tables from mydatabase and views
    Render works fine

In svn compiled version running from E
clipse ->
    database field -> only mydatabase

What do you want to hit template0 and template1 for? Probably not a wise idea... we took those out.

    schema field -> only public

Unless you have run CREATE SCHEMA, only 'public' is a real useable schema. The other entries are not.

    Layer selection -> only tables

Missing views is probably a bad thing. We should fix that. I think we are only looking at things in the GEOMETRY_COLUMNS table, which means you will need to add your views there. Might work then.

There is a rendering/access problem and the layer appears with an X (in the status bar -> error: org.opengis.referencing.IdentifiedObject.getIdentifiers()Ljava/util/ set;)

Shouldn't happen at all! :)

Paul


Is it possible that the postgres/postgis driver from repository is different the one in geotools-bin-2.1.RC0.zip??? is there a full log file when running UDIG from eclipse???

   Thanks very much...

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




Back to the top