>
>
>I just talked to michael and it seems like he had a bad configuration of 
>his database.. so I would do the lease.
>  
>

Yes, sorry, I had an empty geometry_columns postgis table, so that the 
datastore access plugin could not discover geometry columns.

FYI : you can still query a non-postgis database with layer>execute 
query plugin
you just have to wrap the geometry column like this "select 
asbinary(geometry),* from..."
or "select asewkb(geometry), * from...." to have 3D geometries

Michaël

>Thank you Michael for this testing ;)
>
>-------------------------------------------------------------------------
>This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
>Register now and save $200. Hurry, offer ends at 11:59 p.m., 
>Monday, April 7! Use priority code J8TLD2. 
>http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>_______________________________________________
>Jump-pilot-devel mailing list
>Jump-pilot-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>  
>


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to