[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:
Viktor Govako 2024-01-31 16:18:39 -03:00
parent 733ef473e0
commit cd3291feed

View file

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