changeset 931:e758e12b38c9 geo-style

Merged default into geo-style branch.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 08 Oct 2018 14:48:58 +0200
parents 688e1530f66a (current diff) 71445b091415 (diff)
children 7899867c7bf5
files schema/gemma.sql
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/schema/gemma.sql	Mon Oct 08 14:29:59 2018 +0200
+++ b/schema/gemma.sql	Mon Oct 08 14:48:58 2018 +0200
@@ -5,10 +5,6 @@
 --
 CREATE EXTENSION postgis;
 
--- Needed for 3D processing e.g. for cross section profiles
--- FIXME disabled for now, because not available on Ubuntu/Debian
---CREATE EXTENSION postgis_sfcgal;
-
 -- TODO: will there ever be UPDATEs or can we drop that function due to
 -- historicisation?
 CREATE FUNCTION update_date_info() RETURNS trigger