A few suggestions:
- Have you registered your table in the geometry_columns table? Check is
from psql window with:
select f_table_name from geometry_columns;
It is not necessary, but it makes using PostGIS tables a bit easier
because registered tables will appear on a selection list in OpenJUMP.
- Is your OpenJUMP PostGIS connection for sure OK? You'll see a green
light between the connection in the connection manager window if it is.
- Is you table included in the selection list?
- Check that the f_table_name is not misspelled in geometry_columns.
I made a test and I really got this error message if I queried a table
that does not exist.
Are your tables in some other schema than "public"?
-Jukka Rahkonen-
thanx for reporting how to solve the problem :)
stefan
Colin schrieb: