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:29:49 +0200
commita212e1c70c0ffe3f5da7267bd3eb9a5e44a74f42 (patch)
tree6302ce345fbfcf364a7b0b87cf5500998df77977
parentcc9b7279fdc9db20fe1b480c5cf8384a6b32634d (diff)
downloadChimère-a212e1c70c0ffe3f5da7267bd3eb9a5e44a74f42.tar.bz2
Chimère-a212e1c70c0ffe3f5da7267bd3eb9a5e44a74f42.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 894da10..d2cfd98 100644
--- a/chimere/static/chimere/js/jquery.chimere.js
+++ b/chimere/static/chimere/js/jquery.chimere.js
@@ -2485,7 +2485,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({