[postgis-users] Postgis 2.0 TopoGeo_AddPolygon
Paragon Corporation
lr at pcorp.us
Tue Aug 28 12:57:01 PDT 2012
Check to make sure that topology schema is in your database search path.
CREATE EXTENSION postgis_topology;
adds it automatically, but if you built from a template database it won't be
there.
I forget if the regular topology install script automatically adds it.
So something like
ALTER DATABASE mygisdb SET search_path="$user", public, topology;
You'll need to start a new session for the changes to take effect.
Hope that helps,
Regina
-----Original Message-----
From: postgis-users-bounces at postgis.refractions.net
[mailto:postgis-users-bounces at postgis.refractions.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_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.
Any idea ?
_______________________________________________
postgis-users mailing list
postgis-users at postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users
More information about the postgis-users
mailing list