[postgis-devel] [PostGIS] #583: wkt generetor can't handle large geometries and is spilling over
PostGIS
trac at osgeo.org
Fri Sep 10 12:58:03 PDT 2010
#583: wkt generetor can't handle large geometries and is spilling over
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Maybe on oe you C programmers can debug this. I was fiddling around with
generator.c, but I think I put everything back to its original.
The problem is that it is spilling over the images from the large example
I did here with S:
See how each subsequent example after the first S has edge junk from the
previous picture
http://www.postgis.org/documentation/manual-svn/ST_ConcaveHull.html
And in fact every image after has edge junk as well
http://www.postgis.org/documentation/manual-svn/ST_ConvexHull.html
It ouwld also be nice if I could stuff in bigger wkts as the build fails
if I exceed I'm guess 2048 characters per wkt.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/583>
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