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:
authorkshalnev <k.shalnev@gmail.com>2015-08-19 21:46:07 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:02:05 +0300
commit1e6bad85f20e8ca2db8e1c2e438bbf7af455d9f6 (patch)
tree071cfec2e72c0e0f93f8d09919674da56c44cef5 /indexer/drules_struct.proto
parent3738fe92f469a9722c72784e48f5a9dc037d5772 (diff)
Added Shield class in proto, autogenerated files were updated
Diffstat (limited to 'indexer/drules_struct.proto')
-rw-r--r--indexer/drules_struct.proto9
1 files changed, 9 insertions, 0 deletions
diff --git a/indexer/drules_struct.proto b/indexer/drules_struct.proto
index e6412fd55f..9a18a68497 100644
--- a/indexer/drules_struct.proto
+++ b/indexer/drules_struct.proto
@@ -93,6 +93,14 @@ message PathTextRuleProto
required int32 priority = 3;
}
+message ShieldRuleProto
+{
+ required int32 height = 1;
+ required uint32 color = 2;
+ optional uint32 stroke_color = 3;
+ required int32 priority = 4;
+}
+
message DrawElementProto
{
required int32 scale = 1;
@@ -102,6 +110,7 @@ message DrawElementProto
optional CaptionRuleProto caption = 5;
optional CircleRuleProto circle = 6;
optional PathTextRuleProto path_text = 7;
+ optional ShieldRuleProto shield = 8;
}
message ClassifElementProto