diff options
author | Young Hahn <young@mapbox.com> | 2016-09-21 19:07:33 -0400 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-09-21 16:07:33 -0700 |
commit | 6a2ce352d1eec6dc166e351e06c6b10c633eb07c (patch) | |
tree | 58e5682522a544cd9db5c1052d538148565be9da /include | |
parent | 673d8f90f24a89871905e80ef1bfd7970e61dc6c (diff) | |
download | qtlocation-mapboxgl-6a2ce352d1eec6dc166e351e06c6b10c633eb07c.tar.gz |
Better handling for undefined icon|text-rotation-alignment (#6253)
* [core, ios, android] Use `auto` value for properties with calculated defaults
* Fix render tests
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/style/types.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/style/types.hpp b/include/mbgl/style/types.hpp index 34e5642ec6..1f2f5c3105 100644 --- a/include/mbgl/style/types.hpp +++ b/include/mbgl/style/types.hpp @@ -58,7 +58,7 @@ enum class SymbolPlacementType : bool { enum class AlignmentType : uint8_t { Map, Viewport, - Undefined, + Auto, }; enum class TextJustifyType : uint8_t { |