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.
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..
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..