Changes between Initial Version and Version 1 of Ticket #5401, comment 6
- Timestamp:
- 06/14/23 07:54:51 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5401, comment 6
initial v1 2 2 > The shown image suggests it's the GEOS heuristic overlay reducing the precision of input way too much. What's the output of {{{ SELECT postgis_full_version() }}} ? 3 3 4 Here is an list 4 Here is an an output from the quary below on he different systems 5 6 SELECT 'difference_test_01 sum', COUNT(*), sum(round(ST_Area(r.geom,true))), sum(ST_NPoints(r.geom)) FROM difference_test_01 r; 5 7 6 8 {{{