[postgis-devel] [PostGIS] #1106: OpenJump (JTS): Unknown WKB type 48
PostGIS
trac at osgeo.org
Tue Jul 5 18:58:07 PDT 2011
#1106: OpenJump (JTS): Unknown WKB type 48
-----------------------+----------------------------------------------------
Reporter: aperi2007 | Owner: pramsey
Type: defect | Status: new
Priority: critical | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
-----------------------+----------------------------------------------------
Comment(by robe):
As far as OpenJump goes, I usually use the Ad-Hoc query tool and that
works fine.
If I go the data layer way (hmm I think I have to upgrade my OpenJUMP
since I thought some of these calls were fixed). I again get nothing with
last night build of PostGIS and queries look like
{{{
2011-07-05 21:53:31 EDT LOG: execute <unnamed>: SELECT DISTINCT
f_table_schema, f_table_name FROM geometry_columns
2011-07-05 21:53:32 EDT LOG: execute <unnamed>: SELECT f_geometry_column
FROM geometry_columns WHERE lower(f_table_name) = 'tl_2010_25_zcta510'
2011-07-05 21:53:34 EDT LOG: execute <unnamed>: SELECT f_geometry_column
FROM geometry_columns WHERE lower(f_table_name) = 'tl_2010_25_zcta510'
2011-07-05 21:53:36 EDT ERROR: function find_extent(unknown, unknown)
does not exist at character 17
2011-07-05 21:53:36 EDT HINT: No function matches the given name and
argument types. You might need to add explicit type casts.
2011-07-05 21:53:36 EDT STATEMENT: SELECT AsBinary(find_extent(
'tl_2010_25_zcta510', 'geom' ))
2011-07-05 21:53:36 EDT ERROR: function find_extent(unknown, unknown)
does not exist at character 17
2011-07-05 21:53:36 EDT HINT: No function matches the given name and
argument types. You might need to add explicit type casts.
2011-07-05 21:53:36 EDT STATEMENT: SELECT AsBinary(find_extent(
'tl_2010_25_zcta510', 'geom' ))
2011-07-05 21:53:39 EDT ERROR: function find_extent(unknown, unknown)
does not exist at character 17
2011-07-05 21:53:39 EDT HINT: No function matches the given name and
argument types. You might need to add explicit type casts.
2011-07-05 21:53:39 EDT STATEMENT: SELECT AsBinary(find_extent(
'tl_2010_25_zcta510', 'geom' ))
2011-07-05 21:53:39 EDT ERROR: function find_extent(unknown, unknown)
does not exist at character 17
2011-07-05 21:53:39 EDT HINT: No function matches the given name and
argument types. You might need to add explicit type casts.
2011-07-05 21:53:39 EDT STATEMENT: SELECT AsBinary(find_extent(
'tl_2010_25_zcta510', 'geom' ))
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1106#comment:10>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list