annotate schema/updates/1109/01.distance_marks.sql @ 5425:345515bc4548 marking-single-beam

Make GeoServer layer sounding_results_marking_points_geoserver working.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 09 Jul 2021 22:03:44 +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;