diff schema/gemma.sql @ 871:f0b6852c14d1 geo-style

More on uploading styles to gemma.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 30 Sep 2018 11:49:23 +0200
parents fa417ff1f355
children 254cd247826d
line wrap: on
line diff
--- a/schema/gemma.sql	Sat Sep 29 23:33:14 2018 +0200
+++ b/schema/gemma.sql	Sun Sep 30 11:49:23 2018 +0200
@@ -5,6 +5,8 @@
 --
 CREATE EXTENSION postgis;
 
+CREATE EXTENSION xml2;
+
 -- Needed for 3D processing e.g. for cross section profiles
 -- FIXME disabled for now, because not available on Ubuntu/Debian
 --CREATE EXTENSION postgis_sfcgal;