mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Merge branch 'master' into validation
This commit is contained in:
@@ -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; };
|
||||
|
||||
|
||||
@@ -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'));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user