[postgis-tickets] [PostGIS] #5227: typo in error message line_locate_point: 2st arg isn't a point
PostGIS
trac at osgeo.org
Mon Aug 29 21:42:08 PDT 2022
#5227: typo in error message line_locate_point: 2st arg isn't a point
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: low | Milestone: PostGIS 3.2.4
Component: postgis | Version: 3.2.x
Keywords: |
---------------------+---------------------------
When I do this:
{{{
SELECT ST_LineLocatePoint('LINESTRING(1 1, 2 2)'::geometry, 'LINESTRING(2
2, 3 3)'::geometry);
}}}
I get error:
{{{
ERROR: line_locate_point: 2st arg isn't a point
}}}
Note if the first isn't a line, you get this which is okay
{{{
ERROR: line_locate_point: 1st arg isn't a line
SQL state: XX000
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5227>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list