diff schema/default_sysconfig.sql @ 831:fa417ff1f355

Extended schema to save feature style information.
author Sascha Wilde <wilde@intevation.de>
date Thu, 27 Sep 2018 23:59:36 +0200
parents
children e4b72a199258
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema/default_sysconfig.sql	Thu Sep 27 23:59:36 2018 +0200
@@ -0,0 +1,13 @@
+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;