rgis
rgis copied to clipboard
Remove underscores from function name ST_Line_Interpolate_Point()
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