Opened 6 years ago

Closed 6 years ago

#4155 closed defect (fixed)

Let ST_LocateBetweenElevations work for polygons and triangles

Reported by: komzpa Owned by: pramsey
Priority: medium Milestone: PostGIS 3.0.0
Component: postgis Version: 2.4.x
Keywords: Cc:

Description

Right now I have to work around:

ST_ConvexHull(ST_LocateBetweenElevations(ST_Boundary(geom),(minute - 1) * 60, minute * 60))

This could be a direct LocateBetweenElevations call.

Change History (3)

comment:1 by komzpa, 6 years ago

In 16949:

ST_LocateBetween[Elevations]: Support GEOMETRYCOLLECTION

References #4155

comment:2 by komzpa, 6 years ago

In 16952:

ST_LocateBetween[Elevations]: support POLYGON

Output may be invalid for non-convex, area is preserved.

References #4155
Closes https://github.com/postgis/postgis/pull/319

comment:3 by komzpa, 6 years ago

Resolution: fixed
Status: newclosed

In 16954:

ST_LocateBetween[Elevations]: support TIN and TRIANGLE clipping.

Triangle is converted into a TIN that has several triangles with same orientation.

Committed in Paris Airport.

Closes #4155

Note: See TracTickets for help on using tickets.