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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2018-02-21 15:38:20 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-02-28 14:09:16 +0300
commitdf726efe29f8e6d7a78ea2cc993b80a080416f79 (patch)
treed70f345709dad8bee7d1cc22146394926c4a56a9 /indexer/ftypes_matcher.hpp
parent8a7e2ee86a401014d8944bec49ab59935e5c8943 (diff)
Adding highway class Transported for ferry and trains which transports cars.
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index 9a484efa8d..97010a120c 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -263,6 +263,7 @@ enum class HighwayClass
{
Undefined = 0, // There has not been any attempt of calculating HighwayClass.
Error, // There was an attempt of calculating HighwayClass but it was not successful.
+ Transported, // Vehicles are transported by a train or a ferry.
Trunk,
Primary,
Secondary,