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:
authorExMix <rahuba.youri@mapswithme.com>2014-08-06 17:32:54 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:23:58 +0300
commit38fdec066496ff28a18cff6d2d361d2a6048344a (patch)
tree19f5b70ea88e924e1b1b716c231dec039f08891b /drape_frontend/apply_feature_functors.hpp
parent34a3eb755724523a94ae7f5d12186bb0a2211e1c (diff)
[drape] draw road numbers
Diffstat (limited to 'drape_frontend/apply_feature_functors.hpp')
-rw-r--r--drape_frontend/apply_feature_functors.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/drape_frontend/apply_feature_functors.hpp b/drape_frontend/apply_feature_functors.hpp
index 93ed6c64a3..2898d4c5e4 100644
--- a/drape_frontend/apply_feature_functors.hpp
+++ b/drape_frontend/apply_feature_functors.hpp
@@ -88,15 +88,18 @@ public:
TileKey tileKey,
FeatureID const & id,
CaptionDescription const & captions,
- double nextModelViewScale);
+ double currentScaleGtoP,
+ double nextScaleGtoP);
void operator ()(CoordPointT const & point);
bool HasGeometry() const;
void ProcessRule(Stylist::rule_wrapper_t const & rule);
+ void Finish();
private:
m2::SharedSpline m_spline;
- double m_nextModelViewScale;
+ double m_currentScaleGtoP;
+ double m_nextScaleGtoP;
};
} // namespace df