[postgis-tickets] [PostGIS] #2564: Implement the inverse of the ST_AsLatLonText function
PostGIS
trac at osgeo.org
Tue Jan 7 02:49:36 PST 2014
#2564: Implement the inverse of the ST_AsLatLonText function
-------------------------+--------------------------------------------------
Reporter: andrewxhill | Owner: pramsey
Type: enhancement | Status: new
Priority: low | Milestone: PostGIS 2.2.0
Component: postgis | Version: 2.1.x
Keywords: |
-------------------------+--------------------------------------------------
Comment(by strk):
I think a format string is the way to go, including a format character to
obtain the "looser" behavior, to make every case supported. The "loose
format string" would be the default.
Any output from ST_AsLatLonText, with a given format string, should be
interpreted to result in its input when passed with the same format string
to ST_FromLatLonText. The output from ST_AsLatLonText with no format
string should be interpreted to result in its input when no format string
is used in the ST_FromLatLonText function.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2564#comment:4>
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-tickets
mailing list