[Users] FeatureStore - too many features
Sarah Schuessler
sarah_flip at yahoo.de
Thu Jul 7 16:33:36 CEST 2011
Hi Alexandre,
thank you.
That wfs BBOX thing worked. But not combining FeatureStore with this wfs. I need
a proxy and read that I have to include including ext-override-ajax.js into
GeoExt build file for GeoExt recognizing my OpenLayers proxy. But that did not
work.What went wrong?
Why did including including ext-override-ajax.js not working?
Thanks!
best regards
Sarah
________________________________
Von: Alexandre Dube <adube at mapgears.com>
An: users at geoext.org
Gesendet: Donnerstag, den 7. Juli 2011, 16:17:34 Uhr
Betreff: Re: [Users] FeatureStore - too many features
Hello Sarah,
Yes, you could define a BBOX filter in your WFS protocol to fetch just a
portion of the features you want. See an example of BBOX filtering :
http://dev.openlayers.org/releases/OpenLayers-2.10/examples/filter.html
Regards,
Alexandre
On 11-07-07 09:20 AM, Sarah Schuessler wrote:
Any hints on this?
>Am I right to think that if I use BBOX with my wfs that my linked
>FeatureStore is only loading such number of features?
>And why did including ext-override-ajax.js not work?
>
>Thanks!
>best regards
>Sarah
>
>
>
>
________________________________
>
>
>Hi list,
>
>I have a wfs and want to publish my data via a FeatureStore.
>If I load it with:
>fields: [{name: .....}],
>proxy: new GeoExt.data.ProtocolProxy({
> protocol: new OpenLayers.Protocol.WFS({
> url:
> ...
> })
>})
>there is a long loading time because of high number of
features.
>
>If I want to use
>layers: wfsLayer
>instead of protocol option (because I use BBOX filter for wfs
>reducing features from 10000 to some hundred) I get an error
>that proxy is undefined.
>My wfs layer is:
>wfsLayer = new OpenLayers.Layer.Vector("mywfs",
> {styleMap: wfsStyle,
> displayInLayerSwitcher: false,
> strategies: [new OpenLayers.Strategy.BBOX()],
> protocol: new OpenLayers.Protocol.WFS({
> featureNS: "myNS",
> featureType: "mylayer",
> version: "1.1.0",
> ...
> })
> });
>I included a proxy script which is working.
>I searched and found that I have to add ext-override-ajax.js to
>my GeoExt build but that did not help.
>
>What I`m doing wrong?
>Any hints to get better performance for displaying data?
>
>Thanks
>best regards
>Sarah
>
> _______________________________________________ Users mailing list
>Users at geoext.org http://www.geoext.org/cgi-bin/mailman/listinfo/users
>
--
Alexandre Dubé
Mapgears
www.mapgears.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20110707/1bc5f83c/attachment.htm
More information about the Users
mailing list