[postgis-users] Re: [Mapserver-users] Create View with PostGis table

Jorge Alberto Arocha Muñoz jorge_alberto at arocha.net
Wed Nov 12 05:21:50 PST 2003


Bien no parece que sea un error de postgis porque el da un mensaje de
error mostrando la sentencia SQL que lo ha causado, aun así yo he
trabajado con vistas complejas y lo que hago es lo que Usted ya hizo,
pero teniendo en cuenta el oid de la tabla que tiene las posiciones, es
decir:

1. Crear la vista:

test=> CREATE VIEW only_pg_view AS SELECT t0.oid, t0.* FROM
landusea_region t0;

2. Insertar el registro en la tabla geometry columns:

test only_pg_view the_geom 2 -1 MULTIPOLYGON 17464 7

3. Debe quedar Ok, solo se me ocurre una cosa adicional observo que esta
trabajando con Postgis 0.5, la cual yo nunca he trabajado, sugeriria
utilizara Postgis 0.7.x

Cualquier cosa ala orden.



From: opengis
Sent: 12/11/2004 2:56:55 AM
To: 
Cc: mapserver-users at lists.gis.umn.edu
Subject: Re: [Mapserver-users] Create View with PostGis table 


> Maybe the line:
> 
> DATA "the_geom from only_pg_land_use"
> 
> Must be:
> 
> DATA "the_geom from only_pg_view"
> 
> No?
Thanks but it is only a cut & past mistake, the problem is always data
type
(geometry) lose in CREATE VIEW

I saw you demo site: interesting




_______________________________________________
Mapserver-users mailing list
Mapserver-users at lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20031112/ebb3508a/attachment.html>


More information about the postgis-users mailing list