[postgis-tickets] [PostGIS] #2146: ST_AsText returns 'e' as exponent
PostGIS
trac at osgeo.org
Tue Dec 11 06:15:06 PST 2012
#2146: ST_AsText returns 'e' as exponent
---------------------+------------------------------------------------------
Reporter: yossi | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.3
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
Comment(by yossi):
Exponent issue tested on both Windows 7 and Amazon Linux (a RHEL variant).
In Linux the result is:
{{{
POINT(1e-07 1e-08)
}}}
Non-capital e in both OSs, different number of leading zeroes (which is
not a problem for me).
{{{
SELECT version(), postgis_full_version();
PostgreSQL 9.2.1 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.4.6
20120305 (Red Hat 4.4.6-4), 64-bit;POSTGIS="2.0.1 r9979"
GEOS="3.3.5-CAPI-1.7.5" PROJ="Rel. 4.8.0, 6 March 2012" LIBXML="2.7.6"
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2146#comment:2>
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