Ticket #583 (closed defect: wontfix)
wkt generetor can't handle large geometries and is spilling over
| Reported by: | robe | Owned by: | robe |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
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.
