forked from organicmaps/organicmaps
Added more building “useless” types.
This commit is contained in:
parent
f6a3b8254b
commit
0dc9f5fa28
1 changed files with 3 additions and 1 deletions
|
@ -77,6 +77,7 @@ public:
|
|||
// 1-arity
|
||||
char const * arr1[][1] = {
|
||||
{ "building" },
|
||||
{ "building:part" },
|
||||
{ "hwtag" },
|
||||
{ "internet_access" },
|
||||
};
|
||||
|
@ -86,7 +87,8 @@ public:
|
|||
|
||||
// 2-arity
|
||||
char const * arr2[][2] = {
|
||||
{ "amenity", "atm" }
|
||||
{ "amenity", "atm" },
|
||||
{ "building", "address" },
|
||||
};
|
||||
|
||||
AddTypes(arr2);
|
||||
|
|
Loading…
Add table
Reference in a new issue