diff --git a/build_data.js b/build_data.js index deb949b89..2d72591d8 100644 --- a/build_data.js +++ b/build_data.js @@ -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', [ diff --git a/modules/services/improveOSM.js b/modules/services/improveOSM.js index e170f930d..2031c4720 100644 --- a/modules/services/improveOSM.js +++ b/modules/services/improveOSM.js @@ -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(); } -}; \ No newline at end of file +}; diff --git a/svg/fontawesome/fas-long-arrow-alt-right.svg b/svg/fontawesome/fas-long-arrow-alt-right.svg new file mode 100644 index 000000000..a2b44d34b --- /dev/null +++ b/svg/fontawesome/fas-long-arrow-alt-right.svg @@ -0,0 +1 @@ + \ No newline at end of file