# HG changeset patch # User Fadi Abbud # Date 1565277380 -7200 # Node ID 8509d80b85a1fb223bf9378ace524797631d6f92 # Parent e3210c87f497330c5604cfd3a7d9641fa401fd4b style-config: implement waterway profiles style-field diff -r e3210c87f497 -r 8509d80b85a1 client/src/components/systemconfiguration/ColorSettings.vue --- a/client/src/components/systemconfiguration/ColorSettings.vue Thu Aug 08 16:23:17 2019 +0200 +++ b/client/src/components/systemconfiguration/ColorSettings.vue Thu Aug 08 17:16:20 2019 +0200 @@ -4,7 +4,7 @@
-
+
{{ f.name }} Fill Color
@@ -14,7 +14,7 @@
-
+
{{ f.name }} Border Color
@@ -118,6 +118,10 @@ name: "LOS_3", fillColor: initFColor, strokeColor: initSColor + }, + { + name: "Waterway profiles", + strokeColor: initSColor } ] }; @@ -165,6 +169,11 @@ defaults.feature_colours_fairwaydimensionslos3_fill; break; } + case "Waterway profiles": { + feature.strokeColor = + defaults.feature_colours_waterwayprofiles_stroke; + break; + } } }, submit(feature) {