forked from organicmaps/organicmaps
Missing switch case for Metadata::FMD_BUILDING_LEVELS.
This commit is contained in:
parent
dbe89bdae1
commit
1683a7278f
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ string DebugPrint(feature::Metadata::EType type)
|
|||
case Metadata::FMD_HEIGHT: return "height";
|
||||
case Metadata::FMD_MIN_HEIGHT: return "min_height";
|
||||
case Metadata::FMD_DENOMINATION: return "denomination";
|
||||
case Metadata::FMD_BUILDING_LEVELS: return "building:levels";
|
||||
case Metadata::FMD_COUNT: CHECK(false, ("FMD_COUNT can not be used as a type."));
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue