OSM.RoutingEngines.list.push({
name: "javascripts.directions.engines.cloudmade_foot",
+ creditline: 'Directions courtesy of <a href="http://cloudmade.com/products/routing" target="_blank">Cloudmade</a>',
draggable: false,
CM_SPRITE_MAP: {
"C": 1,
url+="/foot.js";
url+="?lang=" + I18n.currentLocale();
this.requestJSONP(url+"&callback=");
+ return true;
},
gotRoute: function(router,data) {
router.setPolyline(data.route_geometry);