Changes between Initial Version and Version 1 of Ticket #3719, comment 15
- Timestamp:
- 03/21/18 08:16:13 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3719, comment 15
initial v1 6 6 It is good that ST_CurveToLine has developed that way and user can give his/her own tolerance as parameter. 7 7 8 But this ticket concerns on function ST_Intersects() and some other similar functions, where PostGIS is doing linearization internally and temporarily when sending geometry to GEOS library function, who doesn't understand arc-geometries. Many of these functions returns geometries with original arcs, so I can not linearize the nbeforehand with function ST_CurveToLine.8 But this ticket concerns on function ST_Intersects() and some other similar functions, where PostGIS is doing linearization internally and temporarily when sending geometry to GEOS library function, who doesn't understand arc-geometries. Many of these functions returns geometries with original arcs, so I can not linearize them beforehand with function ST_CurveToLine. 9 9 10 10 So how to put proper tolerance for internal functions?