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>2015-03-13 14:43:04 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:39:02 +0300
commit70b1f7b8f702739d3a3c1e7f8ea7d5f3368d82af (patch)
tree788e68da004d7b48af2b85dc8ea832b71fee4847 /defines.hpp
parent770e03274c0bd636831eb5f5429024c6eb2bfc5f (diff)
[generator] Correct work with FilesContainerR/W.
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/defines.hpp b/defines.hpp
index 554df8e6cd..69957e1a6d 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -39,6 +39,11 @@
#define BOOKMARKS_FILE_EXTENSION ".kml"
#define ROUTING_FILE_EXTENSION ".routing"
+#define GEOM_INDEX_TMP_EXT ".geomidx.tmp"
+#define CELL2FEATURE_SORTED_EXT ".c2f.sorted"
+#define CELL2FEATURE_TMP_EXT ".c2f.tmp"
+
+
#define COUNTRIES_FILE "countries.txt"
#define WORLD_FILE_NAME "World"