summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-01-28 17:17:00 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-01-28 17:17:00 +0100
commit918a68f5dd8ca768cc2dbd6c0ccf031f9f3bbf75 (patch)
tree2e61a0505e606809a4ebf2c805ce93f34f6efa38 /proto
parentf19d5c95dbc2784c53e47e869bef3bbde15c4c71 (diff)
downloadqtlocation-mapboxgl-918a68f5dd8ca768cc2dbd6c0ccf031f9f3bbf75.tar.gz
create line geometry
Diffstat (limited to 'proto')
-rw-r--r--proto/style.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/style.proto b/proto/style.proto
index 5a977d799c..b2b103e6da 100644
--- a/proto/style.proto
+++ b/proto/style.proto
@@ -8,11 +8,14 @@ enum bucket_type {
enum cap_type {
round = 1;
+ butt = 2;
+ square = 3;
}
enum join_type {
butt = 1;
bevel = 2;
+ round = 3;
}
enum winding_type {