summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/line_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 20:17:15 +0100
commit498dbf27b9fc49254471f6251349bb14f25a150e (patch)
tree7a44c410c780ade45a7d1b27d82a0c87827b7bc0 /src/mbgl/annotation/line_annotation_impl.hpp
parent33faa3811e1833ef99e7e9b5be835793c81892f7 (diff)
downloadqtlocation-mapboxgl-498dbf27b9fc49254471f6251349bb14f25a150e.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/line_annotation_impl.hpp')
-rw-r--r--src/mbgl/annotation/line_annotation_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/annotation/line_annotation_impl.hpp b/src/mbgl/annotation/line_annotation_impl.hpp
index 548a094d53..108787c422 100644
--- a/src/mbgl/annotation/line_annotation_impl.hpp
+++ b/src/mbgl/annotation/line_annotation_impl.hpp
@@ -7,7 +7,7 @@ namespace mbgl {
class LineAnnotationImpl : public ShapeAnnotationImpl {
public:
- LineAnnotationImpl(AnnotationID, LineAnnotation, uint8_t maxZoom);
+ LineAnnotationImpl(AnnotationID, LineAnnotation);
void updateStyle(style::Style::Impl&) const final;
const ShapeAnnotationGeometry& geometry() const final;