Opened 6 years ago

Closed 6 years ago

#3987 closed patch (fixed)

Sync coordinate output functions

Reported by: komzpa Owned by: komzpa
Priority: medium Milestone: PostGIS 2.5.0
Component: postgis Version: master
Keywords: Cc:

Description

We've got discrepancies on:

  • what is precision parameter (number of signicant digits or number of digits after comma);
  • ±0 blinks in tests on -Ofast;
  • what's the size of buffer to allocate for text representation of coordinate.

Patch that syncs it: https://github.com/postgis/postgis/pull/190

Change History (1)

comment:1 by komzpa, 6 years ago

Resolution: fixed
Status: assignedclosed

In 16296:

Synchronize coordinate output functins.

Closes #3987
Closes https://github.com/postgis/postgis/pull/190

Note: See TracTickets for help on using tickets.