From 2a634041a7c2c8c9535c072a3ddb01164c0c364a Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Tue, 15 May 2012 13:36:21 +0100 Subject: [PATCH] different colors for history routes --- WebContent/base/OSRM.HistoryRoutes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/base/OSRM.HistoryRoutes.js b/WebContent/base/OSRM.HistoryRoutes.js index 7f11b44da..c87c7be3d 100644 --- a/WebContent/base/OSRM.HistoryRoutes.js +++ b/WebContent/base/OSRM.HistoryRoutes.js @@ -29,7 +29,7 @@ OSRM.HistoryRoute = function() { {dashed:false, color:'#000055', opacity:0.25, weight:5}, {dashed:false, color:'#000033', opacity:0.20, weight:5}, {dashed:false, color:'#000011', opacity:0.15, weight:5}, - {dashed:false, color:'#FF0000', opacity:0.50, weight:5} + {dashed:false, color:'#000000', opacity:0.10, weight:5} ]; this._history_length = this._history_styles.length;