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-22 13:38:36 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:15:06 +0300
commitdb6f3c49c42877f58c3c309d1d0bf6d080c5897c (patch)
tree37094f7ab6f5ae5d250c590a05a0a80f87f71840 /defines.hpp
parentc7b011d3cf8f495e4b1587b130aa063f416769af (diff)
[Old map downloader] Review fixes
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/defines.hpp b/defines.hpp
index 3a6299f01c..c9b4a8c1e5 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -49,12 +49,12 @@
#define CELL2FEATURE_SORTED_EXT ".c2f.sorted"
#define CELL2FEATURE_TMP_EXT ".c2f.tmp"
-#define COUNTRIES_FILE "countries.txt"
-#define COUNTRIES_MIGRATE_FILE "countries_mig.txt"
+#define COUNTRIES_FILE "countries.txt"
+#define COUNTRIES_MIGRATE_FILE "countries_migrate.txt"
#define WORLD_FILE_NAME "World"
#define WORLD_COASTS_FILE_NAME "WorldCoasts"
-#define WORLD_COASTS_MIGRATE_FILE_NAME "WorldCoasts_mig"
+#define WORLD_COASTS_MIGRATE_FILE_NAME "WorldCoasts_migrate"
#define SETTINGS_FILE_NAME "settings.ini"
@@ -62,7 +62,7 @@
#define PACKED_POLYGONS_INFO_TAG "info"
#define PACKED_POLYGONS_FILE "packed_polygons.bin"
-#define PACKED_POLYGONS_MIGRATE_FILE "packed_polygons_mig.bin"
+#define PACKED_POLYGONS_MIGRATE_FILE "packed_polygons_migrate.bin"
#define EXTERNAL_RESOURCES_FILE "external_resources.txt"