#4819 closed enhancement (wontfix)
ST_Point(x,y,z,m,srid)
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.2.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Add complete ST_Point variant, with SRID support and optional arguments for all combinations.
Change History (2)
comment:1 by , 4 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
comment:2 by , 4 years ago
List discussion is here. Sounds like the main issue is the ambiguity of the parameters, and the difficulty of upgrade.
There was a suggestion of adding extra signatures to allow additional dimensions and an optional SRID:
ST_Point(X, Y [, srid=-1] ) ST_PointZ(X, Y, Z [, srid=-1] ) ST_PointM(X, Y, M [, srid=-1] ) ST_PointZM(X, Y, Z, M [, srid=-1] )
Note:
See TracTickets
for help on using tickets.
Got sandbagged on the list, closing.