Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/doc/conf/queries.properties @ 754:5d45357dbc6d
ISSUE92: Integrated Column BAND for Query of Layers which belong to a FIS
gnv-artifacts/trunk@800 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 19 Mar 2010 10:02:15 +0000 |
parents | 686eecfafbbf |
children | 1614b27dcbfa |
comparison
equal
deleted
inserted
replaced
753:53d4a2229e2c | 754:5d45357dbc6d |
---|---|
1297 ######### Layer Contis und Nauthis ########## | 1297 ######### Layer Contis und Nauthis ########## |
1298 ############################################# | 1298 ############################################# |
1299 ############################################# | 1299 ############################################# |
1300 | 1300 |
1301 layer = SELECT ROW_ID KEY, \ | 1301 layer = SELECT ROW_ID KEY, \ |
1302 TITLE || '-' || LAYER_NAME VALUE \ | 1302 TITLE || '-' || LAYER_NAME || '-' || BAND VALUE \ |
1303 FROM MEDIAN.LAYER_HAS_SUBTYPES \ | 1303 FROM MEDIAN.LAYER_HAS_SUBTYPES \ |
1304 WHERE ID_FEATURECLASS LIKE ? \ | 1304 WHERE ID_FEATURECLASS LIKE ? \ |
1305 ORDER BY LAYER_NAME | 1305 ORDER BY LAYER_NAME |
1306 | 1306 |
1307 layer_request_data = SELECT ID_FEATURECLASS, \ | 1307 layer_request_data = SELECT ID_FEATURECLASS, \ |