mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Add warning for multipolygon members with no set role (close #5851)
This commit is contained in:
@@ -308,6 +308,8 @@ export function uiIssues(context) {
|
||||
d += '.highway';
|
||||
} else if (d === 'almost_junction') {
|
||||
d += '.highway-highway';
|
||||
} else if (d === 'missing_role') {
|
||||
d += '.multipolygon';
|
||||
}
|
||||
return t('issues.' + d + '.tip');
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user