Minor fixes to the I18n code of routing
MapQuest instructions still don't translate, as that backend doesn't accept simple language locals but require country codes as well.
This commit is contained in:
parent
23ffdadb56
commit
d24cba4345
6 changed files with 19 additions and 8 deletions
|
@ -13,7 +13,7 @@ OSRMEngine.prototype.createConfig = function() {
|
|||
var that = this;
|
||||
return {
|
||||
name: "javascripts.directions.engines.osrm_"+this.vehicleName.toLowerCase(),
|
||||
creditline: 'Directions courtesy of <a href="http://project-osrm.org/" target="_blank">OSRM</a>',
|
||||
creditline: '<a href="http://project-osrm.org/" target="_blank">OSRM</a>',
|
||||
draggable: true,
|
||||
_hints: {},
|
||||
getRoute: function(isFinal,points) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue