add a credits line for each routing service

This commit is contained in:
Dan Stowell 2014-02-23 21:56:39 +00:00
parent f383fe2793
commit acf7cf5738
6 changed files with 15 additions and 0 deletions

View file

@ -4,6 +4,7 @@
OSM.RoutingEngines.list.push({
name: "javascripts.directions.engines.osrm_car",
creditline: 'Directions courtesy of <a href="http://project-osrm.org/" target="_blank">OSRM</a>',
draggable: true,
_hints: {},
getRoute: function(isFinal,points) {