[postgis-devel] [PostGIS] #691: test_wkt_in_multipoint cunit test failng
PostGIS
trac at osgeo.org
Thu Dec 9 10:03:57 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 pramsey):
Hooray, platform dependent formatting differences. I might just comment it
out.
{{{
#!c
s = "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)";
r = cu_wkt_in(s, WKT_EXTENDED);
}}}
See what you get on the SQL terminal with this
{{{
#!sql
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);
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/691#comment:1>
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