comparison 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
comparison
equal deleted inserted replaced
870:29c11f4bf9db 871:f0b6852c14d1
2 2
3 -- 3 --
4 -- Infrastructure 4 -- Infrastructure
5 -- 5 --
6 CREATE EXTENSION postgis; 6 CREATE EXTENSION postgis;
7
8 CREATE EXTENSION xml2;
7 9
8 -- Needed for 3D processing e.g. for cross section profiles 10 -- Needed for 3D processing e.g. for cross section profiles
9 -- FIXME disabled for now, because not available on Ubuntu/Debian 11 -- FIXME disabled for now, because not available on Ubuntu/Debian
10 --CREATE EXTENSION postgis_sfcgal; 12 --CREATE EXTENSION postgis_sfcgal;
11 13