diff schema/updates/1111/01.styles_config.sql @ 4239:81153eae048c

styls-config: add more system configurations for geo styling in schema
author Fadi Abbud <fadi.abbud@intevation.de>
date Thu, 22 Aug 2019 08:56:22 +0200
parents
children fe01e997d66f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema/updates/1111/01.styles_config.sql	Thu Aug 22 08:56:22 2019 +0200
@@ -0,0 +1,4 @@
+INSERT INTO sys_admin.system_config VALUES ('distance_marks_ashore_fill', '#8888FF') ON CONFLICT (config_key) DO NOTHING;
+INSERT INTO sys_admin.system_config VALUES ('distance_marks_ashore_stroke', '#3333FF') ON CONFLICT (config_key) DO NOTHING;
+INSERT INTO sys_admin.system_config VALUES ('waterway_axis_stroke', '#0000FF') ON CONFLICT (config_key) DO NOTHING;
+INSERT INTO sys_admin.system_config VALUES ('waterway_area_stroke', '#006600') ON CONFLICT (config_key) DO NOTHING;
\ No newline at end of file