Guest User

Untitled

a guest
Oct 16th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. <wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs" service="WFS" version="1.1.0" maxFeatures="10" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  2. <wfs:Query typeName="Case:Nome" srsName="EPSG:4326">
  3. <ogc:Filter xmlns:ogc="http://www.opengis.net/ogc">
  4. <ogc:BBOX>
  5. <gml:Envelope xmlns:gml="http://www.opengis.net/gml" srsName="EPSG:4326">
  6. <gml:lowerCorner>-135.15625025 40.033203053814</gml:lowerCorner>
  7. <gml:upperCorner>-134.277344 40.912109303814</gml:upperCorner>
  8. </gml:Envelope>
  9. </ogc:BBOX>
  10. </ogc:Filter>
  11. </wfs:Query>
  12. </wfs:GetFeature>
  13. Sorgente
  14. <wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs" service="WFS" version="1.1.0" maxFeatures="10" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><wfs:Query typeName="Case:Nome" srsName="EPSG:4326"><ogc:Filter xmlns:ogc="http://www.opengis.net/ogc"><ogc:BBOX><gml:Envelope xmlns:gml="http://www.opengis.net/gml" srsName="EPSG:4326"><gml:lowerCorner>-135.15625025 40.033203053814</gml:lowerCorner><gml:upperCorner>-134.277344 40.912109303814</gml:upperCorner></gml:Envelope></ogc:BBOX></ogc:Filter></wfs:Query></wfs:GetFeature>
Advertisement
Add Comment
Please, Sign In to add comment