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-10-16 15:42:54 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:26:11 +0300
commit18104efd0d14eea7867e15cf1df6d1cc687043f9 (patch)
tree9cdc825ea88cd5244928ddd12f725fe6eb567135 /indexer/data_header.cpp
parent282883ad654caa4f1d4562fd1d628d02a67ae4bf (diff)
Draw countries in all scales: low scale = 1. See index.hpp hack.
Diffstat (limited to 'indexer/data_header.cpp')
-rw-r--r--indexer/data_header.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/data_header.cpp b/indexer/data_header.cpp
index 52e94089d0..30ab4331e8 100644
--- a/indexer/data_header.cpp
+++ b/indexer/data_header.cpp
@@ -50,7 +50,7 @@ namespace feature
return make_pair(worldH + 1, high);
// Uncomment this to test countries drawing in all scales.
- //return make_pair(low, high);
+ //return make_pair(1, high);
}
}