Changes between Version 6 and Version 7 of UsersWikiLinearRefFunctions


Ignore:
Timestamp:
Aug 5, 2020, 2:46:04 PM (4 years ago)
Author:
mdavis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiLinearRefFunctions

    v6 v7  
    3838**Example 1: show the segment record returned**
    3939
    40 * Note how the ST_LineLocateSegment function in the JOIN can reference the preceding table in the join
    41 (functions cause an implicit LATERAL join).
    4240
    4341{{{
     
    4745
    4846**Example 2: Add the closest point to the line**
     47
     48* Note that the ST_LineLocateSegment function in the JOIN can reference the preceding table in the join
     49  (functions cause an implicit LATERAL join).
     50
    4951{{{
    5052WITH data(id, line) AS (VALUES