view 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 source

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;