# HG changeset patch # User Thomas Junk # Date 1548343057 -3600 # Node ID 917c672591c2212889bd52240701f822ae5bcbbf # Parent 1a4b218f5e19fc7ae07a2877ed4ab7cfb69150c9 login_roles: temp fix with rectangle instead of point diff -r 1a4b218f5e19 -r 917c672591c2 schema/std_login_roles.sql --- 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)