forked from organicmaps/organicmaps
[types] Do not display wheelchair types in the PP
This commit is contained in:
parent
aee30889b2
commit
d9d2b1b734
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