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-02-19 13:15:07 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:12:39 +0300
commit6d74c073e1270f10a69aef3d5cc6910f1699cfad (patch)
tree474e7287336e58a3350dbde973f2331948d5b0cc /defines.hpp
parentd87fba4671b9b696c9700f32f70b5da09539940a (diff)
Minor Refactoring for update check notification mechanism
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/defines.hpp b/defines.hpp
index 4459d8d02f..6a1a2ac873 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -11,8 +11,9 @@
//#define COUNTRIES_FILE "countries_poly.txt"
// used with bucket storage engine
#define COUNTRIES_FILE "countries_poly.txt"
-#define UPDATE_CHECK_FILE "maps.update"
-#define UPDATE_BASE_URL "http://melnichek.ath.cx:34568/maps/"
+#define DATA_UPDATE_FILE "maps.update"
+#define BINARY_UPDATE_FILE "binary.update"
+#define UPDATE_BASE_URL "http://data.mapswithme.com/maps/"
#define WORLD_FILE_NAME "World"