From 743d95405363e0eea1b80e8c28bde245211f7868 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 30 Mar 2017 16:02:59 -0700 Subject: [core] Add DDS support for text-rotate --- include/mbgl/style/layers/symbol_layer.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/mbgl/style/layers') diff --git a/include/mbgl/style/layers/symbol_layer.hpp b/include/mbgl/style/layers/symbol_layer.hpp index b507c992f5..23bdf303b6 100644 --- a/include/mbgl/style/layers/symbol_layer.hpp +++ b/include/mbgl/style/layers/symbol_layer.hpp @@ -135,9 +135,9 @@ public: PropertyValue getTextMaxAngle() const; void setTextMaxAngle(PropertyValue); - static PropertyValue getDefaultTextRotate(); - PropertyValue getTextRotate() const; - void setTextRotate(PropertyValue); + static DataDrivenPropertyValue getDefaultTextRotate(); + DataDrivenPropertyValue getTextRotate() const; + void setTextRotate(DataDrivenPropertyValue); static PropertyValue getDefaultTextPadding(); PropertyValue getTextPadding() const; -- cgit v1.2.1