Mercurial > dive4elements > river
comparison artifacts/doc/conf/mapserver/shapefile_layer.vm @ 6826:74a437805e2a
Mapfile templates contain regex expressions to catch features more robust (#657).
Mapfile generation code is still confusing and should be refactored.
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Wed, 14 Aug 2013 14:20:59 +0200 |
parents | 5aa05a7a34b7 |
children | 8c7433b8656d |
comparison
equal
deleted
inserted
replaced
6822:330ea2915168 | 6826:74a437805e2a |
---|---|
19 "gml_include_items" "all" | 19 "gml_include_items" "all" |
20 #if ( $LAYER.getGroupTitle() ) | 20 #if ( $LAYER.getGroupTitle() ) |
21 "wms_group_title" "$LAYER.getGroupTitle()" | 21 "wms_group_title" "$LAYER.getGroupTitle()" |
22 #end | 22 #end |
23 END | 23 END |
24 | |
25 CLASSITEM "TYP" | |
24 | 26 |
25 #if ( !$LAYER.getStyle() ) | 27 #if ( !$LAYER.getStyle() ) |
26 #if ( $LAYER.getGroupTitle() ) | 28 #if ( $LAYER.getGroupTitle() ) |
27 #if ( $LAYER.getType() == "POLYGON" ) | 29 #if ( $LAYER.getType() == "POLYGON" ) |
28 #include("barrier_polygons_class.vm") | 30 #include("barrier_polygons_class.vm") |