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-22 23:36:31 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:10:44 +0300
commit0998a6bc3a926e9a3bff5369d380e7b479de1a9d (patch)
tree707cbdbd6ad59aa1686f8e3bfefc6c54659b0807 /defines.hpp
parentfc917c3fe97327254cd2f682f361ff497e8e345c (diff)
Moved defines.hpp to the project root
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/defines.hpp b/defines.hpp
new file mode 100644
index 0000000000..1b55202d1c
--- /dev/null
+++ b/defines.hpp
@@ -0,0 +1,18 @@
+#pragma once
+
+
+#define DATA_FILE_EXTENSION ".mwm"
+#define DATA_FILE_TAG "dat"
+#define GEOMETRY_FILE_TAG "geom"
+#define TRIANGLE_FILE_TAG "trg"
+#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.txt"
+#define UPDATE_CHECK_FILE "maps.update"
+#define UPDATE_BASE_URL "http://melnichek.ath.cx:34568/maps/"
+
+#define WORLD_FILE_NAME "World"