From 4afedb07a26f8e9da05697b4e26ff52ef1fe55fb Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 30 Mar 2017 15:18:16 +0100 Subject: [PATCH] Update mapzen directions credit link Rather than pointing at a redirect, point at the target of the redirect. Refs #1388 --- app/assets/javascripts/index/directions/mapzen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/index/directions/mapzen.js b/app/assets/javascripts/index/directions/mapzen.js index 263938860..981fc3807 100644 --- a/app/assets/javascripts/index/directions/mapzen.js +++ b/app/assets/javascripts/index/directions/mapzen.js @@ -34,7 +34,7 @@ function MapzenEngine(id, costing) { return { id: id, - creditline: "Mapzen", + creditline: "Mapzen", draggable: false, getRoute: function (points, callback) { -- 2.43.2