Skip to content

Commit eb7d570

Browse files
author
MapServer deploybot
committed
update with results of commit MapServer/MapServer-documentation@912c72d
1 parent 7243201 commit eb7d570

File tree

7,784 files changed

+16212
-14840
lines changed

Some content is hidden

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

7,784 files changed

+16212
-14840
lines changed

MIGRATION_GUIDE.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,8 +1564,8 @@ <h3>Navigation</h3>
15641564
</div>
15651565
<div class="footer" role="contentinfo">
15661566
&#169; <a href="copyright.html">Copyright</a> 2025, Open Source Geospatial Foundation.
1567-
Last updated on 2025-12-03.
1568-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.1.
1567+
Last updated on 2025-12-12.
1568+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.4.
15691569
</div>
15701570
</body>
15711571
</html>

_modules/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ <h3>Navigation</h3>
159159
</div>
160160
<div class="footer" role="contentinfo">
161161
&#169; <a href="../copyright.html">Copyright</a> 2025, Open Source Geospatial Foundation.
162-
Last updated on 2025-12-03.
163-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.1.
162+
Last updated on 2025-12-12.
163+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.4.
164164
</div>
165165
</body>
166166
</html>

_modules/mapscript/mapscript.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5576,8 +5576,8 @@ <h3>Navigation</h3>
55765576
</div>
55775577
<div class="footer" role="contentinfo">
55785578
&#169; <a href="../../copyright.html">Copyright</a> 2025, Open Source Geospatial Foundation.
5579-
Last updated on 2025-12-03.
5580-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.1.
5579+
Last updated on 2025-12-12.
5580+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.4.
55815581
</div>
55825582
</body>
55835583
</html>

_sources/ogc/ogc_api.txt

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
:Author: Jeff McKenna
1111
:Contact: jmckenna at gatewaygeomatics.com
12-
:Last Updated: 2025-11-19
12+
:Last Updated: 2025-12-12
1313

1414
.. contents:: Table of Contents
1515
:depth: 3
@@ -104,10 +104,11 @@ Example 1. On Unix:
104104
::
105105

106106
$ ./mapserv -v
107-
MapServer version 8.1-dev OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ
108-
SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG
109-
SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT
110-
SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER
107+
MapServer version 8.7-dev PROJ version 9.7 GDAL version 3.11 OUTPUT=PNG
108+
OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE
109+
SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV
110+
SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER
111+
SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER
111112
SUPPORTS=OGCAPI_SERVER SUPPORTS=GEOS SUPPORTS=PBF INPUT=JPEG INPUT=POSTGIS
112113
INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE INPUT=FLATGEOBUF
113114

@@ -116,13 +117,14 @@ Example 2. On Windows:
116117
::
117118

118119
C:\ms4w> mapserv -v
119-
MapServer version 8.1.0-dev (MS4W 5.0.0-dev) OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML
120-
SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO
121-
SUPPORTS=SVG_SYMBOLS SUPPORTS=SVGCAIRO SUPPORTS=ICONV SUPPORTS=FRIBIDI
122-
SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT
123-
SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=OGCAPI_SERVER SUPPORTS=FASTCGI
124-
SUPPORTS=THREADS SUPPORTS=GEOS SUPPORTS=PBF INPUT=JPEG INPUT=POSTGIS INPUT=OGR
125-
INPUT=GDAL INPUT=SHAPEFILE INPUT=FLATGEOBUF
120+
MapServer version 8.7.0-dev (MS4W 5.2.0) PROJ version 9.8
121+
GDAL version 3.13 OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=AGG
122+
SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=SVGCAIRO
123+
SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT
124+
SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER
125+
SUPPORTS=OGCAPI_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS
126+
SUPPORTS=PBF INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE
127+
INPUT=FLATGEOBUF
126128

127129
.. index::
128130
pair: WMS Server; Mapfile
@@ -141,6 +143,23 @@ mapfile such as::
141143
localdemo "/ms4w/apps/ogcapi-demo/ogcapi-demo.map"
142144
END
143145

146+
You can also point to the location of the HTML templates to use for
147+
`ogcapi?f=html` requests, by setting the `OGCAPI_HTML_TEMPLATE_DIRECTORY`
148+
environment variable in your CONFIG file, such as::
149+
150+
ENV
151+
#
152+
# OGC API
153+
#
154+
OGCAPI_HTML_TEMPLATE_DIRECTORY "/ms4w/share/ogcapi/templates/html-bootstrap/"
155+
END
156+
157+
.. NOTE::
158+
If the `OGCAPI_HTML_TEMPLATE_DIRECTORY` environment variable is not set, or
159+
the mapfile's WEB.METADATA parameter `oga_html_template_directory` is not set,
160+
then no HTML output will be generated (you may see a `"Template directory not
161+
set."` error message for `ogcapi?f=html` requests).
162+
144163
.. TIP::
145164
For Ubuntu users, by default MapServer will install
146165
a sample config file at */usr/local/etc/mapserver-sample.conf*, and you must

_sources/optimization/environment_variables.txt

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,9 @@ MS_OPENLAYERS_JS_URL
362362
pair: Environment variables; MS_TEMPPATH
363363

364364
MS_TEMPPATH
365-
Set the :ref:`WEB` `TEMPPATH`.
366-
367365
.. versionadded:: 6.0
366+
367+
Set the :ref:`WEB` `TEMPPATH`.
368368

369369
.. index::
370370
pair: Environment variables; MS_XMLMAPFILE_XSLT
@@ -377,6 +377,32 @@ MS_XMLMAPFILE_XSLT
377377

378378
.. index::
379379
pair: Environment variables; PROJ_DATA
380+
381+
.. index::
382+
pair: Environment variables; OGCAPI_HTML_TEMPLATE_DIRECTORY
383+
384+
OGCAPI_HTML_TEMPLATE_DIRECTORY
385+
.. versionadded:: 8.0
386+
387+
The `OGCAPI_HTML_TEMPLATE_DIRECTORY` environment variable can be set
388+
to point to the template files to use for HTML output for the
389+
OGCAPI: Features service.
390+
391+
If this variable is not set, or the mapfile's WEB.METADATA parameter
392+
`oga_html_template_directory` is not set, then no HTML output will be generated
393+
(you may see a `"Template directory not set."` error message for `ogcapi?f=html`
394+
requests).
395+
396+
Example CONFIG file contents::
397+
398+
ENV
399+
#
400+
# OGC API
401+
#
402+
OGCAPI_HTML_TEMPLATE_DIRECTORY "/ms4w/share/ogcapi/templates/html-bootstrap/"
403+
END
404+
405+
.. seealso:: :ref:`ogcapi` & :ref:`rfc134`
380406

381407
PROJ_DATA
382408
The `PROJ_DATA` environment variable or `CONFIG` directive can be

about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ <h3>Navigation</h3>
244244
</div>
245245
<div class="footer" role="contentinfo">
246246
&#169; <a href="copyright.html">Copyright</a> 2025, Open Source Geospatial Foundation.
247-
Last updated on 2025-12-03.
248-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.1.
247+
Last updated on 2025-12-12.
248+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.4.
249249
</div>
250250
</body>
251251
</html>

announcements/2021-03-30-limit-mapfile-access.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ <h3>Navigation</h3>
183183
</div>
184184
<div class="footer" role="contentinfo">
185185
&#169; <a href="../copyright.html">Copyright</a> 2025, Open Source Geospatial Foundation.
186-
Last updated on 2025-12-03.
187-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.1.
186+
Last updated on 2025-12-12.
187+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.4.
188188
</div>
189189
</body>
190190
</html>

announcements/2021-06-11-community-condolences.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ <h3>Navigation</h3>
195195
</div>
196196
<div class="footer" role="contentinfo">
197197
&#169; <a href="../copyright.html">Copyright</a> 2025, Open Source Geospatial Foundation.
198-
Last updated on 2025-12-03.
199-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.1.
198+
Last updated on 2025-12-12.
199+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.4.
200200
</div>
201201
</body>
202202
</html>

announcements/announcements_archive.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,8 +687,8 @@ <h3>Navigation</h3>
687687
</div>
688688
<div class="footer" role="contentinfo">
689689
&#169; <a href="../copyright.html">Copyright</a> 2025, Open Source Geospatial Foundation.
690-
Last updated on 2025-12-03.
691-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.1.
690+
Last updated on 2025-12-12.
691+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.4.
692692
</div>
693693
</body>
694694
</html>

announcements/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ <h3>Navigation</h3>
168168
</div>
169169
<div class="footer" role="contentinfo">
170170
&#169; <a href="../copyright.html">Copyright</a> 2025, Open Source Geospatial Foundation.
171-
Last updated on 2025-12-03.
172-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.1.
171+
Last updated on 2025-12-12.
172+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.4.
173173
</div>
174174
</body>
175175
</html>

0 commit comments

Comments
 (0)