summaryrefslogtreecommitdiff
path: root/include/mbgl/style
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-09-04 15:38:14 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-09-04 15:38:14 -0700
commitc14ae3c477617d284d50daff668ab5716ff9a771 (patch)
treec31407d589a67725849663d176d82c25f4b082b6 /include/mbgl/style
parent4694aa40ada7d33732806f7fbb50b9abb2c412da (diff)
downloadqtlocation-mapboxgl-c14ae3c477617d284d50daff668ab5716ff9a771.tar.gz
Fix text/icon-translate-anchor
These are style properties, not render properties.
Diffstat (limited to 'include/mbgl/style')
-rw-r--r--include/mbgl/style/style_bucket.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/style/style_bucket.hpp b/include/mbgl/style/style_bucket.hpp
index 67c3142059..c2cde52aa5 100644
--- a/include/mbgl/style/style_bucket.hpp
+++ b/include/mbgl/style/style_bucket.hpp
@@ -53,7 +53,6 @@ public:
float padding = 2.0f;
bool keep_upright = false;
vec2<float> offset = {0, 0};
- TranslateAnchorType translate_anchor = TranslateAnchorType::Map;
} icon;
struct {
@@ -74,7 +73,6 @@ public:
bool keep_upright = true;
TextTransformType transform = TextTransformType::None;
vec2<float> offset = {0, 0};
- TranslateAnchorType translate_anchor = TranslateAnchorType::Map;
bool allow_overlap = false;
bool ignore_placement = false;
bool optional = false;