summaryrefslogtreecommitdiff
path: root/src/mbgl/style/types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/types.cpp')
-rw-r--r--src/mbgl/style/types.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mbgl/style/types.cpp b/src/mbgl/style/types.cpp
index bf2ba8a793..b37e73ffb1 100644
--- a/src/mbgl/style/types.cpp
+++ b/src/mbgl/style/types.cpp
@@ -89,4 +89,9 @@ MBGL_DEFINE_ENUM(IconTextFitType, {
{ IconTextFitType::Height, "height" },
});
+MBGL_DEFINE_ENUM(LightAnchorType, {
+ { LightAnchorType::Map, "map" },
+ { LightAnchorType::Viewport, "viewport" }
+});
+
} // namespace mbgl