forked from organicmaps/organicmaps
[mwm] New format version.
This commit is contained in:
parent
3298993a51
commit
6de33495b2
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ enum Format
|
|||
v1 = 0, // April 2011
|
||||
v2, // November 2011 (store type index, instead of raw type in mwm)
|
||||
v3, // March 2013 (store type index, instead of raw type in search data)
|
||||
lastFormat = v3
|
||||
v4, // April 2015 (distinguish и and й in search index)
|
||||
lastFormat = v4
|
||||
};
|
||||
|
||||
struct MwmVersion
|
||||
|
|
Loading…
Add table
Reference in a new issue