Add oneway icon for ImproveOSM oneway markers

This commit is contained in:
Bryan Housel
2019-02-03 23:55:16 -05:00
parent ebdf6431f7
commit e4e0d9d13a
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -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();
}
};
};