[PostGIS] #4560: ST_3DInterpolatePoint
PostGIS
trac at osgeo.org
Tue Feb 17 16:38:38 PST 2026
#4560: ST_3DInterpolatePoint
----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.7.0
Component: postgis | Version: master
Resolution: | Keywords:
----------------------+---------------------------
Comment (by robe):
Replying to [comment:2 pramsey]:
> So project the point in 3D and read off the M?
>
> {{{
> SELECT ST_InterpolatePoint('LINESTRING ZM (0 0 0 0, 10 0 10 20)', 'POINT
Z (5 5 5)');
> }}}
I'm not sure how that would work since M is changing along the line.
Which M am I reading off. Some value between 0 and 20.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4560#comment:3>
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