forked from organicmaps/organicmaps-tmp
Store even invisible feature names to display correct subway-exits titles in search results
This commit is contained in:
parent
2489197735
commit
2e0b9efa0f
1 changed files with 3 additions and 1 deletions
|
@ -210,7 +210,9 @@ bool FeatureBuilder1::PreSerialize()
|
|||
}
|
||||
|
||||
// Clear name for features with invisible texts.
|
||||
RemoveNameIfInvisible();
|
||||
// AlexZ: Commented this line to enable captions on subway exits, which
|
||||
// are not drawn but should be visible in balloons and search results
|
||||
//RemoveNameIfInvisible();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue