Changes between Initial Version and Version 1 of Ticket #3719, comment 13
- Timestamp:
- 03/15/18 06:36:53 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3719, comment 13
initial v1 1 1 Sorry for unclear question. I know the default tolerance is 32 segments per quadrant, which is too parse and which is the reason for all problems in this ticket. 2 2 3 The real question is: if we use this tolerance-parameter you propose inside PostGIS with some default tolerance value, then what would be good value? 3 4 And because different users want to use different tolerance, how can we make it possible for them to set that parameter in table-level? 4 5 5 Some example calculation about values: 6 6 {{{ 7 7 From equation: 8 8 cos(angle_sector / 2) = (radius - tolerance) / radius … … 23 23 => 24 24 tolerance = 0.000003m which is quite enough for practical use I think. 25 }}} 25 26 26 27 Because arc is just mathematical entity to express line and necessarily not any real structure, people can have arcs with radius for example from 1mm to 100km.