[postgis-devel] [PostGIS] #1345: ST_StartPoint, ST_EndPoint regress failure
PostGIS
trac at osgeo.org
Fri Dec 9 04:54:45 PST 2011
#1345: ST_StartPoint, ST_EndPoint regress failure
----------------------+-----------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: critical | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
----------------------+-----------------------------------------------------
Comment(by robe):
Nope not for that function, but why would I when it was by pure accident
that I realized my code was happily working with some undocumented
feature. I suspect it may have been introduced when we made this change
possibly?
http://www.postgis.org/documentation/manual-1.5/ST_Line_Locate_Point.html
though that doesn't work even on my 1.5 install and I think we have a bug
ticket on that somewhere.
{{{
SELECT ST_Line_Locate_Point('MULTILINESTRING((1 2, 3 4))'::geometry,
ST_Point(1,2));
}}}
I hope that wasn't my imagination that we made this change. I assume I
availabilities aren't a figment of my imagination. But I could be wrong.
Paul you ever remember making this change? I suspect if we made this
change -- and it could be purely in my imagination as well as the
availability comment, it may have been made for the special one line
string multilinestring cases that people have because they brought there
data in as multilinestring because they happened to have 1 or 2 multis out
of a swarm of linestrings.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1345#comment:3>
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-devel
mailing list