[postgis-tickets] [PostGIS] #4660: Raise the max number of digits for double printing to 17

PostGIS trac at osgeo.org
Thu Apr 9 02:13:19 PDT 2020


#4660: Raise the max number of digits for double printing to 17
-------------------------+---------------------------
 Reporter:  Algunenano   |      Owner:  Algunenano
     Type:  enhancement  |     Status:  assigned
 Priority:  medium       |  Milestone:  PostGIS 3.1.0
Component:  postgis      |    Version:  master
 Keywords:               |
-------------------------+---------------------------
 In #4543 I enforced a limit on the number of digits output by
 lwprint_double. This limit was already in place but not always effective,
 which could lead to issues in other functions not calculating the
 necessary buffer correctly, so they would overestimate to be safe.

 I set it to 15 digits, but it has come to my attention that some double
 numbers need up to 17 digits to be able to do the correct round trip, so
 I'm thinking on raising it from 15 to 17.

 It should be available for both ST_AsText and ST_AsGeoJSON, but the user
 setting (or default) is still in place (so if they request 8 digits they
 should get 8 and no more).

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4660>
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