Skip to content

Commit 6cc85ed

Browse files
author
MapServer deploybot
committed
update with results of commit MapServer/MapServer-documentation@04c4abb
1 parent ea85690 commit 6cc85ed

8,474 files changed

Lines changed: 10820 additions & 9966 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MIGRATION_GUIDE.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>Navigation</h3>
126126
<span id="migration"></span><h1><a class="toc-backref" href="#table-of-contents" role="doc-backlink">MapServer Migration Guide</a><a class="headerlink" href="#mapserver-migration-guide" title="Link to this heading"></a></h1>
127127
<dl class="field-list simple">
128128
<dt class="field-odd">Last Updated<span class="colon">:</span></dt>
129-
<dd class="field-odd"><p>2026-03-25</p>
129+
<dd class="field-odd"><p>2026-03-29</p>
130130
</dd>
131131
</dl>
132132
<nav class="contents" id="table-of-contents">
@@ -1571,7 +1571,7 @@ <h3>Navigation</h3>
15711571
</div>
15721572
<div class="footer" role="contentinfo">
15731573
&#169; <a href="copyright.html">Copyright</a> 2026, Open Source Geospatial Foundation.
1574-
Last updated on 2026-03-28.
1574+
Last updated on 2026-03-29.
15751575
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.1.0.
15761576
</div>
15771577
</body>

_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h3>Navigation</h3>
159159
</div>
160160
<div class="footer" role="contentinfo">
161161
&#169; <a href="../copyright.html">Copyright</a> 2026, Open Source Geospatial Foundation.
162-
Last updated on 2026-03-28.
162+
Last updated on 2026-03-29.
163163
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.1.0.
164164
</div>
165165
</body>

_modules/mapscript/mapscript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5588,7 +5588,7 @@ <h3>Navigation</h3>
55885588
</div>
55895589
<div class="footer" role="contentinfo">
55905590
&#169; <a href="../../copyright.html">Copyright</a> 2026, Open Source Geospatial Foundation.
5591-
Last updated on 2026-03-28.
5591+
Last updated on 2026-03-29.
55925592
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.1.0.
55935593
</div>
55945594
</body>

_sources/MIGRATION_GUIDE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
MapServer Migration Guide
77
*****************************************************************************
88

9-
:Last Updated: 2026-03-25
9+
:Last Updated: 2026-03-29
1010

1111
.. contents:: Table of Contents
1212
:depth: 2

_sources/cgi/runsub.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
:Author: Steve Lime
1111
:Contact: sdlime at gmail.com
12-
:Last Updated: 2023-04-19
12+
:Last Updated: 2026-03-29
1313

1414
.. contents:: Table of Contents
1515
:depth: 2

_sources/development/documentation.txt

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:Contact: hobu.inc at gmail.com
99
:Author: Jeff McKenna
1010
:Contact: jmckenna at gatewaygeomatics.com
11-
:Last Updated: 2026-03-28
11+
:Last Updated: 2026-03-29
1212

1313
.. contents:: Table of Contents
1414
:depth: 4
@@ -297,8 +297,14 @@ Installing and Using Sphinx for rst-html Generation
297297
If there are more than one translation, the above commands will automatically
298298
build all translations.
299299

300+
Spelling tools
301+
--------------
302+
303+
There are several methods to check and/or correct spelling issues in the
304+
documentation files:
305+
300306
(English) typo fixing script
301-
----------------------------
307+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
302308

303309
(Tested on Linux. Should also likely run on MacOSX. Windows users might need
304310
to install Cygwin, Python 3, git, curl, sed, grep, awk)
@@ -332,6 +338,27 @@ from CRLF to LF might be needed). scripts/typos_whitelist.txt should be used rat
332338
than WORDS_WHITE_LIST, only when a word is not a typo in a given context, but
333339
might be a typo in another context.
334340

341+
sphinxcontrib.spelling extension
342+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
343+
Here some important steps for using Sphinx's spelling extension:
344+
345+
- install the `extension <https://pypi.org/project/sphinxcontrib-spelling/>`__, such as:
346+
347+
::
348+
349+
python -m pip install sphinxcontrib-spelling==8.0.2
350+
351+
- the wordlist for MapServer is located in `/en/spelling_wordlist.dict <https://github.com/MapServer/MapServer-documentation/blob/main/en/spelling_wordlist.dict>`__
352+
353+
- edit the `options <https://sphinxcontrib-spelling.readthedocs.io/en/latest/customize.html>`__
354+
for the extension in your local `conf.py` (see the "spelling extension options" section),
355+
and make sure that the extension is enabled (see the "General configuration" section)
356+
357+
- run the spellcheck with:
358+
359+
::
360+
361+
make spelling
335362

336363
How translations are handled
337364
----------------------------

_sources/development/rfc/ms-rfc-58.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Supported Folder elements are:
128128
+-------------------------------------------------------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
129129
| TimePrimitive | No | |
130130
+-------------------------------------------------------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
131-
| styleUrl | Yes | The user can use the kml_folder_display layer or map level metedata to choose a setting. Possible values are 'check' (default), 'radioFolder', 'checkOffOnly', 'checkHideChildren'. |
131+
| styleUrl | Yes | The user can use the kml_folder_display layer or map level metadata to choose a setting. Possible values are 'check' (default), 'radioFolder', 'checkOffOnly', 'checkHideChildren'. |
132132
+-------------------------------------------------------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
133133
| RegionMetadataExtendedData | No | |
134134
+-------------------------------------------------------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -206,11 +206,11 @@ General notes on layers
206206
- Labelcache is turned off on each layer
207207
- Projection block should be set. If not set It will be assumed that the data is in lat/lon projection (a debug message will be sent to the user: Debug Message 1)
208208
- Possible to output vector layers as raster using metadata: "KML_OUTPUTASRASTER" "true"
209-
- The user can use the KML_FOLDER_DSIPLAY layer or map level metedata to choose a setting. Possible values are 'check' (default), 'radioFolder', 'checkOffOnly', 'checkHideChildren'.
210-
- The user can use metedata KML_DESCRIPTION or KML_INCLUDE_ITEMS to define the description attached to each feature.
211-
- The user can use metedata KML_ALTITUDEMODE to specify how altitude components in the <coordinates> element are interpreted. Possible values are: absolute, relativeToGround, clampToGround. https://developers.google.com/kml/documentation/kmlreference?csw=1#altitudemode
212-
- The user can use metedata KML_EXTRUDE to specify whether to connect the LinearRing to the ground. https://developers.google.com/kml/documentation/kmlreference?csw=1#tessellate
213-
- The user can use metedata KML_TESSELLATE to specify whether to allow the LinearRing to follow the terrain. https://developers.google.com/kml/documentation/kmlreference?csw=1#extrude
209+
- The user can use the KML_FOLDER_DSIPLAY layer or map level metadata to choose a setting. Possible values are 'check' (default), 'radioFolder', 'checkOffOnly', 'checkHideChildren'.
210+
- The user can use metadata KML_DESCRIPTION or KML_INCLUDE_ITEMS to define the description attached to each feature.
211+
- The user can use metadata KML_ALTITUDEMODE to specify how altitude components in the <coordinates> element are interpreted. Possible values are: absolute, relativeToGround, clampToGround. https://developers.google.com/kml/documentation/kmlreference?csw=1#altitudemode
212+
- The user can use metadata KML_EXTRUDE to specify whether to connect the LinearRing to the ground. https://developers.google.com/kml/documentation/kmlreference?csw=1#tessellate
213+
- The user can use metadata KML_TESSELLATE to specify whether to allow the LinearRing to follow the terrain. https://developers.google.com/kml/documentation/kmlreference?csw=1#extrude
214214

215215

216216

_sources/download.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ MapServer 7.x (Itasca) Demo
244244
The original MapServer Itasca demo (which does not work with recent MapServer
245245
versions) can still be `downloaded <https://download.osgeo.org/mapserver/docs/workshop-5.4.zip>`__.
246246

247-
MapServer 7.x Tutoral + data
247+
MapServer 7.x Tutorial + data
248248
The MapServer 7 tutorial, including all working mapfiles, highway shield icons,
249249
and data, is available for `download <https://download.osgeo.org/mapserver/docs/mapserver-tutorial.zip>`__.
250250
More info can be found on the :ref:`Tutorial Background <tutorial_background>` page.

_sources/input/raster.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:Contact: warmerdam at pobox.com
1212
:Author: Jeff McKenna
1313
:Contact: jmckenna at gatewaygeomatics.com
14-
:Last Updated: 2022-08-20
14+
:Last Updated: 2026-03-29
1515

1616
.. contents:: Table of Contents
1717
:depth: 2

_sources/input/vector/ogr.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ OGR Vector Layers Through MapServer
99

1010
:Author: Jeff McKenna
1111
:Contact: jmckenna at gatewaygeomatics.com
12-
:Last Updated: 2021-05-06
12+
:Last Updated: 2026-03-29
1313

1414
.. contents:: Table of Contents
1515
:depth: 3

0 commit comments

Comments
 (0)