forked from organicmaps/organicmaps
[generator] There are no railway-station with ref and without name.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
733ef473e0
commit
cd3291feed
1 changed files with 1 additions and 3 deletions
|
@ -225,7 +225,6 @@ bool FeatureBuilder::PreSerialize()
|
|||
(ftypes::IsPostBoxChecker::Instance()(types) ||
|
||||
ftypes::IsRailwaySubwayEntranceChecker::Instance()(types) ||
|
||||
ftypes::IsEntranceChecker::Instance()(types) ||
|
||||
ftypes::IsRailwayStationChecker::Instance()(types) ||
|
||||
ftypes::IsAerowayGateChecker::Instance()(types) ||
|
||||
ftypes::IsPlatformChecker::Instance()(types))))
|
||||
{
|
||||
|
@ -255,8 +254,7 @@ bool FeatureBuilder::PreSerialize()
|
|||
{
|
||||
auto const & types = GetTypes();
|
||||
if (m_params.name.IsEmpty() &&
|
||||
(ftypes::IsRailwayStationChecker::Instance()(types) ||
|
||||
ftypes::IsPlatformChecker::Instance()(types)))
|
||||
(ftypes::IsPlatformChecker::Instance()(types)))
|
||||
{
|
||||
m_params.name.AddString(StringUtf8Multilang::kDefaultCode, m_params.ref);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue