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:
authorvng <viktor.govako@gmail.com>2014-09-02 19:38:56 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:26:36 +0300
commita576342b803f00e043411e3ba13c06103a915f28 (patch)
treea0552a5a2a4ccc0f3d0aa1d54f30469ff1513b48 /defines.hpp
parentf0a748ebb69a4e7cc9e24888ba5edb580126c034 (diff)
[generator] Generate .mwm.osm2ft file for mapping ways from OSM to Feature ID.
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/defines.hpp b/defines.hpp
index 215ca86e16..146ea96bc7 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -3,6 +3,8 @@
#define DATA_FILE_EXTENSION ".mwm"
#define DATA_FILE_EXTENSION_TMP ".mwm.tmp"
#define FONT_FILE_EXTENSION ".ttf"
+#define OSM2FEATURE_FILE_EXTENSION ".osm2ft"
+
#define DATA_FILE_TAG "dat"
#define GEOMETRY_FILE_TAG "geom"
#define TRIANGLE_FILE_TAG "trg"