From 3932c6b7f28223819fb71920b2458fc1180cba82 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 12 Oct 2015 21:17:57 +0100 Subject: [PATCH] User ferry icon for kFerryEnter with Mapzen routing --- 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 02f0f4188..73643ba46 100644 --- a/app/assets/javascripts/index/directions/mapzen.js +++ b/app/assets/javascripts/index/directions/mapzen.js @@ -28,7 +28,7 @@ function MapzenEngine(id, costing) { 1, // kMerge = 25; 11, // kRoundaboutEnter = 26; 12, // kRoundaboutExit = 27; - 1, // kFerryEnter = 28; + 18, // kFerryEnter = 28; 1 // kFerryExit = 29; ]; -- 2.43.2