summaryrefslogtreecommitdiff
path: root/include/llmr/style/style.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-02-03 22:51:21 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-02-03 22:51:21 +0100
commit9ab9eeec1334f5556c04f944dda07abe58ed0f45 (patch)
tree891b9873793b1b93ff5bdc14cda7f5058d4b3e1b /include/llmr/style/style.hpp
parente478ae2a2de63402f29cf0ef7d0739d98e1c83d2 (diff)
downloadqtlocation-mapboxgl-9ab9eeec1334f5556c04f944dda07abe58ed0f45.tar.gz
textured fills
fixes #15
Diffstat (limited to 'include/llmr/style/style.hpp')
-rw-r--r--include/llmr/style/style.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llmr/style/style.hpp b/include/llmr/style/style.hpp
index 80834fa44f..f2acbd1eea 100644
--- a/include/llmr/style/style.hpp
+++ b/include/llmr/style/style.hpp
@@ -11,6 +11,7 @@
#include "bucket_description.hpp"
#include "layer_description.hpp"
#include "class_description.hpp"
+#include "sprite.hpp"
namespace llmr {
@@ -37,6 +38,8 @@ private:
static Color parseColor(pbf& data);
public:
+ std::shared_ptr<Sprite> sprite;
+
// This is static information parsed from the stylesheet.
std::map<std::string, BucketDescription> buckets;
std::vector<LayerDescription> layers;