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:
authorDenis Koronchik <denis@mapswithme.com>2014-09-18 14:01:32 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:28:22 +0300
commitc942cfaa0beafafac1c312abee52e61f529fef82 (patch)
treeb2b4e5d725dc90d2ab3177172a0f97008dc542b6 /defines.hpp
parent2dc7a2cb3a410fdd1c2d9f13b93fb9fe2b81de61 (diff)
[routing] Compress node to feature id index.
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/defines.hpp b/defines.hpp
index ef4b9b8989..6c45396574 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -16,7 +16,9 @@
#define ROUTING_EDGEDATA_FILE_TAG "edgedata"
#define ROUTING_EDGEID_FILE_TAG "edgeid"
#define ROUTING_SHORTCUTS_FILE_TAG "shortcuts"
+
#define ROUTING_FTSEG_FILE_TAG "ftseg"
+#define ROUTING_NODEIND_TO_FTSEGIND_FILE_TAG "node2ftseg"
#define READY_FILE_EXTENSION ".ready"
#define RESUME_FILE_EXTENSION ".resume3"