Merge branch 'master' into validation

This commit is contained in:
Quincy Morgan
2019-02-07 07:01:36 -05:00
19 changed files with 207 additions and 76 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export function svgTagClasses() {
var secondaries = [
'oneway', 'bridge', 'tunnel', 'embankment', 'cutting', 'barrier',
'surface', 'tracktype', 'footway', 'crossing', 'service', 'sport',
'public_transport', 'location', 'parking'
'public_transport', 'location', 'parking', 'golf'
];
var _tags = function(entity) { return entity.tags; };
+1
View File
@@ -145,6 +145,7 @@ export function uiRawTagEditor(context) {
.append('button')
.attr('tabindex', -1)
.attr('class', 'form-field-button remove')
.attr('title', t('icons.remove'))
.call(svgIcon('#iD-operation-delete'));