From 7b797ddbf8115c231bd0b41317f86c7be1037e7f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 10 Oct 2016 15:29:49 +0200 Subject: Change default color of routing --- chimere/static/chimere/js/jquery.chimere.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chimere/static/chimere/js/jquery.chimere.js b/chimere/static/chimere/js/jquery.chimere.js index 0e6440f..1bece14 100644 --- a/chimere/static/chimere/js/jquery.chimere.js +++ b/chimere/static/chimere/js/jquery.chimere.js @@ -2482,7 +2482,7 @@ function transformCoordToLonLat(coord) { new ol.style.Style({ stroke: new ol.style.Stroke({ width: 5, - color: 'rgba(203, 194, 185, 0.8)' + color: 'rgba(255, 126, 0, 0.6)' })}), new ol.style.Style({ stroke: new ol.style.Stroke({ -- cgit v1.2.3