Opened 12 years ago
Last modified 7 years ago
#2207 new enhancement
Missing documentation for postgis_transform_geometry
Reported by: | janh | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | postgis | Version: | 2.0.x |
Keywords: | Documentation | Cc: |
Description
The function "postgis_transform_geometry exists but is not documented. See here reasons for using it:
http://lists.osgeo.org/pipermail/postgis-users/2013-February/036567.html
http://postgis.17.n6.nabble.com/Removing-postgis-transform-geometry-td4363195.html
Change History (9)
comment:1 by , 12 years ago
Type: | defect → enhancement |
---|
comment:2 by , 11 years ago
Milestone: | PostGIS 2.0.4 → PostGIS 2.2.0 |
---|
comment:3 by , 10 years ago
Milestone: | PostGIS 2.2.0 → PostGIS Future |
---|
There's also a proposal to expose the functionality with an override of ST_Transform: https://github.com/postgis/postgis/pull/36
comment:4 by , 9 years ago
I'd consider this to be a "private" function that's lacking a starting underscore. Since its functionality is exposed through ST_Transform (which is documented), it seems like it would be confusing to document this one.
comment:8 by , 9 years ago
I'd be ok to close this IFF the manual section about ST_Transform contains info about postgis_transform_geometry for use with older versions. So a 1.5 or 2.0 or 2.1 or 2.2 user would know how to do that kind of transform.
I guess we can throw it in the exceptional functions category:
http://postgis.net/docs/manual-2.0/reference.html#Exceptional_Functions
My fear with putting it along side ST_Transform and others is that users may get confused and use the wrong one. We can of course link to it from ST_Transform in the see Also and make mention of it.