[postgis-tickets] [PostGIS] #3108: ST_SubDivide leaves pockets
PostGIS
trac at osgeo.org
Thu May 7 07:06:19 PDT 2015
#3108: ST_SubDivide leaves pockets
----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by robe):
Hmm
{{{
-- okay but below 450 I start loosing land --
SELECT ST_SubDivide(geom,450)
from subdivide_test;
-- really bad
SELECT ST_SubDivide(geom,100)
from subdivide_test
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3108#comment:5>
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-tickets
mailing list