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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2017-02-03 16:47:42 +0300
committerVladiMihaylenko <vxmihaylenko@gmail.com>2017-02-03 16:47:42 +0300
commit25303ae49278ad2c7c82381d0a7e8d4a1c3af9fb (patch)
treeb714e18cfe21e7aedbe0c286112f618c8fd1e962 /indexer/ftypes_matcher.hpp
parent7f6fb8e3c38bf2d61501862b68664bebe691e495 (diff)
Added shields to French roads.
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index f0b02030af..c599aaa35d 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -255,10 +255,12 @@ enum class RoadShieldType
Default = 0,
US_Interstate,
US_Highway,
+ Euro_Motorway,
UK_Motorway,
UK_Highway,
- Russia_Motorway,
Russia_Highway,
+ France_Motorway,
+ France_Departmental,
Count
};