Don't add addr:housenumber=yes when applying Address preset (#1874)

This commit is contained in:
John Firebaugh
2013-10-09 16:35:12 -07:00
parent 20d3af5620
commit d1b4e04ee4
4 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ iD.presets.Preset = function(id, preset, fields) {
return tags;
};
var applyTags = preset.applyTags || preset.tags;
var applyTags = preset.addTags || preset.tags;
preset.applyTags = function(tags, geometry) {
tags = _.clone(tags);