Re: [postgis-users] Postgis 2.0 TopoGeo_AddPolygon

2012-09-02 Thread Sandro Santilli
On Mon, Sep 03, 2012 at 08:22:25AM +0200, Christophe Vergon wrote: > Hi, > > " > > Glad to hear that: > bug reports are usually the main subject " > > Not a bug but the function behavior. > > I've got to polygons > > One with a hole, the second is the hole of the first. > > The second is pass

Re: [postgis-users] Postgis 2.0 TopoGeo_AddPolygon

2012-09-02 Thread Christophe Vergon
Hi, " Glad to hear that: bug reports are usually the main subject " Not a bug but the function behavior. I've got to polygons One with a hole, the second is the hole of the first. The second is passed to the function at first. A face is created. The first is passed to the function : no face

Re: [postgis-users] Postgis 2.0 TopoGeo_AddPolygon

2012-09-01 Thread Sandro Santilli
On Thu, Aug 30, 2012 at 08:20:27AM +0200, Christophe Vergon wrote: > TopoGeo_AddPolygon works perfectly ! Glad to hear that: bug reports are usually the main subject :) --strk; ___ postgis-users mailing list postgis-users@postgis.refractions.net http:/

Re: [postgis-users] Postgis 2.0 TopoGeo_AddPolygon

2012-08-29 Thread Christophe Vergon
Hi, thanks ! That helps ! Connecting in postgres database: CREATE DATABASE survey TEMPLATE=template_postgis_20; ALTER DATABASE survey SET search_path="$user", public, topology; Closing session Connecting to survey database TopoGeo_AddPolygon works perfectly !

Re: [postgis-users] Postgis 2.0 TopoGeo_AddPolygon

2012-08-28 Thread Paragon Corporation
ns.net] On Behalf Of Christophe Vergon Sent: Tuesday, August 28, 2012 11:50 AM To: PostGIS Users Discussion Subject: [postgis-users] Postgis 2.0 TopoGeo_AddPolygon Hi, When we try to use TopoGeo_AddPolygon an error occure the sended msg is: St_GetFaceGeometry does not exist ??? But the St_GetF

[postgis-users] Postgis 2.0 TopoGeo_AddPolygon

2012-08-28 Thread Christophe Vergon
Hi, When we try to use TopoGeo_AddPolygon an error occure the sended msg is: St_GetFaceGeometry does not exist ??? But the St_GetFaceFunction exist in topology ... we use it. Our problem is how to include polygons directly in a topology, those polygons have matching points each other. A