Mercurial > dive4elements > river
changeset 6992:1a4df065de26
(issue1023) mapserver templates mapfile.vm, wsplgen_layer.vm explicitely adding the three projects, so that mapserver offers the in the capabilities.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Wed, 11 Sep 2013 16:04:14 +0200 |
parents | 2b022ca95b3b |
children | 04a84a9ab903 |
files | artifacts/doc/conf/mapserver/mapfile.vm artifacts/doc/conf/mapserver/wsplgen_layer.vm |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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" "*"
--- 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