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:
authorSergey Yershov <yershov@corp.mail.ru>2016-01-04 19:15:24 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:15:06 +0300
commitd87044c485d3550824ba80dda89191b2edcea636 (patch)
tree9b3ff3aac33e9cac38f2d084622f2b4075aaa5f3 /defines.hpp
parente57df7316957d85534dc78b2d9cb642bfbbeeccd (diff)
[Old map downloader] Base migration support
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/defines.hpp b/defines.hpp
index eeb441747a..3a6299f01c 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -50,16 +50,19 @@
#define CELL2FEATURE_TMP_EXT ".c2f.tmp"
#define COUNTRIES_FILE "countries.txt"
+#define COUNTRIES_MIGRATE_FILE "countries_mig.txt"
#define WORLD_FILE_NAME "World"
#define WORLD_COASTS_FILE_NAME "WorldCoasts"
+#define WORLD_COASTS_MIGRATE_FILE_NAME "WorldCoasts_mig"
#define SETTINGS_FILE_NAME "settings.ini"
#define SEARCH_CATEGORIES_FILE_NAME "categories.txt"
-#define PACKED_POLYGONS_FILE "packed_polygons.bin"
#define PACKED_POLYGONS_INFO_TAG "info"
+#define PACKED_POLYGONS_FILE "packed_polygons.bin"
+#define PACKED_POLYGONS_MIGRATE_FILE "packed_polygons_mig.bin"
#define EXTERNAL_RESOURCES_FILE "external_resources.txt"