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
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
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:/
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 !
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
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