Skip to content

Commit 45f3997

Browse files
committed
- fixed typos and styling in MapScript documentation
1 parent 17323a9 commit 45f3997

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/data-publishing/ogcapi-maps.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Projections are supported through EPSG codes (`options.projection`):
7373
7474
This parameter is optional, defaulting to WGS84 (4236).
7575

76-
This provider also supports `tileindexing <https://mapserver.org/optimization/tileindex.html>`_,
77-
which let MapScript create a mosaic on the fly, piecing together a set of files.
78-
In order to enable it, set `options.tileindex` to True and set the location of the index file on the `data` path.
76+
This provider also supports `tile indexing <https://mapserver.org/optimization/tileindex.html>`_,
77+
which lets MapScript create a mosaic on the fly, piecing together a set of files.
78+
In order to enable it, set `options.tileindex` to `True` and set the location of the index file on the `data` path.
7979

8080
.. code-block:: yaml
8181
@@ -91,7 +91,7 @@ In order to enable it, set `options.tileindex` to True and set the location of t
9191
name: png
9292
mimetype: image/png
9393
94-
The `options.tileindex` parameter is optional, defaulting to False.
94+
The `options.tileindex` parameter is optional, defaulting to `False`.
9595

9696
WMSFacade
9797
^^^^^^^^^

0 commit comments

Comments
 (0)