Opened 8 years ago

Closed 7 years ago

#3596 closed defect (wontfix)

Say geometry linestring, not geometry line

Reported by: jidanni Owned by: robe
Priority: medium Milestone: PostGIS 2.2.4
Component: documentation Version: 2.2.x
Keywords: Cc:

Description

file:///usr/share/doc/postgis-doc/postgis.html
Shouldn't these say linestring, not line?
float8 ST_InterpolatePoint(geometry line, geometry point);
geometry ST_OffsetCurve(geometry line, float signed_distance, text style_parameters='');
Some also say "a_linestring",
geometry ST_LineInterpolatePoint(geometry a_linestring, float8 a_fraction);

Change History (2)

comment:1 by robe, 8 years ago

Milestone: PostGIS 2.2.3PostGIS 2.2.4

comment:2 by robe, 7 years ago

Resolution: wontfix
Status: newclosed

In an ideal world yes, but the functions were created with arg names line (not a_linestring), so we have to keep the name unless we want to drop and recreate which is worse than a doc change.

Note: See TracTickets for help on using tickets.