annotate schema/updates/1109/01.distance_marks.sql @ 5267:aca4bf7af270

client: remove mapState from import statement
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 10 Jun 2020 16:33:10 +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;