Correct name in graphhopper.js

When using directions, the footer says "Directions courtesy of Graphhopper"
This commit is contained in:
Kiel Hurley 2022-08-17 13:19:25 +12:00 committed by GitHub
parent c815101381
commit 778f6a8e36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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) {