summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layer_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/layer_impl.hpp')
-rw-r--r--src/mbgl/style/layer_impl.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mbgl/style/layer_impl.hpp b/src/mbgl/style/layer_impl.hpp
index 9b2bfe4d2c..5179192c94 100644
--- a/src/mbgl/style/layer_impl.hpp
+++ b/src/mbgl/style/layer_impl.hpp
@@ -69,10 +69,10 @@ public:
// Checks whether this layer can be rendered.
bool needsRendering(float zoom) const;
- virtual float getQueryRadius() const { return 0; }
- virtual bool queryIntersectsGeometry(
+ virtual bool queryIntersectsFeature(
const GeometryCoordinates&,
- const GeometryCollection&,
+ const GeometryTileFeature&,
+ const float,
const float,
const float) const { return false; };