summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-10 15:29:49 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-10 15:30:31 +0200
commit7b797ddbf8115c231bd0b41317f86c7be1037e7f (patch)
treee4a40f6aeff5915f783bc27e2e1408c39d8547ca
parente8da903babbf3a30a7609e48dbaafc732e3e075d (diff)
downloadChimère-7b797ddbf8115c231bd0b41317f86c7be1037e7f.tar.bz2
Chimère-7b797ddbf8115c231bd0b41317f86c7be1037e7f.zip
Change default color of routing
-rw-r--r--chimere/static/chimere/js/jquery.chimere.js2
1 files changed, 1 insertions, 1 deletions
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({