changeset 2003:917c672591c2

login_roles: temp fix with rectangle instead of point
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 24 Jan 2019 16:17:37 +0100
parents 1a4b218f5e19
children e19ac08214a1 25967829cf00
files schema/std_login_roles.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/schema/std_login_roles.sql	Thu Jan 24 14:28:40 2019 +0100
+++ b/schema/std_login_roles.sql	Thu Jan 24 16:17:37 2019 +0100
@@ -33,7 +33,7 @@
 -- personalized accounts.
 INSERT INTO countries (country_code) VALUES ('--');
 INSERT INTO users.responsibility_areas (country, area)
-  VALUES ('--', ST_GeomFromText('MULTIPOLYGON(((0 0, 0 0, 0 0, 0 0)))', 4326));
+  VALUES ('--', ST_GeomFromText('MULTIPOLYGON(((0 0, 1 0, 1 1, 0 1, 0 0)))', 4326));
 -- Add user profile data for sysadmin
 INSERT INTO internal.user_profiles
             (username, country, email_address, map_extent)