mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 12:41:36 +02:00
Add oneway icon for ImproveOSM oneway markers
This commit is contained in:
@@ -215,7 +215,7 @@ export default {
|
||||
comments: null,
|
||||
error_subtype: '',
|
||||
error_type: k,
|
||||
icon: '', //TODO: Find suitable icon
|
||||
icon: 'fas-long-arrow-alt-right',
|
||||
identifier: { // this is used to post changes to the error
|
||||
wayId: feature.wayId,
|
||||
fromNodeId: feature.fromNodeId,
|
||||
@@ -436,4 +436,4 @@ export default {
|
||||
getClosedIDs: function() {
|
||||
return Object.keys(_erCache.closed).sort();
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user