alexismanin opened a new pull request, #28: URL: https://github.com/apache/sis/pull/28
On axes with potential wrap-around, if the envelope is very large, the conversion to a rectangle without additional control points create an ambiguity. When trying to link two points of the rectangle using shortest path, the result could not follow rectangle edges, due to the wrap-around. Adding control points mitigate that problem. Note: the current solution is only a quick fix, surely there is room for improvement. For example, the current solution only consider a single wrap-around period. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
