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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-02-27 10:49:34 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:38:23 +0300
commit3a3028d0599fd329dc0068f3487ae63a49380a4b (patch)
tree0e75229c50b0a398530befbdf4b513d1ff5c8914 /defines.hpp
parent07feabd91008db106e3a8057709309894945b295 (diff)
Backward index builder for osrm2feature mapper
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/defines.hpp b/defines.hpp
index e350fd97ca..4a2000c7df 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -25,7 +25,8 @@
#define ROUTING_FTSEG_FILE_TAG "ftseg"
#define ROUTING_NODEIND_TO_FTSEGIND_FILE_TAG "node2ftseg"
-#define FTSEG_MAPPING_BACKWARD_INDEX "bftseg"
+#define FTSEG_MAPPING_BACKWARD_INDEX_NODES_TAG "bftsegnodes"
+#define FTSEG_MAPPING_BACKWARD_INDEX_BITS_TAG "bftsegbits"
//Secret word to unlock experimental features in production builds
#define ROUTING_SECRET_UNLOCKING_WORD "?ariadna"