summaryrefslogtreecommitdiff
path: root/proto/style.proto
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 /proto/style.proto
parente478ae2a2de63402f29cf0ef7d0739d98e1c83d2 (diff)
downloadqtlocation-mapboxgl-9ab9eeec1334f5556c04f944dda07abe58ed0f45.tar.gz
textured fills
fixes #15
Diffstat (limited to 'proto/style.proto')
-rw-r--r--proto/style.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/style.proto b/proto/style.proto
index 281749c903..8459477bf7 100644
--- a/proto/style.proto
+++ b/proto/style.proto
@@ -79,6 +79,7 @@ message fill_style {
optional fixed32 fill_color = 5 [ default = 0x000000FF ]; // rgba (=> rgb << 8 | 0xFF for opaque!)
optional fixed32 stroke_color = 6; // if none is specified, no stroke will be painted
optional property opacity = 7; // values from 0..1
+ optional string image = 8;
// TODO: translate x/y
}