diff options
author | Paolo Angelelli <paolo.angelelli@qt.io> | 2016-08-05 22:21:12 +0200 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2016-12-01 13:45:41 +0000 |
commit | e568470c6409febdb5187e3f53af32164c63169f (patch) | |
tree | 6e93b51f86750740a276464b92253e0ad3a9a0bf /tests/auto/auto.pro | |
parent | 6ac41c0f58f34606afaa289243d762afd5f879d4 (diff) | |
download | qtlocation-e568470c6409febdb5187e3f53af32164c63169f.tar.gz |
Add support for QGeoPath
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>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index e3236deb..ba7dc523 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -74,6 +74,7 @@ SUBDIRS += \ qgeoshape \ qgeorectangle \ qgeocircle \ + qgeopath \ qgeocoordinate \ qgeolocation \ qgeopositioninfo \ |