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>2015-10-29 17:08:56 +0300
committerIlya Zverev <zverik@textual.ru>2015-10-29 17:08:56 +0300
commit0595c04b5b72aa834b493cbc485a967812760928 (patch)
tree7928e4184714404d6a440d826a3f59071e19139c /indexer/feature_meta.hpp
parent586ebdf5b63df8538c5e28559e390f6ca130047d (diff)
[generator] Replace params.flats with metadata string, also do not skip seamarks
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 601dfd5fda..cc588048d7 100644
--- a/indexer/feature_meta.hpp
+++ b/indexer/feature_meta.hpp
@@ -36,6 +36,7 @@ namespace feature
FMD_POSTCODE = 15,
FMD_WIKIPEDIA = 16,
FMD_MAXSPEED = 17,
+ FMD_FLATS = 18,
FMD_COUNT
};