[postgis-devel] [PostGIS] #2051: ST_AsGeoJSON printing too many digits
PostGIS
trac at osgeo.org
Wed Oct 17 02:28:13 PDT 2012
#2051: ST_AsGeoJSON printing too many digits
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.2
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
Comment(by strk):
Uhm, answering myself it seems related to the aim to avoid the scientific
notation ..
Anyway this is still a bug. Easier to see it as such:
{{{
SELECT ST_AsGeoJSON('POINT(59.99, -59.99)'::geometry);
{"type":"Point","coordinates":[59.990000000000002,-59.990000000000002]}
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2051#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-devel
mailing list