[android] Temporary fix for feature attrs

This commit is contained in:
Dmitry Yunitsky 2016-02-08 19:09:08 +03:00 committed by Sergey Yershov
parent 192ccec1e4
commit df8a1a8ac6

View file

@ -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: