forked from organicmaps/organicmaps
[test] fix address node test for main entrance
on a main entrance, it should not be converted to an address node (generator/osm2type.cpp L729) Signed-off-by: Harry Bond <endim8@pm.me>
This commit is contained in:
parent
ce7eeda6ea
commit
5d48a48f0b
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ UNIT_CLASS_TEST(TestWithClassificator, OsmType_Address)
|
|||
{"addr:housenumber", "41"},
|
||||
{"addr:postcode", "8050"},
|
||||
{"addr:street", "Leutschenbachstrasse"},
|
||||
{"entrance", "main"},
|
||||
{"entrance", "home"},
|
||||
{"survey:date", "2020-12-17"},
|
||||
{"wheelchair", "no"},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue