Created
October 28, 2011 18:28
-
-
Save dwins/1322988 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="1.1.0" maxFeatures="100" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd"> | |
<wfs:Query xmlns:feature="http://geonode.org" typeName="feature:conflicts" srsName="EPSG:900913"> | |
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc"> | |
<ogc:And> | |
<ogc:PropertyIsBetween> | |
<ogc:PropertyName>EpEndDate</ogc:PropertyName> | |
<ogc:LowerBoundary> | |
<ogc:Literal>1946-07-21T04:00:00.000Z</ogc:Literal> | |
</ogc:LowerBoundary> | |
<ogc:UpperBoundary> | |
<ogc:Literal>1961-11-11T10:00:00.000Z</ogc:Literal> | |
</ogc:UpperBoundary> | |
</ogc:PropertyIsBetween> | |
<ogc:BBOX> | |
<ogc:PropertyName>the_geom</ogc:PropertyName> | |
<gml:Envelope xmlns:gml="http://www.opengis.net/gml" srsName="EPSG:900913"> | |
<gml:lowerCorner>-104719462.53159 -32294827.894859</gml:lowerCorner> | |
<gml:upperCorner>96579224.768461 23841504.063922</gml:upperCorner> | |
</gml:Envelope> | |
</ogc:BBOX> | |
</ogc:And> | |
</ogc:Filter> | |
</wfs:Query> | |
</wfs:GetFeature> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment