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:
authorvng <viktor.govako@gmail.com>2012-03-03 07:07:46 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:36:17 +0300
commit5970e1c805bf73c2d47eb88c9c0947e1d68199bb (patch)
tree5c6c7edb78c34745c056ce8abfa35d7a79aa9e50 /indexer/search_index_builder.cpp
parente1d0b54c95932b7d6beb33ab09520a7dccb18f6e (diff)
[search] Review categories before release. Need translations.
Diffstat (limited to 'indexer/search_index_builder.cpp')
-rw-r--r--indexer/search_index_builder.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/indexer/search_index_builder.cpp b/indexer/search_index_builder.cpp
index 43dad95ec6..85b4ea73ed 100644
--- a/indexer/search_index_builder.cpp
+++ b/indexer/search_index_builder.cpp
@@ -209,14 +209,15 @@ class FeatureInserter
public:
AvoidEmptyName()
{
- char const * arr1[][1] = { { "highway" }, { "natural" }, { "waterway"} };
+ char const * arr1[][1] = { { "highway" }, { "natural" }, { "waterway"}, { "landuse" } };
char const * arr2[][2] = {
{ "place", "city" },
{ "place", "town" },
{ "place", "county" },
{ "place", "state" },
- { "place", "region" }
+ { "place", "region" },
+ { "railway", "rail" }
};
FillMatch(arr1);