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
+3 -1
View File
@@ -59,7 +59,9 @@ module.exports = function buildData() {
};
// Font Awesome icons used
var faIcons = {};
var faIcons = {
'fas-long-arrow-alt-right': {}
};
// Start clean
shell.rm('-f', [
+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();
}
};
};
@@ -0,0 +1 @@
<svg aria-hidden="true" data-prefix="fas" data-icon="long-arrow-alt-right" class="svg-inline--fa fa-long-arrow-alt-right fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z"></path></svg>

After

Width:  |  Height:  |  Size: 468 B