summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style_properties.hpp
diff options
context:
space:
mode:
authorAnsis Brammanis <brammanis@gmail.com>2015-02-02 17:08:26 -0800
committerAnsis Brammanis <brammanis@gmail.com>2015-02-02 17:57:12 -0800
commit322f46a5db6d44633ffc7a45140e163f03365371 (patch)
tree16ea2bcfd5f61c37b14d0b8d1b919d6ecb990f8c /src/mbgl/style/style_properties.hpp
parentb3ca6fcca6e3a1c383a0235aea3110bc940c0656 (diff)
downloadqtlocation-mapboxgl-322f46a5db6d44633ffc7a45140e163f03365371.tar.gz
implement functions for line-image
Diffstat (limited to 'src/mbgl/style/style_properties.hpp')
-rw-r--r--src/mbgl/style/style_properties.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/style_properties.hpp b/src/mbgl/style/style_properties.hpp
index d2c134e8d8..1784210102 100644
--- a/src/mbgl/style/style_properties.hpp
+++ b/src/mbgl/style/style_properties.hpp
@@ -39,7 +39,7 @@ struct LineProperties {
float blur = 0;
std::vector<float> dash_array;
float dash_line_width = 1;
- std::string image;
+ Faded<std::string> image;
inline bool isVisible() const {
return opacity > 0 && color[3] > 0 && width > 0;