mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
@@ -2,6 +2,7 @@
|
||||
"geometry": "line",
|
||||
"icon": "highway",
|
||||
"id": "Road",
|
||||
"icon": "category-roads",
|
||||
"members": [
|
||||
"highway/residential",
|
||||
"highway/motorway",
|
||||
|
||||
@@ -286,7 +286,10 @@ iD.ui.PresetGrid = function(context, entity) {
|
||||
.attr('class','label')
|
||||
.text(name);
|
||||
|
||||
entered.append('button')
|
||||
entered.filter(function(d) {
|
||||
return !d.members;
|
||||
})
|
||||
.append('button')
|
||||
.attr('tabindex', -1)
|
||||
.attr('class', 'preset-help')
|
||||
.on('click', helpClick, selection)
|
||||
|
||||
Reference in New Issue
Block a user