[styles] Fix a typo

This commit is contained in:
Ilya Zverev 2015-12-15 14:46:07 +03:00
parent 6c5f5982b7
commit b1e6c50858

View file

@ -148,8 +148,8 @@ public:
}
else if (k == "building:min_level")
{
// Ignoring if FMD_HEIGHT already set
if (md.Get(Metadata::FMD_HEIGHT).empty())
// Ignoring if min_height was already set
if (md.Get(Metadata::FMD_MIN_HEIGHT).empty())
{
// Converting this attribute into height
string const & value = ValidateAndFormat_building_levels(v);