X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/23ffdadb565be5ccc4ae9fad9647bdf0fa9b8683..d24cba4345d1784780c6036837109380e37986ae:/app/assets/javascripts/routing_engines/osrm.js diff --git a/app/assets/javascripts/routing_engines/osrm.js b/app/assets/javascripts/routing_engines/osrm.js index 660a306ea..b40d5b306 100644 --- a/app/assets/javascripts/routing_engines/osrm.js +++ b/app/assets/javascripts/routing_engines/osrm.js @@ -13,7 +13,7 @@ OSRMEngine.prototype.createConfig = function() { var that = this; return { name: "javascripts.directions.engines.osrm_"+this.vehicleName.toLowerCase(), - creditline: 'Directions courtesy of OSRM', + creditline: 'OSRM', draggable: true, _hints: {}, getRoute: function(isFinal,points) {