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>2010-12-10 01:30:29 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:08:23 +0300
commit0f6dc10b27567dd5e7f638d36f4875c9440b2a88 (patch)
tree06c94f9b04c4e7821b38236841bad4edc3fa862a /indexer/drawing_rules.hpp
parent057597e385d0db34f681a0098dbeed62e636922e (diff)
Add program routine for adding drawing rules. Add default line style for coastlines.
Diffstat (limited to 'indexer/drawing_rules.hpp')
-rw-r--r--indexer/drawing_rules.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indexer/drawing_rules.hpp b/indexer/drawing_rules.hpp
index aa962b245b..6a6a190f52 100644
--- a/indexer/drawing_rules.hpp
+++ b/indexer/drawing_rules.hpp
@@ -84,6 +84,9 @@ namespace drule
public:
~RulesHolder();
+ size_t AddRule(int32_t scale, rule_type_t type, BaseRule * p);
+ size_t AddLineRule(int32_t scale, int color, double pixWidth);
+
void Clean();
void SetParseFile(char const * fPath, int scale);