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:
authorDarafei Praliaskouski <komzpa@gmail.com>2013-05-02 20:22:24 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:54:26 +0300
commitbeb113a28f9b552aa6d5a4c3ef7d07f1b4686cd9 (patch)
tree75c4cf4b837fe48cf63efda10fd272b573188a16 /indexer/feature_data.hpp
parentcc967b7440cbd7fed81289d7be4d57b78f1f4fd4 (diff)
[generator] store addr:flats and ref for entrances
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index 850a0d70f9..cf5463597e 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -106,6 +106,7 @@ struct FeatureParamsBase
StringUtf8Multilang name;
StringNumericOptimal house;
string ref;
+ string flats;
int8_t layer;
uint8_t rank;