[postgis-devel] [PostGIS] #1106: OpenJump (JTS): Unknown WKB type 48
PostGIS
trac at osgeo.org
Tue Jul 5 18:39:12 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):
Okay I ran it too in quantum and am having same problem. Funny I guess
when I did it with a point, I didn't have problems.
This is after loading up tl_2010_25_zcta510 with a fresh install of
PostGIS today (forget the r). I turned on logging, and this is the query
that Quantum is trying to return which returns nothing.
{{{
select st_estimated_extent('public','tl_2010_25_zcta510','geom');
select "gid",st_asbinary("geom",'NDR') from "public"."tl_2010_25_zcta510"
where "geom" && st_setsrid('BOX3D(-1.6754578754578755 -1.0000000000000000,
1.6754578754578755 1.0000000000000000)'::box3d,4269)
}}}
The key parts. So it seems something wrong with our estimated_extent
maybe?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1106#comment:8>
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