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-01-06 22:56:36 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:09:18 +0300
commiteffddd5ed3a1080a0b3f1605d954bd0c914c9f91 (patch)
tree49c18ac30e4f0fd785e20ac41ccffd53153fe046 /indexer/scales.hpp
parent29fad748ac0872c398802e3d9e4ae467f2093713 (diff)
- Geometry and Triangles simplification in features.
- Store Geometry and Triangles in different files of files-container for each scale range. - Make small epsilon for simplification. Remark: map_tests doesn't work
Diffstat (limited to 'indexer/scales.hpp')
-rw-r--r--indexer/scales.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/scales.hpp b/indexer/scales.hpp
index acf475e02c..0d862ef10c 100644
--- a/indexer/scales.hpp
+++ b/indexer/scales.hpp
@@ -10,5 +10,6 @@ namespace scales
int GetScaleLevel(double ratio);
int GetScaleLevel(m2::RectD const & r);
double GetEpsilonForLevel(int level);
+ double GetEpsilonForSimplify(int level);
bool IsGoodForLevel(int level, m2::RectD const & r);
}