mapcentia / geocloud2

The GC2 framework helps you build a spatial data infrastructure quickly and easily. Powered using open source components for a scalable solution focused on freedom rather than fees.
https://www.osgeo.org/projects/gc2-vidi/
GNU Affero General Public License v3.0
148 stars 67 forks source link

QOL: Support more geometry when creating layer from scratch #84

Closed giovanniborella closed 4 years ago

giovanniborella commented 4 years ago

Add support for setting 'Z'-types of geometry when creating a layer from scratch.

Saves having to run something like alter table schema.table ALTER COLUMN the_geom type geometry (LinestringZ, 25832) USING ST_Force3D(the_geom) afterwards..