/* there's a single time, must be that one... */
double t0 = mvals[0];
POINT4D p0, p1;
- lwnotice("Inputs only exist both at a single time (%g)", t0);
+ LWDEBUGF(1, "Inputs only exist both at a single time (%g)", t0);
if ( mindist )
{
if ( -1 == ptarray_locate_along_linear(l1->points, t0, &p0, 0) )
select 'cpa3', ST_ClosestPointOfApproach(
'LINESTRINGZM(0 0 0 0, 0 0 0 10)',
'LINESTRINGZM(-30 0 5 4, 10 0 5 6)');
+-- Meeting
+select 'cpa4', ST_ClosestPointOfApproach(
+ 'LINESTRINGZM(0 0 0 0, 0 0 0 10)',
+ 'LINESTRINGZM(0 5 0 10, 10 0 5 11)');
-- Ticket #3136
WITH inp as ( SELECT
'LINESTRING M (0 0 80000002,1 0 80000003)'::geometry g1,