From: Tom Hughes Date: Mon, 12 Oct 2015 20:17:57 +0000 (+0100) Subject: User ferry icon for kFerryEnter with Mapzen routing X-Git-Tag: live~3985 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/3932c6b7f28223819fb71920b2458fc1180cba82?hp=d2765cb23d5501b6f10c82afdd90a760674f542f User ferry icon for kFerryEnter with Mapzen routing --- 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; ];