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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-09-18 14:34:04 +0300
committerConstantin Shalnev <c.shalnev@corp.mail.ru>2015-09-23 13:44:16 +0300
commit1acbb7bcdf9a7b424e318941658c31914a22b98a (patch)
tree82f51dbaee72e5ee63500bab7151fcc9e50d535c /indexer/drules_struct.proto
parent337367af87b22ede0ba28473f6f0fa8a47523c5e (diff)
Extended drules struct
Diffstat (limited to 'indexer/drules_struct.proto')
-rw-r--r--indexer/drules_struct.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/drules_struct.proto b/indexer/drules_struct.proto
index 9a18a68497..401a381004 100644
--- a/indexer/drules_struct.proto
+++ b/indexer/drules_struct.proto
@@ -111,6 +111,7 @@ message DrawElementProto
optional CircleRuleProto circle = 6;
optional PathTextRuleProto path_text = 7;
optional ShieldRuleProto shield = 8;
+ repeated string apply_if = 9;
}
message ClassifElementProto