Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/mapserver/shapefile_layer.vm @ 5175:cfc5540a4eec mapgenfix
Re-add layer generation for floodmap layers (somewhat buggy though).
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Wed, 06 Mar 2013 14:14:15 +0100 |
parents | 0795c296f718 |
children |
comparison
equal
deleted
inserted
replaced
5088:2b24073e80d9 | 5175:cfc5540a4eec |
---|---|
9 #if( $LAYER.getGroup() ) | 9 #if( $LAYER.getGroup() ) |
10 GROUP "$LAYER.getGroup()" | 10 GROUP "$LAYER.getGroup()" |
11 #end | 11 #end |
12 | 12 |
13 PROJECTION | 13 PROJECTION |
14 "init=epsg:$LAYER.getSrid()" | 14 #"init=epsg:$LAYER.getSrid()" |
15 "init=epsg:31467" | |
15 END | 16 END |
16 | 17 |
17 METADATA | 18 METADATA |
18 "wms_title" "$LAYER.getTitle()" | 19 "wms_title" "$LAYER.getTitle()" |
19 "gml_include_items" "all" | 20 "gml_include_items" "all" |