Added more building “useless” types.

This commit is contained in:
vng 2016-01-26 20:24:50 +03:00 committed by Sergey Yershov
parent f6a3b8254b
commit 0dc9f5fa28

View file

@ -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);