summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/annotation_tile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/annotation/annotation_tile.cpp')
-rw-r--r--src/mbgl/annotation/annotation_tile.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mbgl/annotation/annotation_tile.cpp b/src/mbgl/annotation/annotation_tile.cpp
index f2520b75c3..1687ee29e6 100644
--- a/src/mbgl/annotation/annotation_tile.cpp
+++ b/src/mbgl/annotation/annotation_tile.cpp
@@ -23,9 +23,12 @@ void AnnotationTile::setNecessity(Necessity) {
}
void AnnotationTile::setData(std::unique_ptr<const GeometryTileData> data_) {
+ loaded = true;
+ logDebug("AnnotationTile::setData");
GeometryTile::setData(std::move(data_));
}
+
class AnnotationTileFeatureData {
public:
AnnotationTileFeatureData(const AnnotationID id_,