diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-02-03 22:51:21 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-02-03 22:51:21 +0100 |
commit | 9ab9eeec1334f5556c04f944dda07abe58ed0f45 (patch) | |
tree | 891b9873793b1b93ff5bdc14cda7f5058d4b3e1b /proto | |
parent | e478ae2a2de63402f29cf0ef7d0739d98e1c83d2 (diff) | |
download | qtlocation-mapboxgl-9ab9eeec1334f5556c04f944dda07abe58ed0f45.tar.gz |
textured fills
fixes #15
Diffstat (limited to 'proto')
-rw-r--r-- | proto/style.proto | 1 |
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 } |