[postgis-tickets] [PostGIS] #4135: Fix lwgeom_clip_by_rect
PostGIS
trac at osgeo.org
Wed Aug 1 08:37:27 PDT 2018
#4135: Fix lwgeom_clip_by_rect
-----------------------+---------------------------
Reporter: dbaston | Owner: pramsey
Type: defect | Status: closed
Priority: critical | Milestone: PostGIS 2.5.0
Component: postgis | Version: trunk
Resolution: fixed | Keywords:
-----------------------+---------------------------
Changes (by dbaston):
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"16679" 16679]:
{{{
#!CommitTicketReference repository="" revision="16679"
Revert lwgeom_clip_by_rect to use GEOSClipByRect
This commit reverts lwgeom_clip_by_rect to its implementation in PostGIS
2.2 -
2.4.
It makes trivial modifications to the MVT tests to reflect the different
results
returned by GEOSClipByRect instead of GEOSIntersection. The changed
results are
topologically equivalent to the previous results, and their orientation is
unchanged.
No tests have been commented out or made version-dependent.
Closes #4134
Closes #4135
References #4038
Closes https://github.com/postgis/postgis/pull/282
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4135#comment:2>
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