mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-02 05:01:38 +02:00
Don't add addr:housenumber=yes when applying Address preset (#1874)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user