[postgis-users] Storing Points and Polygons
Max
postgis at lists.meisel.cn
Tue Dec 18 08:02:23 PST 2007
> And what about to have point tables and then create views as polygons(from
> those points)? You can change those points and views will change, don´t
> they?
ok, thats possible. i was thinking about this solution and there was
just the problem of "addgeometrycolumn" which displays an error that
geometry-columns can only be added to tables, not to views.
The problem was/is that some applications only refers to entries fo the
"geometry_columns"-table. Now i added the entry by myself and it is
working.
Maybe one problem left, but i didnt checked the performance of creating
polygons using a vews... ill do it later.
thank you for your help
More information about the postgis-users
mailing list