forked from organicmaps/organicmaps
Merge pull request #4174 from Zverik/nowheel
[types] Do not display wheelchair types in the PP
This commit is contained in:
commit
d42a186a6a
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,7 @@ public:
|
|||
{ "hwtag" },
|
||||
{ "psurface" },
|
||||
{ "internet_access" },
|
||||
{ "wheelchair" },
|
||||
};
|
||||
|
||||
AddTypes(arr1);
|
||||
|
@ -99,6 +100,7 @@ public:
|
|||
{ "amenity", "bench" },
|
||||
{ "amenity", "shelter" },
|
||||
{ "building", "address" },
|
||||
{ "building", "has_parts" },
|
||||
{ "sponsored", "booking" },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue