summaryrefslogtreecommitdiff
path: root/include/mbgl/style
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-04 18:24:22 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-04 18:24:22 +0200
commit36181b0922bf4b5bed5b5ca68679338d22dfcf31 (patch)
treebb4d78934e41b59eb80842414908846b2789dc4c /include/mbgl/style
parent9dd50a29e1e8b975e09172b19b303063a96ba20f (diff)
downloadqtlocation-mapboxgl-36181b0922bf4b5bed5b5ca68679338d22dfcf31.tar.gz
update symbol placement to be more like js
Diffstat (limited to 'include/mbgl/style')
-rw-r--r--include/mbgl/style/style_bucket.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/style/style_bucket.hpp b/include/mbgl/style/style_bucket.hpp
index af76650e56..a868659ad7 100644
--- a/include/mbgl/style/style_bucket.hpp
+++ b/include/mbgl/style/style_bucket.hpp
@@ -48,6 +48,7 @@ public:
RotationAlignmentType rotation_alignment = RotationAlignmentType::Viewport;
float max_size = 1.0f;
std::string image;
+ float rotate = 0.0f;
float padding = 2.0f;
bool keep_upright = false;
vec2<float> offset = {0, 0};