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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2015-12-03 15:33:21 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2015-12-29 16:36:12 +0300
commit061580b1b26f297a84de09c9b5fd2e625d955ec5 (patch)
treefcf4213964acd5cc1b282ed519a523b53e6a3196 /indexer/scales.hpp
parentcef4c1b7edcd6e23f8472e8a590e1b4e6f30a611 (diff)
Render end route sign as billboard.
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 6844c2aaaf..4a48cf7f98 100644
--- a/indexer/scales.hpp
+++ b/indexer/scales.hpp
@@ -23,7 +23,7 @@ namespace scales
/// Default navigation 3d mode scale
inline int GetNavigation3dScale() { return UPPER_STYLE_SCALE - 2; }
/// Default pedestrian navigation 3d mode scale
- inline int GetPedestrianNavigation3dScale() { return UPPER_STYLE_SCALE; }
+ inline int GetPedestrianNavigation3dScale() { return UPPER_STYLE_SCALE - 1; }
/// Minimal allowable scale in 3d mode
inline int GetMinAllowableIn3dScale() { return 17; }