Changes between Initial Version and Version 1 of Ticket #5267, comment 8
- Timestamp:
- 06/21/23 11:40:25 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5267, comment 8
initial v1 5 5 }}} 6 6 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). 7 So, I can see a convenience function like 8 {{{ 9 ST_Project(startpt, endpt, distance) returns point 10 }}} 11 would allow people to choose points however they like with existing functionality and support both geometry and geography. 12