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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-02-14 12:46:00 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-02-14 12:46:00 +0300
commite2d5bad540e575e27728a2230bd1fb974659c494 (patch)
treea64cb48d073a8e77e8e81790eb6d9d708c0e5ea4 /drape_frontend/apply_feature_functors.hpp
parent5160aac6edae5ed0fb3be119d5ff46bc8a3ac9a5 (diff)
Moved properties of area outline into map style
Diffstat (limited to 'drape_frontend/apply_feature_functors.hpp')
-rw-r--r--drape_frontend/apply_feature_functors.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/drape_frontend/apply_feature_functors.hpp b/drape_frontend/apply_feature_functors.hpp
index 22d3892510..7807c47857 100644
--- a/drape_frontend/apply_feature_functors.hpp
+++ b/drape_frontend/apply_feature_functors.hpp
@@ -103,7 +103,7 @@ class ApplyAreaFeature : public ApplyPointFeature
public:
ApplyAreaFeature(TileKey const & tileKey, TInsertShapeFn const & insertShape, FeatureID const & id,
bool isBuilding, float minPosZ, float posZ, int minVisibleScale,
- uint8_t rank, bool generateOutline, CaptionDescription const & captions);
+ uint8_t rank, CaptionDescription const & captions);
using TBase::operator ();
@@ -128,7 +128,6 @@ private:
float const m_minPosZ;
bool const m_isBuilding;
- bool const m_generateOutline;
};
class ApplyLineFeature : public BaseApplyFeature