diff gnv-artifacts/doc/conf/queries.properties @ 616:93978859fa9e

Added the Configuration and the Classes for the new Product Layer. The Product does not generate any output at this Time. gnv-artifacts/trunk@686 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 12 Feb 2010 18:04:58 +0000
parents 938ce81a6bd0
children 58c32df1a44d
line wrap: on
line diff
--- a/gnv-artifacts/doc/conf/queries.properties	Fri Feb 12 15:36:05 2010 +0000
+++ b/gnv-artifacts/doc/conf/queries.properties	Fri Feb 12 18:04:58 2010 +0000
@@ -1212,4 +1212,27 @@
 mapviewer_interface_mapservices_has_parameter_using_layer = SELECT DISTINCT ID_PARAMETER \
    FROM MEDIAN.LAYER_HAS_PARAMETER \
    WHERE ID_MAPSERVICE = ? AND \
-         ID_LAYER IN (?)
\ No newline at end of file
+         ID_LAYER IN (?)
+         
+#############################################
+#############################################
+######### Layer Contis und Nauthis ##########
+#############################################
+#############################################
+
+layer = SELECT ID_LAYER KEY, \
+        TITLE || '-' || LAYER_NAME VALUE \
+    FROM MEDIAN.LAYER_HAS_SUBTYPES \
+    WHERE ID_FEATURECLASS LIKE ? \
+    ORDER BY LAYER_NAME
+    
+layer_request_data = SELECT ID_FEATURECLASS, \
+        QUERY_STRING, \
+        TITLE, \
+        LAYERNAME \
+    FROM MEDIAN.LAYER_HAS_SUBTYPES \
+    WHERE ID_LAYER = ? 
+
+layer_data = SELECT ST_ASTEXT(SHAPE) \
+    FROM ? \
+    WHERE ?
\ No newline at end of file

http://dive4elements.wald.intevation.org