140140It is possible to deliver 16 bit DEM data through the MapServer Web Coverage
141141Service.
142142
143- Firstly it is necessary to specify the output format in the map file
143+ Firstly it is necessary to specify the output format in the mapfile:
144144
145145.. code-block:: mapfile
146146
@@ -152,7 +152,7 @@ Firstly it is necessary to specify the output format in the map file
152152 EXTENSION "tif"
153153 END
154154
155- and the corresponding layer
155+ and the corresponding layer:
156156
157157.. code-block:: mapfile
158158
@@ -175,8 +175,9 @@ and the corresponding layer
175175 END
176176 END
177177
178- Performance gains can be made by using the `gdaladdo <https://gdal.org/programs/gdaladdo.html>`__
179- utility.
178+ .. TIP::
179+ Performance gains can be made by using the `gdaladdo <https://gdal.org/programs/gdaladdo.html>`__
180+ utility on your source rasters.
180181
181182NetCDF
182183======
@@ -266,7 +267,7 @@ like::
266267 POLYGON ((xxx,xxxx,.......))
267268
268269
269- Define your output format as
270+ Define your output format as:
270271
271272.. code-block:: mapfile
272273
@@ -278,7 +279,7 @@ Define your output format as
278279 EXTENSION 'tif'
279280 END
280281
281- Then you need to define your tile index within the mapfile.
282+ Then you need to define your tile index within the mapfile:
282283
283284.. NOTE::
284285 You must setup a :ref:`VALIDATION <validation>` block for MapServer to
@@ -297,7 +298,7 @@ Then you need to define your tile index within the mapfile.
297298 END
298299 END
299300
300- and the actual layer
301+ and the corresponding layer:
301302
302303.. code-block:: mapfile
303304
@@ -356,7 +357,7 @@ This requires MapServer 7.2.0 for format-specific and layer-specific
356357creation options mechanism, as well as GDAL 2.3.0 for GRIB2 output support.
357358
358359
359- Define your output format as
360+ Define your output format as:
360361
361362.. code-block:: mapfile
362363
@@ -372,7 +373,7 @@ Define your output format as
372373(consult `GDAL GRIB driver documentation`_ for more options that can be
373374provided in FORMATOPTION)
374375
375- and the actual layer
376+ and the corresponding layer:
376377
377378.. code-block:: mapfile
378379
0 commit comments