From: Andy Allan Date: Wed, 24 Aug 2022 14:48:57 +0000 (+0100) Subject: Merge pull request #3657 from Mortein/patch-1 X-Git-Tag: live~1160 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1d5b711e6266ce7850830534e4d2f34257e1a44b?hp=651c6b0d4c3cae766385d47d5d7043c8d80d9437 Merge pull request #3657 from Mortein/patch-1 Correct name in graphhopper.js --- diff --git a/app/assets/javascripts/index/directions/graphhopper.js b/app/assets/javascripts/index/directions/graphhopper.js index 9a09c1009..11d600316 100644 --- a/app/assets/javascripts/index/directions/graphhopper.js +++ b/app/assets/javascripts/index/directions/graphhopper.js @@ -14,7 +14,7 @@ function GraphHopperEngine(id, vehicleType) { return { id: id, - creditline: "Graphhopper", + creditline: "GraphHopper", draggable: false, getRoute: function (points, callback) {