forked from organicmaps/organicmaps
[styles] Fix a typo
This commit is contained in:
parent
6c5f5982b7
commit
b1e6c50858
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue