Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-01-26 19:53:50 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-01-26 19:53:50 +0300
commitd67b8d4b9605ed8f385f5b4a4421163fd79e363e (patch)
treed274eec9c1e83d221690e608c13fb19526f80b42 /indexer/drules_struct.proto
parentdf9dcf693e9c6ef2d6557746a2b52869495ba6bc (diff)
Added new shields properties
Diffstat (limited to 'indexer/drules_struct.proto')
-rw-r--r--indexer/drules_struct.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/drules_struct.proto b/indexer/drules_struct.proto
index 2b1eb35733..0326678c93 100644
--- a/indexer/drules_struct.proto
+++ b/indexer/drules_struct.proto
@@ -103,6 +103,8 @@ message ShieldRuleProto
optional uint32 stroke_color = 3;
required int32 priority = 4;
optional int32 min_distance = 5;
+ required uint32 text_color = 6;
+ optional uint32 text_stroke_color = 7;
}
message DrawElementProto