view schema/default_sysconfig.sql @ 874:da526b58c9c4 geo-style

Added a flag geoserver-clean to force deletion of the gemma workspace before configuring the GeoServer again.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 30 Sep 2018 15:36:17 +0200
parents fa417ff1f355
children e4b72a199258
line wrap: on
line source

BEGIN;

--
-- Default system configurations for the GEMMA database
--

--
-- Style definitions
--
INSERT INTO systemconf.feature_colours VALUES ('Bottlenecks', 'stroke', 220, 220, 0, 1);
INSERT INTO systemconf.feature_colours VALUES ('Bottlenecks', 'fill', 230, 230, 10, 0.8);

COMMIT;