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.
Note:
See TracTickets
for help on using tickets.
In 16949: