Changes between Initial Version and Version 1 of Ticket #5267, comment 8


Ignore:
Timestamp:
Jun 21, 2023, 11:40:25 AM (11 months ago)
Author:
pramsey

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5267, comment 8

    initial v1  
    55}}}
    66
    7 There's already functions to get the start/end/nth point of a line, and there's already these projection functions (which, conveniently, already exist for geometry and geography).
     7So, I can see a convenience function like
     8{{{
     9ST_Project(startpt, endpt, distance) returns point
     10}}}
     11would allow people to choose points however they like with existing functionality and support both geometry and geography.
     12