forked from organicmaps/organicmaps
[feature] Treat highway=elevator as a 'secondary' type.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
902a1bbf93
commit
71b8410414
1 changed files with 3 additions and 2 deletions
|
@ -150,11 +150,12 @@ private:
|
|||
{"amenity", "shelter"},
|
||||
{"amenity", "toilets"},
|
||||
{"amenity", "drinking_water"},
|
||||
{"shop", "copyshop"}, // often used as secondary tag for amenity=post_office
|
||||
{"leisure", "pitch"}, // Give priority to tag "sport"=*.
|
||||
{"shop", "copyshop"}, // often used as secondary tag for amenity=post_office
|
||||
{"leisure", "pitch"}, // give priority to the "sport"=* tag
|
||||
{"sport", "9pin"},
|
||||
{"sport", "10pin"},
|
||||
{"public_transport", "platform"},
|
||||
{"highway", "elevator"}, // used with railway=subway_entrance (DC)
|
||||
};
|
||||
|
||||
Classificator const & c = classif();
|
||||
|
|
Loading…
Add table
Reference in a new issue