Include office key for name-suggestion-index matching

In anticipation of https://github.com/osmlab/name-suggestion-index/issues/2634
This commit is contained in:
Bryan Housel
2019-05-19 21:42:57 -04:00
parent b09b43f6d3
commit 0f387c9fcd
+1 -1
View File
@@ -15,7 +15,7 @@ export function validationOutdatedTags() {
// initialize name-suggestion-index matcher
var nsiMatcher = matcher();
nsiMatcher.buildMatchIndex(brands.brands);
var nsiKeys = ['amenity', 'shop', 'tourism', 'leisure'];
var nsiKeys = ['amenity', 'shop', 'tourism', 'leisure', 'office'];
function oldTagIssues(entity, context) {