Mercurial > mxd2map
changeset 110:01cd6b736acd
* mapserver/mapfile/mxd.map: Added ows_enable_request-directive to
allow OGC-services.
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Tue, 14 Jun 2011 12:40:37 +0200 |
parents | dca5f208500f |
children | 82a220ac7033 |
files | ChangeLog mapserver/mapfile/mxd.map |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Jun 14 12:37:03 2011 +0200 +++ b/ChangeLog Tue Jun 14 12:40:37 2011 +0200 @@ -1,3 +1,8 @@ +2011-06-14 Stephan Holl <stephan.holl@intevation.de> + + * mapserver/mapfile/mxd.map: Added ows_enable_request-directive to + allow OGC-services. + 2011-06-14 Stephan Holl <stephan.holl@intevation.de> * mxd/connections/SDE/sde_areas.txt: New. Added hints for
--- a/mapserver/mapfile/mxd.map Tue Jun 14 12:37:03 2011 +0200 +++ b/mapserver/mapfile/mxd.map Tue Jun 14 12:40:37 2011 +0200 @@ -30,6 +30,7 @@ 'ows_keywordlist' 'MXD, STYLES, SYMBOLOGY' 'ows_sld_enabled' 'false' 'ows_http_max_age' '86400' # should 24h in seconds + 'ows_enable_request' '*' 'wms_feature_info_mime_type' 'text/html' 'wms_getmap_formatlist' 'image/png,image/png; mode=24bit' 'wms_encoding' 'UTF-8'