#3469 closed enhancement (fixed)
ST_MakeLine MULTIPOINT support
Reported by: | pnorman | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.3.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
ST_MakeLine can be expanded to work on MULTIPOINTs, treating a MULTIPOINT as multiple POINTs.
Change History (5)
comment:1 by , 9 years ago
Milestone: | PostGIS 2.2.2 → PostGIS 2.3.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:4 by , 9 years ago
Why are they unordered? We can access the individual points in order with ST_GeometryN, for example.
comment:5 by , 9 years ago
you're right, they are structurally ordered, but not conceptually/topologically.
Note:
See TracTickets
for help on using tickets.
Committed at r14695, thanks!