changeset 99:3ad1c35b258f

Add todo regarding PostGIS data type.
author Tom Gottfried <tom@intevation.de>
date Wed, 13 Jun 2018 22:40:51 +0200
parents 81a2b26bf16b
children 7f934f77831a
files wamos.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wamos.sql	Wed Jun 13 22:39:38 2018 +0200
+++ b/wamos.sql	Wed Jun 13 22:40:51 2018 +0200
@@ -60,7 +60,7 @@
 
 CREATE TABLE wamos.responsibility_areas (
        country char(2) PRIMARY KEY REFERENCES countries,
-       area geometry(POLYGON, 4326)
+       area geometry(POLYGON, 4326) --XXX: Should be geography (elsewhere too)
        );
 
 CREATE TABLE wamos.language_codes (