summaryrefslogtreecommitdiff
path: root/src/mbgl/style/property_key.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/property_key.hpp')
-rw-r--r--src/mbgl/style/property_key.hpp46
1 files changed, 44 insertions, 2 deletions
diff --git a/src/mbgl/style/property_key.hpp b/src/mbgl/style/property_key.hpp
index e283f11579..f10607a7af 100644
--- a/src/mbgl/style/property_key.hpp
+++ b/src/mbgl/style/property_key.hpp
@@ -26,8 +26,16 @@ enum class PropertyKey {
LineDashArray, // for transitions only
LineImage,
+ LineCap,
+ LineJoin,
+ LineMiterLimit,
+ LineRoundLimit,
+
+ SymbolPlacement,
+ SymbolMinDistance,
+ SymbolAvoidEdges,
+
IconOpacity,
- IconRotate,
IconSize,
IconColor,
IconHaloColor,
@@ -38,6 +46,18 @@ enum class PropertyKey {
IconTranslateY,
IconTranslateAnchor,
+ IconAllowOverlap,
+ IconIgnorePlacement,
+ IconOptional,
+ IconRotationAlignment,
+ IconMaxSize,
+ IconImage,
+ IconPadding,
+ IconRotate,
+ IconKeepUpright,
+ IconOffsetX,
+ IconOffsetY,
+
TextOpacity,
TextSize,
TextColor,
@@ -49,6 +69,26 @@ enum class PropertyKey {
TextTranslateY,
TextTranslateAnchor,
+ TextRotationAlignment,
+ TextField,
+ TextFont,
+ TextMaxSize,
+ TextMaxWidth,
+ TextLineHeight,
+ TextLetterSpacing,
+ TextMaxAngle,
+ TextRotate,
+ TextPadding,
+ TextIgnorePlacement,
+ TextOptional,
+ TextJustify,
+ TextAnchor,
+ TextKeepUpright,
+ TextTransform,
+ TextOffsetX,
+ TextOffsetY,
+ TextAllowOverlap,
+
RasterOpacity,
RasterHueRotate,
RasterBrightness, // for transitions only
@@ -60,7 +100,9 @@ enum class PropertyKey {
BackgroundOpacity,
BackgroundColor,
- BackgroundImage
+ BackgroundImage,
+
+ Visibilty
};
}