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:
authorvng <viktor.govako@gmail.com>2011-11-17 06:28:40 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:28:14 +0300
commit8d9b597bcda2fb3dadefc295d7f600c74114b778 (patch)
tree983b8d8d9109e2d1466b16fd1fe6faf0d21eb276 /indexer/drules_struct.proto
parente8975ebcbf8e34d1bd71cce114bd035a7d51d183 (diff)
Add stroke_color to PathTextRuleProto.
Correct generation of alpha and stroke color for caption rules. New proto drawing styles with stroke_color.
Diffstat (limited to 'indexer/drules_struct.proto')
-rw-r--r--indexer/drules_struct.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/indexer/drules_struct.proto b/indexer/drules_struct.proto
index aab10134ce..065447b5b7 100644
--- a/indexer/drules_struct.proto
+++ b/indexer/drules_struct.proto
@@ -48,7 +48,8 @@ message PathTextRuleProto
{
required int32 height = 1;
required uint32 color = 2;
- required int32 priority = 3;
+ optional uint32 stroke_color = 3;
+ required int32 priority = 4;
}
// WayMarkerRule not used yet