Opened 6 years ago
Closed 6 years ago
#4171 closed patch (fixed)
Add ST_3DLineInterpolatePoint
Reported by: | jcabieces | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.0.0 |
Component: | postgis | Version: | master |
Keywords: | ST_3DLineInterpolatePoint | Cc: |
Description
This patch adds ST_3DLineInterpolatePoint function.
It was already proposed in ticket #2645 by vmo. I have just made some minor modifications, add cunit, regress sql tests and documentation.
Regards, Julien
Attachments (1)
Change History (5)
by , 6 years ago
Attachment: | add_st_3Dlineinterpolatepoint.diff added |
---|
comment:1 by , 6 years ago
comment:2 by , 6 years ago
rebased and pushed patch here for CI test: https://github.com/postgis/postgis/pull/344
comment:3 by , 6 years ago
patch does not build on CI:
lwline.c:611:1: error: no previous prototype for 'lwline_interpolate_point_3d' [-Werror=missing-prototypes] lwline_interpolate_point_3d(const LWLINE *line, double distance) ^~~~~~~~~~~~~~~~~~~~~~~~~~~
was some header lost there?
Note:
See TracTickets
for help on using tickets.
Just a gently reminder, could you please tell me when this patch would be possibly merged.
Regards, Julien