summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/feature_index.hpp
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2018-04-03 02:41:09 +0200
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2018-05-23 11:12:23 +0200
commitd002e74e38a2a19785d8733a6130d1b8428f5eff (patch)
treee217f118b345ff704c528c963bb5212874a5b1a1 /src/mbgl/geometry/feature_index.hpp
parent3ef1f5f8b45f1aa0a5f4bafd6c07a737b6160883 (diff)
downloadqtlocation-mapboxgl-d002e74e38a2a19785d8733a6130d1b8428f5eff.tar.gz
[core] fix querying circles across tile boundaries
(cherry picked from commit f7d20a5)
Diffstat (limited to 'src/mbgl/geometry/feature_index.hpp')
-rw-r--r--src/mbgl/geometry/feature_index.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/geometry/feature_index.hpp b/src/mbgl/geometry/feature_index.hpp
index 5a15a379c4..f105260c0c 100644
--- a/src/mbgl/geometry/feature_index.hpp
+++ b/src/mbgl/geometry/feature_index.hpp
@@ -62,7 +62,7 @@ public:
const RenderedQueryOptions& options,
const UnwrappedTileID&,
const std::vector<const RenderLayer*>&,
- const float additionalQueryRadius) const;
+ const float additionalQueryPadding) const;
static optional<GeometryCoordinates> translateQueryGeometry(
const GeometryCoordinates& queryGeometry,