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-05-05 19:45:48 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:16:58 +0300
commitaa437fb5c8c9d37d251223c0d7dfafcebb3ab7ed (patch)
tree85cd48f56d3e08cc7f0b43a67d6e053b3b81628e /indexer/scales.hpp
parentdadd320e569026d70c59b2259900f8ebc000ab2e (diff)
- Set world generation scales to 9.
- Highway merging during world generation.
Diffstat (limited to 'indexer/scales.hpp')
-rw-r--r--indexer/scales.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/scales.hpp b/indexer/scales.hpp
index 6fd46a9ee8..269af92678 100644
--- a/indexer/scales.hpp
+++ b/indexer/scales.hpp
@@ -5,7 +5,7 @@
namespace scales
{
inline int GetUpperScale() { return 17; }
- inline int GetUpperWorldScale() { return 6; }
+ inline int GetUpperWorldScale() { return 9; }
double GetM2PFactor(int level);
int GetScaleLevel(double ratio);