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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-04-03 03:45:45 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:14:56 +0300
commit444cb21c242be99dd5a518a4486fce12713a82a1 (patch)
tree515244beccb4ed17219f958593a7fb306f46cac8 /defines.hpp
parent44b6ce1669d7c73c99a73e6eef806bb41150e468 (diff)
Removed old countries.txt with cell ids
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/defines.hpp b/defines.hpp
index 681e991249..38149a7319 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -7,7 +7,7 @@
#define INDEX_FILE_TAG "idx"
#define HEADER_FILE_TAG "header"
-#define COUNTRIES_FILE "countries_poly.txt"
+#define COUNTRIES_FILE "countries.txt"
#define DATA_UPDATE_FILE "maps.update"
#define BINARY_UPDATE_FILE "binary.update"
#define UPDATE_BASE_URL "http://data.mapswithme.com/"