From 67a664be08d0740484a1882f351f2fa4ad599d70 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Wed, 23 Feb 2011 21:11:23 +0100 Subject: [PATCH] Reverted back update url --- defines.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/defines.hpp b/defines.hpp index 6a1a2ac873..2f33a35c3f 100644 --- a/defines.hpp +++ b/defines.hpp @@ -7,13 +7,10 @@ #define INDEX_FILE_TAG "idx" #define HEADER_FILE_TAG "header" -// used with "file name = country name" engine -//#define COUNTRIES_FILE "countries_poly.txt" -// used with bucket storage engine #define COUNTRIES_FILE "countries_poly.txt" #define DATA_UPDATE_FILE "maps.update" #define BINARY_UPDATE_FILE "binary.update" -#define UPDATE_BASE_URL "http://data.mapswithme.com/maps/" +#define UPDATE_BASE_URL "http://melnichek.ath.cx:34568/maps/" #define WORLD_FILE_NAME "World"