|
9 | 9 |
|
10 | 10 | :Author: Jeff McKenna |
11 | 11 | :Contact: jmckenna at gatewaygeomatics.com |
12 | | -:Last Updated: 2022-09-05 |
| 12 | +:Last Updated: 2024-08-26 |
13 | 13 |
|
14 | 14 | .. contents:: Table of Contents |
15 | 15 | :depth: 3 |
@@ -123,28 +123,30 @@ ready with WMS/WFS support) |
123 | 123 |
|
124 | 124 | Example 1. On Unix: |
125 | 125 |
|
126 | | -:: |
| 126 | +.. code-block:: bash |
127 | 127 |
|
128 | 128 | $ ./mapserv -v |
129 | | - MapServer version 7.7-dev OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ |
130 | | - SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS |
131 | | - SUPPORTS=RSVG SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER |
132 | | - SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT |
133 | | - SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=GEOS SUPPORTS=PBF |
134 | | - INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE |
| 129 | + MapServer version 8.3-dev PROJ version 9.4 GDAL version 3.9 OUTPUT=PNG |
| 130 | + OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE |
| 131 | + SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV |
| 132 | + SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER |
| 133 | + SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER |
| 134 | + SUPPORTS=OGCAPI_SERVER SUPPORTS=GEOS SUPPORTS=PBF INPUT=JPEG INPUT=POSTGIS |
| 135 | + INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE INPUT=FLATGEOBU |
135 | 136 |
|
136 | 137 | Example 2. On Windows: |
137 | 138 |
|
138 | | -:: |
| 139 | +.. code-block:: bash |
139 | 140 |
|
140 | 141 | C:\ms4w> mapserv -v |
141 | | - MapServer version 7.7.0-dev (MS4W 4.0.5) OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML |
142 | | - SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO |
143 | | - SUPPORTS=SVG_SYMBOLS SUPPORTS=SVGCAIRO SUPPORTS=ICONV SUPPORTS=FRIBIDI |
144 | | - SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER |
145 | | - SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER |
146 | | - SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS SUPPORTS=POINT_Z_M |
147 | | - SUPPORTS=PBF INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE |
| 142 | + MapServer version 8.3.0-dev (MS4W 5.0.0) PROJ version 9.5 |
| 143 | + GDAL version 3.10 OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ |
| 144 | + SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS |
| 145 | + SUPPORTS=SVGCAIRO SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER |
| 146 | + SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER |
| 147 | + SUPPORTS=SOS_SERVER SUPPORTS=OGCAPI_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS |
| 148 | + SUPPORTS=GEOS SUPPORTS=PBF INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL |
| 149 | + INPUT=SHAPEFILE INPUT=FLATGEOBUF |
148 | 150 |
|
149 | 151 | .. index:: |
150 | 152 | pair: WMS Server; Mapfile |
@@ -439,6 +441,13 @@ the WMS spec: |
439 | 441 | "STYLES=" with an empty value to use default style(s). Named styles |
440 | 442 | are also supported and are controlled by CLASS GROUP names in the |
441 | 443 | mapfile. |
| 444 | + |
| 445 | + .. note:: |
| 446 | + |
| 447 | + As of the MapServer 8.0 release, MapServer strictly requires |
| 448 | + the "STYLES=" parameter (unless SLD & SLD_BODY are specified). |
| 449 | + To avoid this requirement, you can set |
| 450 | + `"wms_allow_getmap_without_styles" "true"` in MAP.WEB.METADATA. |
442 | 451 |
|
443 | 452 | **SRS=namespace:identifier:** Spatial Reference System. |
444 | 453 |
|
@@ -1073,6 +1082,17 @@ wms_postcode, wms_country** |
1073 | 1082 | - *WMS TAG Name:* ContactAddress and family (WMS1.1.1, sect. 7.1.4.2) |
1074 | 1083 | - *Description:* Optional contact address information. If provided |
1075 | 1084 | then all six metadata items are required. |
| 1085 | + |
| 1086 | +.. index:: |
| 1087 | + triple: WMS; METADATA; wms_allow_getmap_without_styles |
| 1088 | + |
| 1089 | +**wms_allow_getmap_without_styles** |
| 1090 | + |
| 1091 | + .. versionadded:: 8.0 |
| 1092 | + |
| 1093 | +- *Description:* (Optional) "true" or "false". If true, the "STYLES=" |
| 1094 | + GetMap parameter will not be required. If false (the default as of |
| 1095 | + MapServer 8.0) the "STYLES=" GetMap parameter will be required. |
1076 | 1096 |
|
1077 | 1097 | .. index:: |
1078 | 1098 | triple: WMS; METADATA; wms_attribution_logourl_format |
@@ -1135,11 +1155,12 @@ wms_postcode, wms_country** |
1135 | 1155 |
|
1136 | 1156 | **wms_bbox_extended:** |
1137 | 1157 |
|
| 1158 | + .. versionadded:: 6.0 |
| 1159 | + |
1138 | 1160 | - *Description:* (Optional) "true" or "false". If true, bounding |
1139 | 1161 | boxes are reported for all supported SRS / CRS in the capabilities |
1140 | 1162 | document. If false, only the bounding box of the first SRS / CRS is |
1141 | 1163 | reported. |
1142 | | -- Introduced in 6.0. |
1143 | 1164 |
|
1144 | 1165 | .. index:: |
1145 | 1166 | triple: WMS; METADATA; wms_contactelectronicmailaddress |
@@ -1685,11 +1706,12 @@ Layer Object Metadata |
1685 | 1706 |
|
1686 | 1707 | **wms_bbox_extended:** |
1687 | 1708 |
|
| 1709 | + .. versionadded:: 6.0 |
| 1710 | + |
1688 | 1711 | - *Description:* (Optional) "true" or "false". If true, bounding |
1689 | 1712 | boxes are reported for all supported SRS / CRS in the capabilities |
1690 | 1713 | document. If false, only the bounding box of the first SRS / CRS is |
1691 | 1714 | reported. |
1692 | | -- Introduced in 6.0. |
1693 | 1715 |
|
1694 | 1716 | .. index:: |
1695 | 1717 | triple: WMS; METADATA; wms_dataurl_format |
|
0 commit comments