rgis icon indicating copy to clipboard operation
rgis copied to clipboard

Remove underscores from function name ST_Line_Interpolate_Point()

Open micha-silver opened this issue 6 years ago • 0 comments

New versions of PostGIS have changed the name of the function:ST_Line_Interpolate_Point() to ST_LineInterpolatePoint() since version 2.1.0: changelog 2.32. The attached PR is a trivial edit at line 829 of hecobjects.py.

HTH

micha-silver avatar Apr 11 '20 11:04 micha-silver