Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2016-01-14 11:29:10 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:33 +0300
commit45c58107d13715b0beb9c9a3c7c4aea28afe2c05 (patch)
tree2e7a4a50e4a371c8af9aab9f889ac050d4fb49d5 /indexer/feature_meta.hpp
parent30fd14a94c67d39c3b9fc04056d2bbbafae40ba3 (diff)
[metadata] Split height and building:levels
Diffstat (limited to 'indexer/feature_meta.hpp')
-rw-r--r--indexer/feature_meta.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/feature_meta.hpp b/indexer/feature_meta.hpp
index 97dc5e2d9d..385b778b1a 100644
--- a/indexer/feature_meta.hpp
+++ b/indexer/feature_meta.hpp
@@ -109,6 +109,7 @@ public:
FMD_HEIGHT = 19,
FMD_MIN_HEIGHT = 20,
FMD_DENOMINATION = 21,
+ FMD_BUILDING_LEVELS = 22,
FMD_COUNT
};