Fixed address input while nominatim is not available

This commit is contained in:
Christian Schwarz
2014-11-30 22:16:03 +01:00
parent e17a72ba4a
commit 1d580d3ca2
+2
View File
@@ -95,6 +95,8 @@ iD.ui.preset.address = function(field, context) {
}
function address(selection) {
isInitialized = false;
selection.selectAll('.preset-input-wrap')
.remove();