[Users] WFSCapabilitiesReader - default layer strategies
Matt Priour
mpriour at kestrelcomputer.com
Tue Feb 15 15:27:01 CET 2011
+1 on the option to use the short strategy name string with an options object.
We could implement this immediately in GeoExt when creating layers from the capabilities store and the layerOptions, if there is not equal support for that syntax directly in OL.
I've also come across this issue and ended up solving it by listening to 'add' event on the layer store and then modifying options on the layers accordingly. I would much prefer the ability to set the defaults in the layerOptions rather than having to modify them after creation.
Matt Priour
Kestrel Computer Consulting
From: Eric Lemoine
Sent: Tuesday, February 15, 2011 7:51 AM
To: Alexandre Dube
Cc: GeoEXT Users
Subject: Re: [Users] WFSCapabilitiesReader - default layer strategies
> What if we started supporting this :
> var layer = new OpenLayers.Layer.Vector("layer", {
> protocol: ...,
> strategies: ["OpenLayers.Strategy.BBOX"]
> });
>
> and this too :
> var layer = new OpenLayers.Layer.Vector("layer", {
> protocol: ...,
> strategies: [{"OpenLayers.Strategy.BBOX": {ratio: 1}}]
> });
That was my suggestion. And I think {"BBOX"} and {"BBOX": {ratio: 1}}
could also be supported.
--
Eric Lemoine
Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex
Tel : 00 33 4 79 44 44 96
Mail : eric.lemoine at camptocamp.com
http://www.camptocamp.com
_______________________________________________
Users mailing list
Users at geoext.org
http://www.geoext.org/cgi-bin/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20110215/af5a85c1/attachment.htm
More information about the Users
mailing list