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-07 13:23:02 +0300
committerVladiMihaylenko <vxmihaylenko@gmail.com>2017-02-07 13:24:17 +0300
commit3ead8da93d07802d52b23bd593b72fd80ee07758 (patch)
treef7e3469118016bf001294cfecfd49869b25901fa /indexer/ftypes_matcher.hpp
parent4920a7cce57fc4937df5939586df05bf0d289181 (diff)
Added shield to French, Uikraine, Belarusian and Dutch roads
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index c599aaa35d..0b06d40f4a 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -253,14 +253,13 @@ HighwayClass GetHighwayClass(feature::TypesHolder const & types);
enum class RoadShieldType
{
Default = 0,
+ Generic_Green,
+ Generic_Blue,
+ Generic_Red,
+ Generic_Orange,
US_Interstate,
US_Highway,
- Euro_Motorway,
- UK_Motorway,
UK_Highway,
- Russia_Highway,
- France_Motorway,
- France_Departmental,
Count
};