[OpenLayers-Trac] [OpenLayers] #2866: Hook up Protocol.SOS with the BBOX Strategy

OpenLayers trac-20090302 at openlayers.org
Fri Oct 8 04:15:16 EDT 2010


#2866: Hook up Protocol.SOS with the BBOX Strategy
---------------------+------------------------------------------------------
 Reporter:  bartvde  |       Owner:              
     Type:  feature  |      Status:  new         
 Priority:  minor    |   Milestone:  2.11 Release
Component:  general  |     Version:  2.10        
 Keywords:           |       State:              
---------------------+------------------------------------------------------
 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>
 }}}

-- 
Ticket URL: <http://trac.openlayers.org/ticket/2866>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer


More information about the Trac mailing list