Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
615:01054ddccb0f | 616:93978859fa9e |
---|---|
1211 | 1211 |
1212 mapviewer_interface_mapservices_has_parameter_using_layer = SELECT DISTINCT ID_PARAMETER \ | 1212 mapviewer_interface_mapservices_has_parameter_using_layer = SELECT DISTINCT ID_PARAMETER \ |
1213 FROM MEDIAN.LAYER_HAS_PARAMETER \ | 1213 FROM MEDIAN.LAYER_HAS_PARAMETER \ |
1214 WHERE ID_MAPSERVICE = ? AND \ | 1214 WHERE ID_MAPSERVICE = ? AND \ |
1215 ID_LAYER IN (?) | 1215 ID_LAYER IN (?) |
1216 | |
1217 ############################################# | |
1218 ############################################# | |
1219 ######### Layer Contis und Nauthis ########## | |
1220 ############################################# | |
1221 ############################################# | |
1222 | |
1223 layer = SELECT ID_LAYER KEY, \ | |
1224 TITLE || '-' || LAYER_NAME VALUE \ | |
1225 FROM MEDIAN.LAYER_HAS_SUBTYPES \ | |
1226 WHERE ID_FEATURECLASS LIKE ? \ | |
1227 ORDER BY LAYER_NAME | |
1228 | |
1229 layer_request_data = SELECT ID_FEATURECLASS, \ | |
1230 QUERY_STRING, \ | |
1231 TITLE, \ | |
1232 LAYERNAME \ | |
1233 FROM MEDIAN.LAYER_HAS_SUBTYPES \ | |
1234 WHERE ID_LAYER = ? | |
1235 | |
1236 layer_data = SELECT ST_ASTEXT(SHAPE) \ | |
1237 FROM ? \ | |
1238 WHERE ? |