Skip to content

Commit

Permalink
fixed minimal data dir for geoserver 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanderbiest committed Jan 11, 2015
1 parent 674342a commit f3635f4
Show file tree
Hide file tree
Showing 187 changed files with 3,291 additions and 70 deletions.
27 changes: 27 additions & 0 deletions csw.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<csw>
<id>csw</id>
<enabled>true</enabled>
<name>My GeoServer CSW</name>
<title>My GeoServer CSW</title>
<maintainer>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10311</maintainer>
<abstrct>
This is a description of your Catalog Services For The Web.
</abstrct>
<accessConstraints>NONE</accessConstraints>
<fees>NONE</fees>
<versions>
<org.geotools.util.Version>
<version>2.0.2</version>
</org.geotools.util.Version>
</versions>
<keywords>
<string>CSW</string>
<string>Catalog Services For The Web</string>
<string>GEOSERVER</string>
</keywords>
<citeCompliant>false</citeCompliant>
<onlineResource>http://geoserver.org</onlineResource>
<schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
<verbose>false</verbose>
<canonicalSchemaLocation>false</canonicalSchemaLocation>
</csw>
19 changes: 19 additions & 0 deletions demo/WCS_describeCoverage.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- A sample describe request. The schema is generated automatically by -->
<!-- GeoServer. You can modify the schema with the web interface to hide -->
<!-- and/or require certain attributes. -->
<!--
If you change the "<Coverage>" tag below to the name of another
coverage, you can see the GML Schema for that layer.
The getCapabilities demo will tell you the names of all the layers!
-->
<DescribeCoverage
version="1.0.0"
service="WCS"
xmlns="http://www.opengis.net/wcs"
xmlns:nurc="http://www.nurc.nato.int"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wcs http://schemas.opengis.net/wcs/1.0.0/describeCoverage.xsd">

<Coverage>nurc:Pk50095</Coverage>

</DescribeCoverage>
18 changes: 18 additions & 0 deletions demo/WCS_getCapabilities.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!-- Gets the WCS capabilities. For WMS capabilities, see WMS_getCapabilities demo-->
<!--
This will briefly describe all the layers (Coverages) in that you have
in your WCS server, plus more generic information about what your server
supports.
For more information about a particular Coverage, use the
WCS_describeCoverage.xml demo!
-->
<GetCapabilities
service="WCS"
version="1.0.0"
xmlns="http://www.opengis.net/wcs"
xmlns:nurc="http://www.nurc.nato.int"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wcs http://schemas.opengis.net/wcs/1.0.0/wcsCapabilities.xsd"/>
38 changes: 38 additions & 0 deletions demo/WCS_getCoverage.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!-- Performs a get coverage. Feel free to play with the elements, -->
<!-- to get different results. -->
<GetCoverage service="WCS" version="1.0.0"
xmlns="http://www.opengis.net/wcs"
xmlns:nurc="http://www.nurc.nato.int"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wcs http://schemas.opengis.net/wcs/1.0.0/getCoverage.xsd">
<sourceCoverage>nurc:Pk50095</sourceCoverage>
<domainSubset>
<spatialSubset>
<gml:Envelope srsName="EPSG:32633">
<gml:pos>347649.93086859107 5176214.082539256</gml:pos>
<gml:pos>370725.976428591 5196961.352859256</gml:pos>
</gml:Envelope>
<gml:Grid dimension="2" srsName="EPSG:4326">
<gml:limits>
<gml:GridEnvelope>
<gml:low>0 0</gml:low>
<gml:high>545 490</gml:high>
</gml:GridEnvelope>
</gml:limits>
<gml:axisName>E</gml:axisName>
<gml:axisName>N</gml:axisName>
</gml:Grid>
</spatialSubset>
</domainSubset>
<rangeSubset>
<axisSubset name="Band">
<singleValue>1</singleValue>
</axisSubset>
</rangeSubset>
<output>
<crs>EPSG:32633</crs>
<format>GeoTIFF</format>
</output>
</GetCoverage>
20 changes: 20 additions & 0 deletions demo/WFS_describeFeatureType-1.0.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!-- A sample describe request. The schema is generated automatically by -->
<!-- GeoServer. You can modify the schema with the web interface to hide -->
<!-- and/or require certain attributes. -->
<!--
If you change the "<TypeName>" tag below to the name of another
dataset, you can see the GML Schema for that layer.
This will have all the column names and types.
The getCapabilities demo will tell you the names of all the layers!
-->
<DescribeFeatureType
version="1.0.0"
service="WFS"
xmlns="http://www.opengis.net/wfs"
xmlns:topp="http://www.openplans.org/topp"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">

<TypeName>topp:states</TypeName>

</DescribeFeatureType>
20 changes: 20 additions & 0 deletions demo/WFS_describeFeatureType-1.1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!-- A sample describe request. The schema is generated automatically by -->
<!-- GeoServer. You can modify the schema with the web interface to hide -->
<!-- and/or require certain attributes. -->
<!--
If you change the "<TypeName>" tag below to the name of another
dataset, you can see the GML Schema for that layer.
This will have all the column names and types.
The getCapabilities demo will tell you the names of all the layers!
-->
<DescribeFeatureType
version="1.1.0"
service="WFS"
xmlns="http://www.opengis.net/wfs"
xmlns:topp="http://www.openplans.org/topp"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">

<TypeName>topp:states</TypeName>

</DescribeFeatureType>
17 changes: 17 additions & 0 deletions demo/WFS_getCapabilities-1.0.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!-- Gets the WFS capabilities. For WMS capabilities, see WMS_getCapabilities demo-->
<!--
This will briefly describe all the layers (FeatureTypes) in that you have
in your WFS server, plus more generic information about what your server
supports.
For more information about a particular FeatureType, use the
WFS_describeFeatureType.xml demo!
-->
<GetCapabilities
service="WFS"
version="1.0.0"
xmlns="http://www.opengis.net/wfs"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd"/>
16 changes: 16 additions & 0 deletions demo/WFS_getCapabilities-1.1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!-- Gets the WFS capabilities. For WMS capabilities, see WMS_getCapabilities demo-->
<!--
This will briefly describe all the layers (FeatureTypes) in that you have
in your WFS server, plus more generic information about what your server
supports.
For more information about a particular FeatureType, use the
WFS_describeFeatureType.xml demo!
-->
<GetCapabilities
service="WFS"
xmlns="http://www.opengis.net/wfs"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd"/>
29 changes: 29 additions & 0 deletions demo/WFS_getFeature-1.0.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!-- Performs a get feature. Feel free to play with the Filter elements, -->
<!-- to get different results. No filter will get all features, and you -->
<!-- can do filtering on spatial and non-spatial attributes. See the ogc -->
<!-- filter specification http://www.opengis.org/docs/02-059.pdf for the -->
<!-- the complete syntax and examples. -->
<!--
This particular Query will return the topp:states with the FID (unique ID)
of 'states:3'. (Thats Delaware)
You can also try a filter like:
<PropertyIsEqualTo>
<PropertyName>STATE_NAME</PropertyName>
<Literal>Delaware</Literal>
</PropertyIsEqualTo>
-->
<wfs:GetFeature service="WFS" version="1.0.0"
outputFormat="GML2"
xmlns:topp="http://www.openplans.org/topp"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">
<wfs:Query typeName="topp:states">
<ogc:Filter>
<ogc:FeatureId fid="states.3"/>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>
28 changes: 28 additions & 0 deletions demo/WFS_getFeature-1.1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!-- Performs a get feature. Feel free to play with the Filter elements, -->
<!-- to get different results. No filter will get all features, and you -->
<!-- can do filtering on spatial and non-spatial attributes. See the ogc -->
<!-- filter specification http://www.opengis.org/docs/02-059.pdf for the -->
<!-- the complete syntax and examples. -->
<!--
This particular Query will return the topp:states with the FID (unique ID)
of 'states:3'. (Thats Delaware)
You can also try a filter like:
<PropertyIsEqualTo>
<PropertyName>STATE_NAME</PropertyName>
<Literal>Delaware</Literal>
</PropertyIsEqualTo>
-->
<wfs:GetFeature service="WFS" version="1.1.0"
xmlns:topp="http://www.openplans.org/topp"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">
<wfs:Query typeName="topp:states">
<ogc:Filter>
<ogc:FeatureId fid="states.3"/>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>
28 changes: 28 additions & 0 deletions demo/WFS_getFeatureBBOX-1.0.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!-- Performs a get feature with a bounding box filter. -->
<!-- The BBOX filter is a convenience for a <Not><Disjoint>, -->
<!-- it fetches all features that spatially interact with the given box. -->
<!-- This example also shows how to request specific properties, in this -->
<!-- case we just get the STATE_NAME and PERSONS -->

<wfs:GetFeature service="WFS" version="1.0.0"
outputFormat="GML2"
xmlns:topp="http://www.openplans.org/topp"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">
<wfs:Query typeName="topp:states">
<ogc:PropertyName>topp:STATE_NAME</ogc:PropertyName>
<ogc:PropertyName>topp:PERSONS</ogc:PropertyName>
<ogc:Filter>
<ogc:BBOX>
<ogc:PropertyName>the_geom</ogc:PropertyName>
<gml:Box srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
<gml:coordinates>-75.102613,40.212597 -72.361859,41.512517</gml:coordinates>
</gml:Box>
</ogc:BBOX>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>
28 changes: 28 additions & 0 deletions demo/WFS_getFeatureBBOX-1.1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!-- Performs a get feature with a bounding box filter. -->
<!-- The BBOX filter is a convenience for a <Not><Disjoint>, -->
<!-- it fetches all features that spatially interact with the given box. -->
<!-- This example also shows how to request specific properties, in this -->
<!-- case we just get the STATE_NAME and PERSONS -->

<wfs:GetFeature service="WFS" version="1.1.0"
xmlns:topp="http://www.openplans.org/topp"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">
<wfs:Query typeName="topp:states">
<wfs:PropertyName>topp:STATE_NAME</wfs:PropertyName>
<wfs:PropertyName>topp:PERSONS</wfs:PropertyName>
<ogc:Filter>
<ogc:BBOX>
<ogc:PropertyName>the_geom</ogc:PropertyName>
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
<gml:lowerCorner>-75.102613 40.212597</gml:lowerCorner>
<gml:upperCorner>-72.361859 41.512517</gml:upperCorner>
</gml:Envelope>
</ogc:BBOX>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>
1 change: 1 addition & 0 deletions demo/WFS_getFeatureBBOX.url
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wfs?request=GetFeature&version=1.1.0&typeName=topp:states&propertyName=STATE_NAME,PERSONS&BBOX=-75.102613,40.212597,-72.361859,41.512517,EPSG:4326
27 changes: 27 additions & 0 deletions demo/WFS_getFeatureBetween-1.0.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!-- Performs a between filter to find the states with an area
between 100,000 and 150,000.
Also, it just returns the STATE_NAME, LAND_KM, and geometry
(instead of all the attributes).
-->
<wfs:GetFeature service="WFS" version="1.0.0"
outputFormat="GML2"
xmlns:topp="http://www.openplans.org/topp"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">
<wfs:Query typeName="topp:states">
<ogc:PropertyName>topp:STATE_NAME</ogc:PropertyName>
<ogc:PropertyName>topp:LAND_KM</ogc:PropertyName>
<ogc:PropertyName>topp:the_geom</ogc:PropertyName>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>topp:LAND_KM</ogc:PropertyName>
<ogc:LowerBoundary><ogc:Literal>100000</ogc:Literal></ogc:LowerBoundary>
<ogc:UpperBoundary><ogc:Literal>150000</ogc:Literal></ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>
25 changes: 25 additions & 0 deletions demo/WFS_getFeatureBetween-1.1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!-- Performs a between filter to find the states with an area
between 100,000 and 150,000.
Also, it just returns the STATE_NAME, LAND_KM, and geometry
(instead of all the attributes). -->
<wfs:GetFeature service="WFS" version="1.1.0"
xmlns:topp="http://www.openplans.org/topp"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">
<wfs:Query typeName="topp:states">
<wfs:PropertyName>topp:STATE_NAME</wfs:PropertyName>
<wfs:PropertyName>topp:LAND_KM</wfs:PropertyName>
<wfs:PropertyName>topp:the_geom</wfs:PropertyName>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>topp:LAND_KM</ogc:PropertyName>
<ogc:LowerBoundary><ogc:Literal>100000</ogc:Literal></ogc:LowerBoundary>
<ogc:UpperBoundary><ogc:Literal>150000</ogc:Literal></ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>
1 change: 1 addition & 0 deletions demo/WFS_getFeatureBetween.url
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wfs?request=GetFeature&version=1.1.0&typeName=topp:states&propertyName=STATE_NAME,LAND_KM,the_geom&outputFormat=GML2&FILTER=%3CFilter%20xmlns=%22http://www.opengis.net/ogc%22%3E%3CPropertyIsBetween%3E%3CPropertyName%3Etopp:LAND_KM%3C/PropertyName%3E%3CLowerBoundary%3E%3CLiteral%3E100000%3C/Literal%3E%3C/LowerBoundary%3E%3CUpperBoundary%3E%3CLiteral%3E150000%3C/Literal%3E%3C/UpperBoundary%3E%3C/PropertyIsBetween%3E%3C/Filter%3E
1 change: 1 addition & 0 deletions demo/WFS_getFeatureBetweenCQL.url
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wfs?request=GetFeature&typeName=topp:states&propertyName=STATE_NAME,LAND_KM,the_geom&CQL_FILTER=LAND_KM%20BETWEEN%20100000%20AND%20150000&version=1.0.0
1 change: 1 addition & 0 deletions demo/WFS_getFeatureFid.url
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wfs?request=GetFeature&version=1.1.0&typeName=topp:states&outputFormat=GML2&FEATUREID=states.3
1 change: 1 addition & 0 deletions demo/WFS_getFeatureFidFilter.url
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wfs?request=GetFeature&version=1.1.0&typeName=topp:states&outputFormat=GML2&FILTER=%3CFilter%20xmlns=%22http://www.opengis.net/ogc%22%3E%3CFeatureId%20fid=%22states.23%22/%3E%3C/Filter%3E
Loading

0 comments on commit f3635f4

Please sign in to comment.