forked from organicmaps/organicmaps
[android] Temporary fix for feature attrs
This commit is contained in:
parent
192ccec1e4
commit
df8a1a8ac6
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue