Opened 7 years ago
Closed 7 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
Note:
See TracTickets
for help on using tickets.
In 16296: