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-01-28 20:12:45 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:11:07 +0300
commit1a645c58590d451cb901281bdb97a2b5d3277c40 (patch)
tree87e00311e5c94af5a1f17a52de11076dfbae545b /defines.hpp
parent9292651e891607c52a73c4c43125637e30e4fb40 (diff)
Added countries to downloader
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 1b55202d1c..b683300242 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -11,7 +11,7 @@
// used with "file name = country name" engine
//#define COUNTRIES_FILE "countries_poly.txt"
// used with bucket storage engine
-#define COUNTRIES_FILE "countries.txt"
+#define COUNTRIES_FILE "countries_poly.txt"
#define UPDATE_CHECK_FILE "maps.update"
#define UPDATE_BASE_URL "http://melnichek.ath.cx:34568/maps/"