Opened 6 years ago

Closed 5 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)

add_st_3Dlineinterpolatepoint.diff (10.1 KB ) - added by jcabieces 6 years ago.

Download all attachments as: .zip

Change History (5)

by jcabieces, 6 years ago

comment:1 by jcabieces, 5 years ago

Just a gently reminder, could you please tell me when this patch would be possibly merged.

Regards, Julien

comment:2 by komzpa, 5 years ago

rebased and pushed patch here for CI test: https://github.com/postgis/postgis/pull/344

comment:3 by komzpa, 5 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?

comment:4 by komzpa, 5 years ago

Resolution: fixed
Status: newclosed

In 17097:

ST_3DLineInterpolatePoint.

Patch by Julien Cabieces and Vincent Mora.

Closes #2645
Closes #4171
Closes https://github.com/postgis/postgis/pull/344
Closes https://github.com/postgis/postgis/pull/346

Note: See TracTickets for help on using tickets.