diff schema/updates/1109/01.distance_marks.sql @ 4232:8aff98c84a5a

Example how to style distance_marks WMS layer with templating.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 21 Aug 2019 11:47:18 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema/updates/1109/01.distance_marks.sql	Wed Aug 21 11:47:18 2019 +0200
@@ -0,0 +1,2 @@
+INSERT INTO sys_admin.system_config VALUES ('distance_marks_fill', '#ff9999') ON CONFLICT (config_key) DO NOTHING;
+INSERT INTO sys_admin.system_config VALUES ('distance_marks_stroke', '#6666ff') ON CONFLICT (config_key) DO NOTHING;