Opened 4 years ago
Closed 3 years ago
#4906 closed defect (worksforme)
ST_LocateAlong wrongly returns multipoint
Reported by: | schelm903 | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.4.10 |
Component: | postgis | Version: | 2.4.x |
Keywords: | Cc: |
Description
I have created a View which shows the derived Point geometries of an event-table with the row "position" (m-values) on a LinestringZM. The geometries are produced with ST_Locate_Along. Whenever an entry on the event table has the exact m-value of a vertex of the linestring and a defined offset, two points are generated.
I am not sure if this is on purpose or a bug as the support of multipoints was added in the past:
Ticket https://trac.osgeo.org/postgis/changeset/8758 For our purposes though this behavior is a problem. In my view only one point lying between the two should be generated.
Change History (2)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Feel free to re-open with an example that demonstrates.
I am not seeing this.