Correct name in graphhopper.js
When using directions, the footer says "Directions courtesy of Graphhopper"
This commit is contained in:
parent
c815101381
commit
778f6a8e36
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue