summaryrefslogtreecommitdiff
path: root/tests/auto/qgeopath
Commit message (Collapse)AuthorAgeFilesLines
* Add support for QGeoPathPaolo Angelelli2016-12-012-0/+393
This patch adds an addition qgeoshapes, QGeoPath. This represents a geographical path where each consecutive geopoints are connected along the shortest line of constant bearing (rhumb line). The path has a width, in meters, that is used in the contains() method to decide whether a coordinate is or not on the path, based on shortest distance to the rhumb line segments. Change-Id: Ia02780e3c8ac6c6d63a6083f53ea0677f8a21a1d Reviewed-by: Alex Blasche <alexander.blasche@qt.io>