Changes between Version 6 and Version 7 of UsersWikiplpgsqlfunctions


Ignore:
Timestamp:
Apr 19, 2009, 12:40:30 AM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiplpgsqlfunctions

    v6 v7  
    9999}}}
    100100
    101  * '''Shift a straight line along dist units'''
     101 * '''Shift a straight line along dist units along its perpendicular'''
    102102{{{
     103#!sql
    103104  CREATE OR REPLACE FUNCTION upgis_lineshift(centerline geometry, dist double precision)
    104105  RETURNS geometry AS