Changes between Initial Version and Version 1 of Ticket #387
- Timestamp:
- Apr 26, 2020, 8:27:20 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #387 – Description
initial v1 4 4 2. The crossing often happens as a crossing into the tolerance zone. In that case we should mark the point on the tolerance line, not the closest point on the actual cylinder. 5 5 6 To fix #2, change crossing point coordinates calculation to use the corresponding tolerance cylinder (inner or outer), using the current algorithm. This should already improve the results sufficiently. If not, also change the calculation from UTM to WGS84 (may be pretty hard!).6 To fix 2., change crossing point coordinates calculation to use the corresponding tolerance cylinder (inner or outer), using the current algorithm. This should already improve the results sufficiently. If not, also change the calculation from UTM to WGS84 (e.g. using the direct method for the used WGS84 distance calculation algorithm).