@@ -72,7 +72,7 @@ certain libraries:
7272- GDAL/OGR: I/O support libraries. Version 1.6.0 or greater is required.
7373
7474Please see the MapServer :ref:`UNIX Compilation and Installation HowTo
75- <unix>` for detailed instructions on compiling mapserver with support
75+ <unix>` for detailed instructions on compiling MapServer with support
7676for these libraries and features. For Windows users, the `MS4W`_
7777installer comes ready to serve both WFS and WMS.
7878
@@ -746,7 +746,7 @@ Web Object Metadata
746746**wfs_features_cache_size**
747747 (Optional, since MapServer 7.2) Maximum amount of RAM allowed to cache
748748 features during the first query pass, so as not to be asked again to
749- the datasource when geneating the GML or OGR output.
749+ the datasource when generating the GML or OGR output.
750750 If wfs_features_cache_count is also set, the most limiting will be honoured.
751751 By default the value is in bytes, unless the " MB" suffix is specified.
752752 Note: this is an advanced setting.
@@ -1030,8 +1030,7 @@ Layer Object
10301030 a mix of geometry types, and "None" is sometimes suitable for layers without
10311031 geometry. Note that layers which are a mix of polygon and multipolygon
10321032 would normally have to be described as "Geometry". To produce 2.5D output
1033- append "25D" to the geometry type (ie. "Polygon25D"). Note that Z values
1034- are only carried by MapServer if built with USE_POINT_Z_M support.
1033+ append "25D" to the geometry type (i.e. "Polygon25D").
10351034
10361035 ::
10371036
@@ -1259,7 +1258,7 @@ Layer Object
12591258 triple: WFS; METADATA; wfs_getfeature_formatlist
12601259
12611260**wfs_getfeature_formatlist**
1262- (Optional) Comma-separted list of formats that should be valid for a
1261+ (Optional) Comma-separated list of formats that should be valid for a
12631262 GetFeature request. If defined, only these formats are advertised
12641263 in the Capabilities document.
12651264
@@ -1353,7 +1352,7 @@ Layer Object
13531352
13541353**wfs_srs**
13551354 If there is no SRS defined at the top-level in the mapfile then this
1356- SRS will be used to advertize this feature type (layer) in the
1355+ SRS will be used to advertise this feature type (layer) in the
13571356 capabilities. See the note about the SRS rules in WFS.
13581357
13591358.. index::
0 commit comments