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:
authorSergey Yershov <yershov@corp.mail.ru>2015-12-11 19:27:28 +0300
committerSergey Yershov <yershov@corp.mail.ru>2015-12-11 19:27:28 +0300
commit9692c3d85a7d10a3a11e84631060406db5b13225 (patch)
tree4f0d7949f48b563160094b2b80f2bd1dbd9d4adb /indexer/feature_meta.hpp
parent65014f05d928d0f204fb80030ca1f181d04808fc (diff)
Add tags 'height' and 'building:levels' to metadata as FMD_HEIGHT
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 3a082f32eb..27e1c850d5 100644
--- a/indexer/feature_meta.hpp
+++ b/indexer/feature_meta.hpp
@@ -37,6 +37,7 @@ namespace feature
FMD_WIKIPEDIA = 16,
FMD_MAXSPEED = 17,
FMD_FLATS = 18,
+ FMD_HEIGHT = 19,
FMD_COUNT
};