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:
Diffstat (limited to 'routing/osrm2feature_map.cpp')
-rw-r--r--routing/osrm2feature_map.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/routing/osrm2feature_map.cpp b/routing/osrm2feature_map.cpp
index 9ecc62fd10..beb889908c 100644
--- a/routing/osrm2feature_map.cpp
+++ b/routing/osrm2feature_map.cpp
@@ -388,6 +388,7 @@ void OsrmFtSegBackwardIndex::Construct(OsrmFtSegMapping & mapping, uint32_t maxN
if (m_oldFormat)
LOG(LINFO, ("Using old format index for", localFile.GetCountryName()));
+ CountryIndexes::PreparePlaceOnDisk(localFile);
string const bitsFileName = CountryIndexes::GetPath(localFile, CountryIndexes::Index::Bits);
string const nodesFileName = CountryIndexes::GetPath(localFile, CountryIndexes::Index::Nodes);