From f9b36f9f5b4cf09e08c2ff0181b339b53e8d0014 Mon Sep 17 00:00:00 2001 From: Chris Loer Date: Fri, 6 Jul 2018 13:09:15 -0700 Subject: [core] Add `symbol-placement: line-center` - Remove unused/vestigial 'maxCameraDistance' - Create a single collision circle for line labels that are less than half the width of a collision circle --- include/mbgl/style/types.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/mbgl/style') diff --git a/include/mbgl/style/types.hpp b/include/mbgl/style/types.hpp index 44c11186b8..805cff118c 100644 --- a/include/mbgl/style/types.hpp +++ b/include/mbgl/style/types.hpp @@ -63,9 +63,10 @@ enum class CirclePitchScaleType : bool { Viewport, }; -enum class SymbolPlacementType : bool { +enum class SymbolPlacementType : uint8_t { Point, Line, + LineCenter }; enum class AlignmentType : uint8_t { -- cgit v1.2.1