[Dive4elements-commits] [PATCH 1 of 2] Set WMS encoding correctly to UTF-8

Wald Commits scm-commit at wald.intevation.org
Fri May 24 12:17:27 CEST 2013


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1369389427 -7200
# Node ID b9a78f246ea379fef01dfbf258211b8d72f3e62b
# Parent  46c18b687fdc2882afc7b4e35ba705f72b1af98d
Set WMS encoding correctly to UTF-8

    This fixes get feature info encoding problems in issue775

diff -r 46c18b687fdc -r b9a78f246ea3 artifacts/doc/conf/mapserver/mapfile.vm
--- a/artifacts/doc/conf/mapserver/mapfile.vm	Fri May 24 10:06:58 2013 +0200
+++ b/artifacts/doc/conf/mapserver/mapfile.vm	Fri May 24 11:57:07 2013 +0200
@@ -20,6 +20,7 @@
       METADATA
         "wms_title"             "FLYS Web Map Service"
         "wms_onlineresource"    "$MAPSERVERURL"
+        "wms_encoding"          "UTF-8"
         "wms_accessconstraints" "none"
         "wms_fees"              "none"
         "wms_addresstype"       "postal"


More information about the Dive4elements-commits mailing list