[mapserver-commits] r8464 - trunk/docs/ogc
svn at osgeo.org
svn at osgeo.org
Wed Jan 28 11:06:07 EST 2009
Author: tomkralidis
Date: 2009-01-28 11:06:07 -0500 (Wed, 28 Jan 2009)
New Revision: 8464
Modified:
trunk/docs/ogc/mapcontext.txt
Log:
add wms_server_title support (#885)
Modified: trunk/docs/ogc/mapcontext.txt
===================================================================
--- trunk/docs/ogc/mapcontext.txt 2009-01-28 15:37:36 UTC (rev 8463)
+++ trunk/docs/ogc/mapcontext.txt 2009-01-28 16:06:07 UTC (rev 8464)
@@ -213,6 +213,8 @@
- *wms_server_version* : The version of the web map server specification.
+- *wms_server_title* : The title of the web map server.
+
- *wms_stylelist* : Current style used.
- *wms_style_%s_legendurl_width* : Width of an image describing the style.
@@ -275,6 +277,7 @@
METADATA
"wms_name" "prov_bound"
"wms_server_version" "1.1.1"
+ "wms_server_title" "GMap WMS Demo Server"
"wms_format" "image/gif"
"wms_srs" "EPSG:42304"
"wms_title" "Canadian boundaries" #### REQUIRED
@@ -299,6 +302,7 @@
METADATA
"wms_name" "popplace"
"wms_server_version" "1.1.1"
+ "wms_server_title" "GMap WMS Demo Server"
"wms_format" "image/png"
"wms_srs" "EPSG:42304"
"wms_title" "Canadian Cities" #### REQUIRED
More information about the mapserver-commits
mailing list