From: Kiel Hurley Date: Wed, 17 Aug 2022 01:19:25 +0000 (+1200) Subject: Correct name in graphhopper.js X-Git-Tag: live~2052^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/778f6a8e36d1a35e555a1ed98d00db28254090dc?ds=inline;hp=-c Correct name in graphhopper.js When using directions, the footer says "Directions courtesy of Graphhopper" --- 778f6a8e36d1a35e555a1ed98d00db28254090dc 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) {