Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/doc/conf/queries.properties @ 1057:04967dc9c83f
The title of a layer can be changed by the user. Product 'Layer' and 'Horizontalschnitt' now use the same code path to write the meta information file. (issue198)
gnv-artifacts/trunk@1134 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 27 May 2010 16:43:00 +0000 |
parents | 05ab74539ed3 |
children | 174f6eacd595 |
comparison
equal
deleted
inserted
replaced
1056:0318fda0001e | 1057:04967dc9c83f |
---|---|
1828 ITEMS > 0 \ | 1828 ITEMS > 0 \ |
1829 ORDER BY LAYER_NAME | 1829 ORDER BY LAYER_NAME |
1830 | 1830 |
1831 layer_request_data = SELECT ID_FEATURECLASS, \ | 1831 layer_request_data = SELECT ID_FEATURECLASS, \ |
1832 QUERY_STRING, \ | 1832 QUERY_STRING, \ |
1833 ID_MAPSERVICE || '_' ||ID_LAYER \ | 1833 ID_MAPSERVICE || '_' ||ID_LAYER, \ |
1834 TITLE || '-' || LAYER_NAME || '-' || BAND VALUE \ | |
1834 FROM MEDIAN.LAYER_HAS_SUBTYPES \ | 1835 FROM MEDIAN.LAYER_HAS_SUBTYPES \ |
1835 WHERE ROW_ID IN (?) | 1836 WHERE ROW_ID IN (?) |
1836 | 1837 |
1837 layer_data = SELECT ST_ASTEXT(SHAPE), ? \ | 1838 layer_data = SELECT ST_ASTEXT(SHAPE), ? \ |
1838 FROM ? \ | 1839 FROM ? \ |