mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 05:28:03 +02:00
Add support for more Osmose error types
- Missing parking access - Malformed opening hours tagging - Objects detected by Mapillary that aren't mapped - Traffic sign information detected by Mapillary that isn't mapped Mapillary errors add example code for special error type handling as they don't need to request further details and can use piecewise translation strings
This commit is contained in:
@@ -70,7 +70,8 @@ function buildData() {
|
||||
'fas-long-arrow-alt-right': {},
|
||||
'fas-th-list': {},
|
||||
'fas-user-cog': {},
|
||||
'far-clone': {}
|
||||
'far-clone': {},
|
||||
'fas-weight-hanging': {}
|
||||
};
|
||||
|
||||
// The Noun Project icons used
|
||||
|
||||
Reference in New Issue
Block a user