summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-10-14 14:53:57 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-11-02 18:24:32 +0100
commitf30bdfca9c5ae139d58f93bbcbc4f167577e21f4 (patch)
tree37ffaa11d45d0580d3577fd95d877a21fd65d165 /src/mbgl/annotation
parent549929cefd7073708e64e49da93e8b49fbc0db99 (diff)
downloadqtlocation-mapboxgl-f30bdfca9c5ae139d58f93bbcbc4f167577e21f4.tar.gz
[core] implement terrain renderingupstream/terrain-rendering
Diffstat (limited to 'src/mbgl/annotation')
-rw-r--r--src/mbgl/annotation/annotation_tile.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/annotation/annotation_tile.hpp b/src/mbgl/annotation/annotation_tile.hpp
index d43ec82d38..48c446dae4 100644
--- a/src/mbgl/annotation/annotation_tile.hpp
+++ b/src/mbgl/annotation/annotation_tile.hpp
@@ -33,6 +33,7 @@ public:
optional<Value> getValue(const std::string&) const override;
optional<FeatureIdentifier> getID() const override { return { id }; }
GeometryCollection getGeometries() const override { return geometries; }
+ DEMPyramid getDEMPyramid() const override { return {}; }
const AnnotationID id;
const FeatureType type;