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-08 15:21:16 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2015-12-29 16:36:15 +0300
commitd04585d8a77db490f70254e0fb1b05361081cb68 (patch)
tree222f17bc48785f8a0d19c122bc990ffa136b7e5b /indexer/scales.hpp
parent3c7cc4d2cf411db71213a83f079767436d434a33 (diff)
Perspective discarding after routing start fixed.
Diffstat (limited to 'indexer/scales.hpp')
-rw-r--r--indexer/scales.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/scales.hpp b/indexer/scales.hpp
index 713b5e2f4a..8a93878779 100644
--- a/indexer/scales.hpp
+++ b/indexer/scales.hpp
@@ -24,8 +24,8 @@ namespace scales
inline int GetNavigation3dScale() { return UPPER_STYLE_SCALE - 3; }
/// Default pedestrian navigation 3d mode scale
inline int GetPedestrianNavigation3dScale() { return UPPER_STYLE_SCALE - 2; }
- /// Minimal allowable scale in 3d mode
- inline int GetMinAllowableIn3dScale() { return 17; }
+
+ int GetMinAllowableIn3dScale();
double GetScaleLevelD(double ratio);
double GetScaleLevelD(m2::RectD const & r);