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-10-06 02:23:17 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:25:18 +0300
commit7d0b33a6a37bc1cf0018f91f1fc470337ed0c69b (patch)
tree5acedbc84668a6f4c1e1c70d8534d255fa567edb /defines.hpp
parent73514ad96266688611f94183fcdad1e13c9ffc26 (diff)
Added simple url change on error support
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/defines.hpp b/defines.hpp
index cb98329964..a1011cc161 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -13,12 +13,6 @@
#define DATA_UPDATE_FILE "maps.update"
#define BINARY_UPDATE_FILE "binary.update"
-#ifdef OMIM_PRODUCTION
- #define UPDATE_BASE_URL "http://data.mapswithme.com/"
-#else
- #define UPDATE_BASE_URL "http://svobodu404popugajam.mapswithme.com:34568/maps/"
-#endif
-
#define WORLD_FILE_NAME "World"
#define WORLD_COASTS_FILE_NAME "WorldCoasts"