summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/fill_annotation_impl.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-12-22 16:27:31 +0100
committerKonstantin Käfer <mail@kkaefer.com>2018-01-02 19:41:07 +0100
commitac32b41493956e6b03ab13475f27a4dcd64355ae (patch)
treece82e80868c892a3410f260ca7ad11be7477d44e /src/mbgl/annotation/fill_annotation_impl.hpp
parent814c87fbab4608662f90084cff64c27cc5b12bc2 (diff)
downloadqtlocation-mapboxgl-ac32b41493956e6b03ab13475f27a4dcd64355ae.tar.gz
[core] don't tie Annotation geometries to Map maxzoom
Instead, geometry generation via GeoJSONVT is now bound to the hardcoded limit of the annotation tile source.
Diffstat (limited to 'src/mbgl/annotation/fill_annotation_impl.hpp')
-rw-r--r--src/mbgl/annotation/fill_annotation_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/annotation/fill_annotation_impl.hpp b/src/mbgl/annotation/fill_annotation_impl.hpp
index 5c49e447b8..98f9921514 100644
--- a/src/mbgl/annotation/fill_annotation_impl.hpp
+++ b/src/mbgl/annotation/fill_annotation_impl.hpp
@@ -7,7 +7,7 @@ namespace mbgl {
class FillAnnotationImpl : public ShapeAnnotationImpl {
public:
- FillAnnotationImpl(AnnotationID, FillAnnotation, uint8_t maxZoom);
+ FillAnnotationImpl(AnnotationID, FillAnnotation);
void updateStyle(style::Style::Impl&) const final;
const ShapeAnnotationGeometry& geometry() const final;