[postgis-devel] [PostGIS] #691: test_wkt_in_multipoint cunit test failng
PostGIS
trac at osgeo.org
Fri Dec 10 02:42:13 PST 2010
#691: test_wkt_in_multipoint cunit test failng
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by mcayland):
postgis20=# select version();
version
--------------------------------------------------------------------------------------------
PostgreSQL 8.3.7 on x86_64-unknown-linux-gnu, compiled by GCC gcc (Debian
4.3.2-1.1) 4.3.2
(1 row)
postgis20=# select st_asewkt('MULTIPOINT(-1 -2 -3,5.4 6.6 7.77,-5.4 -6.6
-7.77,1000000 1e-06 -1000000,-1.3e-06 -1.4e-05 0)'::geometry);
st_asewkt
----------------------------------------------------------------------------------------------
MULTIPOINT(-1 -2 -3,5.4 6.6 7.77,-5.4 -6.6 -7.77,1000000 1e-06
-1000000,-1.3e-06 -1.4e-05 0)
(1 row)
Hmmm I see issues with leading zeros in the exponent...
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/691#comment:3>
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-devel
mailing list