diff --git a/modules/services/taginfo.js b/modules/services/taginfo.js index cc8df7041..6242be845 100644 --- a/modules/services/taginfo.js +++ b/modules/services/taginfo.js @@ -182,7 +182,9 @@ export default { init: function() { inflight = {}; taginfoCache = {}; - popularKeys = {}; + popularKeys = { + postal_code: true // #5377 + }; // Fetch popular keys. We'll exclude these from `values` // lookups because they stress taginfo, and they aren't likely