[postgis-users] creating view as simplified geometry fails
Paragon Corporation
lr at pcorp.us
Wed Sep 17 18:27:37 PDT 2008
How do you know it is empty. Did you do a
SELECT *
FROM prova
The query was successful but without results is usually the message you get
when building the view I think.
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 G.
Allegri
Sent: Wednesday, September 17, 2008 6:32 PM
To: PostGIS Users Discussion
Subject: [postgis-users] creating view as simplified geometry fails
Hi list.
I'm trying to create a view for a simplified polygon features table.
create view prova as select simplify(wkb_geometry,20) as simpgeom from
sections01
I receive (translated from italian): the query was succesfull, but without
results,
The view has been created, but is empty.
The select simplify(... alone works fine.
What am I doing wrong?
GIovanni
_______________________________________________
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