Changes between Version 8 and Version 9 of Ticket #3719, comment 1
- Timestamp:
- 03/26/17 23:48:43 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3719, comment 1
v8 v9 33 33 \\I would think more, if things could be done completely without stroking. 34 34 \\At least I would use relative stroking compared to arc length. 35 \\As a stroking method, I like most the tolerance method. Tolerance means maximum difference between original arc and stroked line. For short arcs the resulting verticecount comes more important.35 \\As a stroking method, I like most the tolerance method. Tolerance means maximum difference between original arc and stroked line. For short arcs the parametric vertices count comes more important. 36 36 \\I created following code with Python for you to copy (and test!) freely: 37 37 \\User can give parameters accuracy "tolerance" or number of "vertices" in resulting stroked line. … … 84 84 }}} 85 85 86 Ok . Lots of text and actual error is maybe located somewhere else.86 Ok, lots of text and actual error is maybe located somewhere else. 87 87 \\I wish good luck for solving this, because function ST_Intersects is widely used in QGIS, Openlayers, etc. and this error results missing geometries and error messages in data that holds arcs.