Skip to content

Commit 091e815

Browse files
Remove references to USE_POINT_Z_M (#1028)
Co-authored-by: sethg <sethg@geographika.co.uk>
1 parent db61d98 commit 091e815

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

en/ogc/wfs_server.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ certain libraries:
7272
- GDAL/OGR: I/O support libraries. Version 1.6.0 or greater is required.
7373

7474
Please 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
7676
for these libraries and features. For Windows users, the `MS4W`_
7777
installer 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::

en/output/ogr_output.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@ primarily intended to support WFS.
243243
a mix of geometry types, and "None" is sometimes suitable for layers without
244244
geometry. Note that layers which are a mix of polygon and multipolygon
245245
would normally have to be described as "Geometry". To produce 2.5D output
246-
append "25D" to the geometry type (ie. "Polygon25D"). Note that Z values
247-
are only carried by MapServer if built with USE_POINT_Z_M support.
246+
append "25D" to the geometry type (i.e. "Polygon25D").
248247

249248
::
250249

@@ -305,7 +304,7 @@ types (ie. polygons and multipolygons) the geometry type should be set to
305304

306305
In order 2.5D support (geometries with Z coordinates) to be enabled, the "25D"
307306
suffix must be add to the value of the "ows_geomtype" metadata item
308-
(i.e. "Polygon25D"), and MapServer must be built with USE_POINT_Z_M support.
307+
(i.e. "Polygon25D").
309308

310309
.. note::
311310
Empty geometries are supported from the MapServer 8.0 release.

0 commit comments

Comments
 (0)