annotate schema/updates/1109/01.distance_marks.sql @ 4792:9412bc2545e8

client: implement exporting of diagram as image (waterlevel)
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 25 Oct 2019 13:46:05 +0200
parents 8aff98c84a5a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4232
8aff98c84a5a Example how to style distance_marks WMS layer with templating.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
1 INSERT INTO sys_admin.system_config VALUES ('distance_marks_fill', '#ff9999') ON CONFLICT (config_key) DO NOTHING;
8aff98c84a5a Example how to style distance_marks WMS layer with templating.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2 INSERT INTO sys_admin.system_config VALUES ('distance_marks_stroke', '#6666ff') ON CONFLICT (config_key) DO NOTHING;