Store even invisible feature names to display correct subway-exits titles in search results

This commit is contained in:
Alex Zolotarev 2013-10-02 20:51:34 +03:00 committed by Alex Zolotarev
parent 2489197735
commit 2e0b9efa0f

View file

@ -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;
}