# HG changeset patch # User Bernhard Reiter # Date 1378908254 -7200 # Node ID 1a4df065de26423532d4575922b51bc7ce4564bf # Parent 2b022ca95b3b9471397e52dd23818cf27c2f6177 (issue1023) mapserver templates mapfile.vm, wsplgen_layer.vm explicitely adding the three projects, so that mapserver offers the in the capabilities. diff -r 2b022ca95b3b -r 1a4df065de26 artifacts/doc/conf/mapserver/mapfile.vm --- a/artifacts/doc/conf/mapserver/mapfile.vm Wed Sep 11 15:30:38 2013 +0200 +++ b/artifacts/doc/conf/mapserver/mapfile.vm Wed Sep 11 16:04:14 2013 +0200 @@ -33,7 +33,7 @@ "wms_contactorganization" "" "wms_contactelectronicmailaddress" "" "wms_contactvoicetelephone" "" - "wms_srs" "EPSG:31467" + "wms_srs" "EPSG:4326 EPSG:31466 EPSG:31467" "wms_feature_info_mime_type" "text/html" "wms_getmap_formatlist" "image/png,image/png; mode=24bit,image/jpeg" "ows_enable_request" "*" diff -r 2b022ca95b3b -r 1a4df065de26 artifacts/doc/conf/mapserver/wsplgen_layer.vm --- a/artifacts/doc/conf/mapserver/wsplgen_layer.vm Wed Sep 11 15:30:38 2013 +0200 +++ b/artifacts/doc/conf/mapserver/wsplgen_layer.vm Wed Sep 11 16:04:14 2013 +0200 @@ -19,6 +19,7 @@ "gml_include_items" "all" "ows_enable_request" "GetFeatureInfo" "wms_feature_info_mime_type" "gml" + "wms_srs" "EPSG:4326 EPSG:31466 EPSG:31467" #if ( $LAYER.getGroupTitle() ) "wms_group_title" "$LAYER.getGroupTitle()" #end