mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Don't lookup postal_code values from taginfo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user