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-19 16:39:47 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:38:21 +0300
commitfa78f5fc87582dfd5553d1fc8e4a2b5e16574185 (patch)
tree52d12f5987386e4d92e19f83ca7bcb77d42b5861 /defines.hpp
parent33d7d01fbb513f1dd35e6e518a9ea04a680361ab (diff)
User defined index for feature to routing request
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/defines.hpp b/defines.hpp
index 8fec4e0fdb..e350fd97ca 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -25,6 +25,7 @@
#define ROUTING_FTSEG_FILE_TAG "ftseg"
#define ROUTING_NODEIND_TO_FTSEGIND_FILE_TAG "node2ftseg"
+#define FTSEG_MAPPING_BACKWARD_INDEX "bftseg"
//Secret word to unlock experimental features in production builds
#define ROUTING_SECRET_UNLOCKING_WORD "?ariadna"