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:
authorDmitry Yunitsky <yunik@mapswithme.com>2016-02-08 19:09:08 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:17:00 +0300
commitdf8a1a8ac690156c71c819f220236133e3891975 (patch)
tree61d530fb5958f7441860e1842240e71d3d8ae211
parent192ccec1e4d48632509fe8b011e3f1af0678170f (diff)
[android] Temporary fix for feature attrs
-rw-r--r--map/framework.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 3fadad8d32..e140a7db8b 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -1777,6 +1777,9 @@ unique_ptr<FeatureType> Framework::GetFeatureAtPoint(m2::PointD const & mercator
unique_ptr<FeatureType> poi, line, area;
ForEachFeatureAtPoint([&](FeatureType & ft)
{
+ // TODO @alexz
+ // remove manual parsing after refactoring with usermarks'll be finished
+ ft.ParseEverything();
switch (ft.GetFeatureType())
{
case feature::GEOM_POINT: