Hi,

I'm working with Oracle Spatial.

I have a table with a fairly big multipolygon geometry (400k points).

As expected, Oracle returns the complete geometry to geoserver after the
spatial query.

*WFS*
Since Oracle returns the complete geometry to Geoserver, I always get all
the points/vertices of the geometry on the client (browser-Chrome) side. No
matter if I'm zoomed closely or not, I always get the same amound of data
which tells me that the browser has to weed out the points that are outside
of the bbox and thus slowing the rendering process.

With *WMS* the points are weeded out by geoserver. 

Would it be possible to use the same process for *WFS* requests as well ?
Geoserver receives the data from Oracle, weeds out the points that are
outside of the bbox and sends them out to the client.

I noticed that a FastBBOX is used with a WMS request while a BBOXImpl is
returned with a WFS request so it may have something to do in the process.

Thanks






--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-Dev-f3819232.html


_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to