[postgis-users] CopyTopology cannot copy a topology that "hasz"
Sandro Santilli
strk at keybit.net
Tue Jan 22 10:37:40 PST 2013
On Tue, Jan 22, 2013 at 01:24:57PM -0500, John Morrison wrote:
> Hi Sandro;
>
> Thanks for the reply*!* Per your directions, please note this is the
> postgis_full_version():
> *
> POSTGIS="2.1.0SVN r10775" GEOS="3.4.0dev-CAPI-1.8.0 r3737" PROJ="Rel.
> 4.7.1, 23 September 2009" GDAL="GDAL 1.10dev, released 2011/12/29"
> LIBXML="2.7.8" TOPOLOGY RASTER
This works for me:
select topology.createTopology('topo3d', 0, 0, true);
select topology.copyTopology('topo3d', 'topo3d-bis');
With:
POSTGIS="2.1.0SVN r10973" GEOS="3.4.0dev-CAPI-1.8.0 r3749" PROJ="Rel. 4.8.0, 6 March 2012" GDAL="GDAL 1.9.2, released 2012/10/08" LIBXML="2.7.8" LIBJSON="UNKNOWN" TOPOLOGY RASTER
--strk;
More information about the postgis-users
mailing list