From: Richard Fairhurst Date: Sat, 8 Mar 2014 12:35:00 +0000 (+0000) Subject: Remove CloudMade foot engine X-Git-Tag: live~4217^2~31 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/dd4406ed41653a6b3c2b2adeda1d524358203498 Remove CloudMade foot engine (OSM is probably not an "Enterprise Plan" customer ;) ) --- diff --git a/app/assets/javascripts/routing_engines/cloudmade_foot.js b/app/assets/javascripts/routing_engines/cloudmade_foot.js deleted file mode 100644 index 13368d0a2..000000000 --- a/app/assets/javascripts/routing_engines/cloudmade_foot.js +++ /dev/null @@ -1,44 +0,0 @@ -// CloudMade foot engine -// *** again, this should be shared from a Cloudmade library somewhere -// *** this API key is taken from some example code, not for real live use! -// http://cloudmade.com/documentation/routing - -OSM.RoutingEngines.list.push({ - name: "javascripts.directions.engines.cloudmade_foot", - creditline: 'Directions courtesy of Cloudmade', - draggable: false, - CM_SPRITE_MAP: { - "C": 1, - "TL": 7, - "TSLL": 8, - "TSHL": 6, - "TR": 3, - "TSLR": 2, - "TSHR": 4, - "TU": 5 - }, // was half expecting to see TLDR in there - getRoute: function(isFinal,points) { - var url="http://routes.cloudmade.com/8ee2a50541944fb9bcedded5165f09d9/api/0.3/"; - var p=[]; - for (var i=0; i