id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,state
2866,Hook up Protocol.SOS with the BBOX Strategy,bartvde,bartvde,"Example request:

{{{
 <GetFeatureOfInterest xmlns=""http://www.opengis.net/sos/1.0""
 service=""SOS"" version=""1.0.0""
 xmlns:ows=""http://www.opengeospatial.net/ows""
 xmlns:gml=""http://www.opengis.net/gml""
 xmlns:ogc=""http://www.opengis.net/ogc""
 xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance""
 xsi:schemaLocation=""http://www.opengis.net/sos/1.0
 http://schemas.opengis.net/sos/1.0.0/sosGetFeatureOfInterest.xsd"">
 <location>
 <ogc:BBOX>
 <ogc:PropertyName>urn:ogc:data:location</ogc:PropertyName>
 <gml:Envelope srsName=""urn:ogc:def:crs:EPSG:4326"">
 <gml:lowerCorner>180.0 -90.0</gml:lowerCorner>
 <gml:upperCorner>-180.0 90.0</gml:upperCorner>
 </gml:Envelope>
 </ogc:BBOX>
 </location>
 </GetFeatureOfInterest>
}}}",feature,new,minor,2.13 Release,Protocol.SOS,2.10,,,,Needs More Work
