Re: [Geoserver-users] Compute bbox in a layer created from a Postgis view

2011-02-07 Thread Justin Deoliveira
Hmmm not sure what to say. I know that a view properly registered in geometry_columns should work as a regular table. You can try turning up logging to GEOTOOLS_DEVELOPER_LOGGING and see if any logs indicate where the issue lies. -Justin On Mon, Feb 7, 2011 at 12:54 AM, jose garcia wrote:

Re: [Geoserver-users] Compute bbox in a layer created from a Postgis view

2011-02-06 Thread jose garcia
Hi Justin The view is very simple. I tried for now a SELECT * FROM table. Also is registered in geometry_columns. I get no error in the console, just the bbox fields are empty after trying to compute bbox (the response in firebug seem ok, but with this information empty). I think is related to no

Re: [Geoserver-users] Compute bbox in a layer created from a Postgis view

2011-02-04 Thread Justin Deoliveira
Hi Jose, It is indeed possible to use a view as long as it is registered in geometry_columns. So the problem must lie elsewhere, possibly in the view definition or something. What is the error your receive on the console? -Justin On Fri, Feb 4, 2011 at 2:48 AM, jose garcia wrote: > Hi > > I h

[Geoserver-users] Compute bbox in a layer created from a Postgis view

2011-02-04 Thread jose garcia
Hi I have create a view in Postgres from a spatial table. The view is also registered in geometry columns table and can use it to create a layer in GeoServer (2.0.2). When clicking on the "Compute from data"or "Compute from native bounds" buttons, no bbox are retrieved. No error in console log als