]> git.openstreetmap.org Git - rails.git/commitdiff
Correct name in graphhopper.js
authorKiel Hurley <kielhurley@gmail.com>
Wed, 17 Aug 2022 01:19:25 +0000 (13:19 +1200)
committerGitHub <noreply@github.com>
Wed, 17 Aug 2022 01:19:25 +0000 (13:19 +1200)
When using directions, the footer says "Directions courtesy of Graphhopper"

app/assets/javascripts/index/directions/graphhopper.js

index 9a09c1009bea6d8cd19ec787e2a2f5532c77af86..11d600316db8e5ddb978dc6d8011223f947d0c9a 100644 (file)
@@ -14,7 +14,7 @@ function GraphHopperEngine(id, vehicleType) {
 
   return {
     id: id,
-    creditline: "<a href=\"https://www.graphhopper.com/\" target=\"_blank\">Graphhopper</a>",
+    creditline: "<a href=\"https://www.graphhopper.com/\" target=\"_blank\">GraphHopper</a>",
     draggable: false,
 
     getRoute: function (points, callback) {