[Mapbender-commits] r5177 -
trunk/mapbender/resources/db/pgsql/UTF-8/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Sat Dec 12 08:30:43 EST 2009
Author: armin11
Date: 2009-12-12 08:30:42 -0500 (Sat, 12 Dec 2009)
New Revision: 5177
Modified:
trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql
Log:
insert example catalog for searching
Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql 2009-12-12 13:27:46 UTC (rev 5176)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql 2009-12-12 13:30:42 UTC (rev 5177)
@@ -656,4 +656,331 @@
INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) SELECT gui_element.fkey_gui_id, 'gazetteerWFS', 'enableSearchWithoutParams', '0', 'define that search can be started without any search params' ,'var' FROM gui_element WHERE gui_element.e_id = 'gazetteerWFS' AND gui_element.fkey_gui_id NOT IN (SELECT fkey_gui_id FROM gui_element_vars WHERE var_name = 'enableSearchWithoutParams' AND fkey_e_id = 'gazetteerWFS');
-UPDATE gui_element SET e_js_file = '../plugins/mb_selectMapsize.js', e_attributes = '' WHERE e_id = 'selectMapsize';
\ No newline at end of file
+UPDATE gui_element SET e_js_file = '../plugins/mb_selectMapsize.js', e_attributes = '' WHERE e_id = 'selectMapsize';
+INSERT INTO cat VALUES (2, '2.0.2', 'NLR CSW', ' NLR CSW: XQuery based catalog service conform to the HTTP protocol binding of the OpenGIS Catalogue Service specification version 2.0.2/2.0.1 ', 'http://geomatics.nlr.nl/excat/csw?request=GetCapabilities&service=CSW&version=2.0.2', 'NONE', 'NONE', NULL, NULL, 'Rob van Swol', 'Senior Scientist NLR-ASSP', NULL, NULL, '', NULL, NULL, NULL, NULL, 'vanswol at nlr.nl', '<?xml version="1.0" encoding="UTF-8"?><csw:Capabilities xmlns:csw="http://www.opengis.net/cat/csw/2.0.2" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:ows="http://www.opengis.net/ows" xmlns:xlink="http://www.w3.org/1999/xlink" version="2.0.2">
+
+ <!-- ========================================================= -->
+
+ <ows:ServiceIdentification>
+ <ows:Title>NLR CSW</ows:Title>
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+ <ows:Abstract>
+ NLR CSW: XQuery based catalog service conform to the HTTP protocol binding
+ of the OpenGIS Catalogue Service specification version 2.0.2/2.0.1
+ </ows:Abstract>
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+ <ows:Keywords>
+ <ows:Keyword>CSW</ows:Keyword>
+ <ows:Keyword>geospatial</ows:Keyword>
+ <ows:Keyword>catalogue</ows:Keyword>
+ </ows:Keywords>
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+ <ows:ServiceType>CSW</ows:ServiceType>
+ <ows:ServiceTypeVersion>2.0.2</ows:ServiceTypeVersion>
+ <ows:Fees>NONE</ows:Fees>
+ <ows:AccessConstraints>NONE</ows:AccessConstraints>
+ </ows:ServiceIdentification>
+
+ <!-- ========================================================= -->
+
+ <ows:ServiceProvider>
+ <ows:ProviderName>National Aerospace Laboratory NLR</ows:ProviderName>
+ <ows:ProviderSite xlink:href="http://geomatics.nlr.nl/excat"/>
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+ <ows:ServiceContact>
+ <ows:IndividualName>Rob van Swol</ows:IndividualName>
+ <ows:PositionName>Senior Scientist NLR-ASSP</ows:PositionName>
+
+ <ows:ContactInfo>
+ <ows:Phone>
+ <ows:Voice>+31 527 248252</ows:Voice>
+ </ows:Phone>
+
+ <ows:Address>
+ <ows:ElectronicMailAddress>vanswol at nlr.nl</ows:ElectronicMailAddress>
+ </ows:Address>
+ </ows:ContactInfo>
+ </ows:ServiceContact>
+ </ows:ServiceProvider>
+
+ <!-- ========================================================= -->
+
+ <ows:OperationsMetadata>
+ <ows:Operation name="GetCapabilities">
+ <ows:DCP>
+ <ows:HTTP>
+ <ows:Get xlink:href="http://geomatics.nlr.nl/excat/csw"/>
+ <ows:Post xlink:href="http://geomatics.nlr.nl/excat/csw"/>
+ </ows:HTTP>
+ </ows:DCP>
+
+ <ows:Parameter name="sections">
+ <ows:Value>ServiceIdentification</ows:Value>
+ <ows:Value>ServiceProvider</ows:Value>
+ <ows:Value>OperationsMetadata</ows:Value>
+ <ows:Value>Filter_Capabilities</ows:Value>
+ </ows:Parameter>
+
+ </ows:Operation>
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+ <ows:Operation name="DescribeRecord">
+ <ows:DCP>
+ <ows:HTTP>
+ <ows:Get xlink:href="http://geomatics.nlr.nl/excat/csw"/>
+ <ows:Post xlink:href="http://geomatics.nlr.nl/excat/csw"/>
+ </ows:HTTP>
+ </ows:DCP>
+
+ <ows:Parameter name="TypeName">
+ <ows:Value>csw:Record</ows:Value>
+ <ows:Value>gmd:MD_Metadata</ows:Value>
+ </ows:Parameter>
+
+ <ows:Parameter name="OutputFormat">
+ <ows:Value>application/xml</ows:Value>
+ </ows:Parameter>
+
+ <ows:Parameter name="SchemaLanguage">
+ <ows:Value>XMLSCHEMA</ows:Value>
+ <ows:Value>http://www.w3.org/XML/Schema</ows:Value>
+ </ows:Parameter>
+ </ows:Operation>
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+<!--
+ <ows:Operation name="GetDomain">
+ <ows:DCP>
+ <ows:HTTP>
+ <ows:Get xlink:href="http://geomatics.nlr.nl/excat/csw" />
+ <ows:Post xlink:href="http://geomatics.nlr.nl/excat/csw" />
+ </ows:HTTP>
+ </ows:DCP>
+ </ows:Operation>
+-->
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+ <ows:Operation name="GetRecords">
+ <ows:DCP>
+ <ows:HTTP>
+ <ows:Get xlink:href="http://geomatics.nlr.nl/excat/csw"/>
+ <ows:Post xlink:href="http://geomatics.nlr.nl/excat/csw"/>
+ </ows:HTTP>
+ </ows:DCP>
+ <ows:Parameter name="TypeName">
+ <ows:Value>csw:Record</ows:Value>
+ </ows:Parameter>
+ <ows:Parameter name="OutputFormat">
+ <ows:Value>application/xml</ows:Value>
+ </ows:Parameter>
+ <ows:Parameter name="OutputSchema">
+ <ows:Value>csw:Record</ows:Value>
+ <ows:Value>OGCCORE</ows:Value>
+ <ows:Value>http://www.opengis.net/cat/csw/2.0.2</ows:Value>
+ <!--ows:Value>http://www.isotc211.org/2005/gmd</ows:Value-->
+ <!--ows:Value>ISO19139</ows:Value-->
+ <!--ows:Value>CEN</ows:Value-->
+ <!--ows:Value>ISO19115</ows:Value-->
+ </ows:Parameter>
+ <ows:Parameter name="ResultType">
+ <ows:Value>results</ows:Value>
+ <ows:Value>hits</ows:Value>
+ </ows:Parameter>
+ <ows:Parameter name="ElementSetName">
+ <ows:Value>summary</ows:Value>
+ <ows:Value>brief</ows:Value>
+ <ows:Value>full</ows:Value>
+ </ows:Parameter>
+ <ows:Parameter name="ConstraintLanguage">
+ <ows:Value>Filter</ows:Value>
+ <ows:Value>CQL_Text</ows:Value>
+ </ows:Parameter>
+ </ows:Operation>
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+ <ows:Operation name="GetRecordById">
+ <ows:DCP>
+ <ows:HTTP>
+ <ows:Get xlink:href="http://geomatics.nlr.nl/excat/csw"/>
+ <ows:Post xlink:href="http://geomatics.nlr.nl/excat/csw"/>
+ </ows:HTTP>
+ </ows:DCP>
+ <ows:Parameter name="OutputFormat">
+ <ows:Value>application/xml</ows:Value>
+ </ows:Parameter>
+ <ows:Parameter name="OutputSchema">
+ <ows:Value>csw:Record</ows:Value>
+ <ows:Value>OGCCORE</ows:Value>
+ <ows:Value>http://www.opengis.net/cat/csw/2.0.2</ows:Value>
+ <ows:Value>http://www.isotc211.org/2005/gmd</ows:Value>
+ <ows:Value>ISO19139</ows:Value>
+ <ows:Value>ISO19139NL</ows:Value>
+ <!--ows:Value>CEN</ows:Value-->
+ <!--ows:Value>ISO19115</ows:Value-->
+ </ows:Parameter>
+ <ows:Parameter name="ElementSetName">
+ <ows:Value>summary</ows:Value>
+ <ows:Value>brief</ows:Value>
+ <ows:Value>full</ows:Value>
+ </ows:Parameter>
+ </ows:Operation>
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+<!--
+ <ows:Operation name="Transaction">
+ <ows:DCP>
+ <ows:HTTP>
+ <ows:Get xlink:href="http://geomatics.nlr.nl/excat/csw" />
+ <ows:Post xlink:href="http://geomatics.nlr.nl/excat/csw" />
+ </ows:HTTP>
+ </ows:DCP>
+ </ows:Operation>
+-->
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+<!--
+ <ows:Operation name="Harvest">
+ <ows:DCP>
+ <ows:HTTP>
+ <ows:Get xlink:href="http://geomatics.nlr.nl/excat/csw" />
+ <ows:Post xlink:href="http://geomatics.nlr.nl/excat/csw" />
+ </ows:HTTP>
+ </ows:DCP>
+ </ows:Operation>
+-->
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+ <!-- Parameters -->
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+ <ows:Parameter name="service">
+ <ows:Value>http://www.opengis.net/cat/csw/2.0.2</ows:Value>
+ </ows:Parameter>
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+ <ows:Parameter name="version">
+ <ows:Value>2.0.2</ows:Value>
+ <ows:Value>2.0.1</ows:Value>
+ <ows:Value>2.0.0</ows:Value>
+ </ows:Parameter>
+ </ows:OperationsMetadata>
+
+ <!-- ========================================================= -->
+
+ <ogc:Filter_Capabilities>
+ <ogc:Spatial_Capabilities>
+ <ogc:GeometryOperands>
+ <ogc:GeometryOperand>gml:Envelope</ogc:GeometryOperand>
+ <!--
+ <ogc:GeometryOperand>gml:Point</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:LineString</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:Polygon</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:ArcByCenterPoint</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:CircleByCenterPoint</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:Arc</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:Circle</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:ArcByBulge</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:Bezier</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:Clothoid</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:CubicSpline</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:Geodesic</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:OffsetCurve</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:Triangle</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:PolyhedralSurface</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:TriangulatedSurface</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:Tin</ogc:GeometryOperand>
+ <ogc:GeometryOperand>gml:Solid</ogc:GeometryOperand>
+ -->
+ </ogc:GeometryOperands>
+
+ <ogc:SpatialOperators>
+ <ogc:SpatialOperator name="BBOX"/>
+ <ogc:SpatialOperator name="Within"/>
+ <!--
+ <ogc:SpatialOperator name="Equals"/>
+ <ogc:SpatialOperator name="Overlaps"/>
+ <ogc:SpatialOperator name="Disjoint"/>
+ <ogc:SpatialOperator name="Intersects"/>
+ <ogc:SpatialOperator name="Touches"/>
+ <ogc:SpatialOperator name="Crosses"/>
+ <ogc:SpatialOperator name="Contains"/>
+ <ogc:SpatialOperator name="Beyond"/>
+ <ogc:SpatialOperator name="DWithin"/>
+ -->
+ <!-- The ''SpatialOperator'' element can have a GeometryOperands child -->
+ </ogc:SpatialOperators>
+ </ogc:Spatial_Capabilities>
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+ <ogc:Scalar_Capabilities>
+ <ogc:LogicalOperators/>
+
+ <ogc:ComparisonOperators>
+ <ogc:ComparisonOperator>EqualTo</ogc:ComparisonOperator>
+ <ogc:ComparisonOperator>Like</ogc:ComparisonOperator>
+ <ogc:ComparisonOperator>LessThan</ogc:ComparisonOperator>
+ <ogc:ComparisonOperator>GreaterThan</ogc:ComparisonOperator>
+ <ogc:ComparisonOperator>LessThanEqualTo</ogc:ComparisonOperator>
+ <ogc:ComparisonOperator>GreaterThanEqualTo</ogc:ComparisonOperator>
+ <ogc:ComparisonOperator>NotEqualTo</ogc:ComparisonOperator>
+ <ogc:ComparisonOperator>Between</ogc:ComparisonOperator>
+ <!--
+ <ogc:ComparisonOperator>NullCheck</ogc:ComparisonOperator>
+ -->
+ </ogc:ComparisonOperators>
+
+ <!--
+ <ogc:ArithmeticOperators>
+ <ogc:SimpleArithmetic>
+ <ogc:Functions>
+ <ogc:FunctionNames>
+ <ogc:FunctionName nArgs="1">MIN</ogc:FunctionName>
+ </ogc:FunctionNames>
+ </ogc:Functions>
+ </ogc:ArithmeticOperators>
+ -->
+ </ogc:Scalar_Capabilities>
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+ <ogc:Id_Capabilities>
+ <ogc:EID/>
+ <ogc:FID/>
+ </ogc:Id_Capabilities>
+ </ogc:Filter_Capabilities>
+
+ <!-- ========================================================= -->
+
+</csw:Capabilities>
+', 1, 1260622475);
+
+
+--
+-- Data for Name: cat_keyword; Type: TABLE DATA; Schema: public; Owner: postgres
+--
+
+
+
+--
+-- Data for Name: cat_op_conf; Type: TABLE DATA; Schema: public; Owner: postgres
+--
+
+INSERT INTO cat_op_conf VALUES (2, 'get', 'http://geomatics.nlr.nl/excat/csw', 'getcapabilities');
+INSERT INTO cat_op_conf VALUES (2, 'post', 'http://geomatics.nlr.nl/excat/csw', 'getcapabilities');
+INSERT INTO cat_op_conf VALUES (2, 'get', 'http://geomatics.nlr.nl/excat/csw', 'describerecord');
+INSERT INTO cat_op_conf VALUES (2, 'post', 'http://geomatics.nlr.nl/excat/csw', 'describerecord');
+INSERT INTO cat_op_conf VALUES (2, 'get', 'http://geomatics.nlr.nl/excat/csw', 'getrecords');
+INSERT INTO cat_op_conf VALUES (2, 'post', 'http://geomatics.nlr.nl/excat/csw', 'getrecords');
+INSERT INTO cat_op_conf VALUES (2, 'get', 'http://geomatics.nlr.nl/excat/csw', 'getrecordbyid');
+INSERT INTO cat_op_conf VALUES (2, 'post', 'http://geomatics.nlr.nl/excat/csw', 'getrecordbyid');
+
More information about the Mapbender_commits
mailing list