Hi all,<div><br><div class="gmail_quote">On Wed, May 18, 2011 at 12:23 PM, Trond Michelsen <span dir="ltr">&lt;<a href="mailto:trondmm-openlayers@crusaders.no">trondmm-openlayers@crusaders.no</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wed, May 18, 2011 at 09:21:46AM +0200, François Van Der Biest wrote:<br>
&gt; Hi Sevastien,<br>
&gt; 2011/5/18 Favre, Sebastien &lt;<a href="mailto:Sebastien.Favre@spotimage.fr">Sebastien.Favre@spotimage.fr</a>&gt;:<br>
&gt;&gt; In fact, I need to know the full data extent of a WFS layer even if<br>
&gt;&gt; the displayed map area contains no feature of it.  I have tried to<br>
&gt;&gt; use the WFSCapabilities objet to get the information but there is<br>
&gt;&gt; no mapping of fields WGS84BoundingBox, LowerCorner and UpperCorner<br>
&gt;&gt; which could be helpful.<br>
&gt; It would be great if you could provide a patch to<br>
&gt; OpenLayers.Format.WFSCapabilities to parse those fields.<br>
<br>
</div>I don&#39;t mind creating a patch to add this, but it&#39;s not quite as<br>
straight forward as one might think.<br>
<br>
First of all, the element changed name from v1.0.0 to v1.1.0 from<br>
LatLongBoundingBox to WGS84BoundingBox. Should the OpenLayers<br>
WFSCapabilities object have a single parameter for both versions, or<br>
should the object have a parameter named latlongboundingbox or<br>
wgs84boundingbox depending on the version of the capabilities<br>
document?<br></blockquote><div><br></div><div>Any thought on that? </div><div><div>I would be in favor of a single parameter such as &quot;wgs84bbox&quot; or &quot;bbox&quot; with a dedicated method for each implementation (ie. v1_1_0 and v1_0_0) but maybe I&#39;m wrong!</div>
<div><br></div><div>I&#39;m also wondering about the existence and the effective use in that context of readers in OWSCommon classes. </div><div>Does anybody could give me some hints about the use of this format and the way to use its readers?</div>
</div><div><br></div><div>Thansk,</div><div><br></div><div>--</div><div>Mathieu</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Second, a WFS Feature may have multiple boundingboxes to indicate<br>
where clusters of data are. The object should of course keep all<br>
boundingboxes, but should there maybe be a method to add the full<br>
boundingbox for all of the data as well?<br>
<br>
--<br>
<font color="#888888">Trond Michelsen<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
</div></div></blockquote></div><br></div>