Skip to content

Commit a3e989b

Browse files
author
MapServer deploybot
committed
update with results of commit MapServer/MapServer-documentation@4992d77
1 parent 100bba5 commit a3e989b

File tree

6,829 files changed

+8500
-7538
lines changed

Some content is hidden

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

6,829 files changed

+8500
-7538
lines changed

_sources/development/announce/8-6.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ Binary Distributions
5353

5454
Binary distributions will be available in the coming days:
5555

56-
- Debian binaries of 8.6.0-beta1 are already available: https://tracker.debian.org/pkg/mapserver
56+
- Debian binaries of 8.6.0-beta2 are already available: https://tracker.debian.org/pkg/mapserver
5757
- `OSGeoLive <https://live.osgeo.org>`__ 17.0 release process is happening now, but
58-
it will soon include MapServer 8.6.0-beta1
58+
it will soon include MapServer 8.6.0-beta2
5959
- `UbuntuGIS <https://wiki.ubuntu.com/UbuntuGIS>`__ will follow the OSGeoLive
60-
release and will then include MapServer 8.6.0-beta1
60+
release and will then include MapServer 8.6.0-beta2
6161
- MS4W users have already been using branch-8-6 code, but watch for
62-
a new release shortly containing the 8.6.0-beta1 changes at: https://ms4w.com
62+
a new release shortly containing the 8.6.0-beta2 changes at: https://ms4w.com
6363

6464
.. TBD
6565
- `RHEL and CentOS` TODO
3.95 KB
Binary file not shown.
733 Bytes
Binary file not shown.

ar/.doctrees/environment.pickle

67 Bytes
Binary file not shown.
Binary file not shown.

ar/.doctrees/ogc/ogc_api.doctree

426 Bytes
Binary file not shown.

ar/MIGRATION_GUIDE.html

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3>Navigation</h3>
153153
<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>
154154
<dl class="field-list simple">
155155
<dt class="field-odd">Last Updated<span class="colon">:</span></dt>
156-
<dd class="field-odd"><p>2025-11-18</p>
156+
<dd class="field-odd"><p>2025-11-19</p>
157157
</dd>
158158
</dl>
159159
<nav class="contents" id="table-of-contents">
@@ -267,11 +267,41 @@ <h3>Navigation</h3>
267267
<p>original Pull Request <a class="reference external" href="https://github.com/MapServer/MapServer/pull/7309/">#7309</a></p>
268268
</div>
269269
</li>
270-
<li><p><a class="reference internal" href="ogc/ogc_api.html#ogcapi"><span class="std std-ref">OGC API : Features</span></a> has been enhanced to allow <cite>vendorSpecificParameters</cite> passed through to the OpenAPI
271-
document on the <cite>/items</cite> definitions.</p>
270+
<li><p><a class="reference internal" href="ogc/ogc_api.html#ogcapi"><span class="std std-ref">OGC API : Features</span></a> has been enhanced to allow the appending of additional
271+
query parameters to all URLs generated through the API, by
272+
defining the <cite>ows_extra_params</cite> parameter in the mapfile's WEB.METADATA object.</p>
273+
<blockquote>
274+
<div><div class="highlight-mapfile notranslate"><div class="highlight"><pre><span></span><span class="k">MAP</span>
275+
<span class="p">...</span>
276+
<span class="k">WEB</span>
277+
<span class="k">METADATA</span>
278+
<span class="s">&quot;ows_title&quot;</span> <span class="s">&quot;My OGCAPI Server&quot;</span>
279+
<span class="p">...</span>
280+
<span class="s">&quot;oga_html_template_directory&quot;</span> <span class="s">&quot;../../share/ogcapi/templates/html-bootstrap/&quot;</span>
281+
<span class="s">&quot;ows_extra_params&quot;</span> <span class="s">&quot;token=123&quot;</span>
282+
<span class="k">END</span> <span class="c">#metadata</span>
283+
<span class="k">END</span> <span class="c">#web</span>
284+
<span class="p">...</span>
285+
<span class="k">LAYER</span>
286+
<span class="p">...</span>
287+
<span class="k">END</span> <span class="c">#layer</span>
288+
<span class="k">END</span> <span class="c">#map</span>
289+
</pre></div>
290+
</div>
291+
</div></blockquote>
292+
<p>All subsequent URLs available through OGCAPI: Features will contain that
293+
<cite>token=123</cite>, such as:</p>
294+
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>http://127.0.0.1/cgi-bin/mapserv.exe/local-demo/ogcapi/collections/ocean/items?f=json&amp;token=123
295+
</pre></div>
296+
</div>
297+
<div class="admonition tip">
298+
<p class="admonition-title">نصيحة</p>
299+
<p>For sensitive parameter values, you should enable <a class="reference internal" href="cgi/runsub.html#runsub"><span class="std std-ref">Run-time Substitution</span></a> to
300+
not store passwords and other tokens in mapfiles. See steps at <a class="reference internal" href="ogc/ogc_api.html#ogcapi-metadata"><span class="std std-ref">OGCAPI: Features metadata</span></a>.</p>
301+
</div>
272302
<div class="admonition seealso">
273303
<p class="admonition-title">شاهد أيضا</p>
274-
<p>original Pull Request <a class="reference external" href="https://github.com/MapServer/MapServer/pull/7295/">#7295</a></p>
304+
<p>original Pull Request <a class="reference external" href="https://github.com/MapServer/MapServer/pull/7360/">#7360</a></p>
275305
</div>
276306
</li>
277307
</ul>
@@ -1561,7 +1591,7 @@ <h3>Navigation</h3>
15611591
</div>
15621592
<div class="footer" role="contentinfo">
15631593
&#169; <a href="copyright.html">الحقوق</a> 2025, Open Source Geospatial Foundation.
1564-
Last updated on 2025-11-18.
1594+
Last updated on 2025-11-23.
15651595
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.2.3.
15661596
</div>
15671597
</body>

ar/_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h3>Navigation</h3>
186186
</div>
187187
<div class="footer" role="contentinfo">
188188
&#169; <a href="../copyright.html">الحقوق</a> 2025, Open Source Geospatial Foundation.
189-
Last updated on 2025-11-18.
189+
Last updated on 2025-11-23.
190190
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.2.3.
191191
</div>
192192
</body>

ar/_modules/mapscript/mapscript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5603,7 +5603,7 @@ <h3>Navigation</h3>
56035603
</div>
56045604
<div class="footer" role="contentinfo">
56055605
&#169; <a href="../../copyright.html">الحقوق</a> 2025, Open Source Geospatial Foundation.
5606-
Last updated on 2025-11-18.
5606+
Last updated on 2025-11-23.
56075607
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.2.3.
56085608
</div>
56095609
</body>

ar/_sources/MIGRATION_GUIDE.txt

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
MapServer Migration Guide
77
*****************************************************************************
88

9-
:Last Updated: 2025-11-18
9+
:Last Updated: 2025-11-19
1010

1111
.. contents:: Table of Contents
1212
:depth: 2
@@ -101,10 +101,38 @@ MapServer 8.4 to 8.6 Migration
101101

102102
.. seealso:: original Pull Request `#7309 <https://github.com/MapServer/MapServer/pull/7309/>`__
103103

104-
- :ref:`ogcapi` has been enhanced to allow `vendorSpecificParameters` passed through to the OpenAPI
105-
document on the `/items` definitions.
104+
- :ref:`ogcapi` has been enhanced to allow the appending of additional
105+
query parameters to all URLs generated through the API, by
106+
defining the `ows_extra_params` parameter in the mapfile's WEB.METADATA object.
107+
108+
.. code-block:: mapfile
109+
110+
MAP
111+
...
112+
WEB
113+
METADATA
114+
"ows_title" "My OGCAPI Server"
115+
...
116+
"oga_html_template_directory" "../../share/ogcapi/templates/html-bootstrap/"
117+
"ows_extra_params" "token=123"
118+
END #metadata
119+
END #web
120+
...
121+
LAYER
122+
...
123+
END #layer
124+
END #map
125+
126+
All subsequent URLs available through OGCAPI: Features will contain that
127+
`token=123`, such as::
128+
129+
http://127.0.0.1/cgi-bin/mapserv.exe/local-demo/ogcapi/collections/ocean/items?f=json&token=123
130+
131+
.. TIP::
132+
For sensitive parameter values, you should enable :ref:`Run-time Substitution <runsub>` to
133+
not store passwords and other tokens in mapfiles. See steps at :ref:`OGCAPI: Features metadata <ogcapi_metadata>`.
106134

107-
.. seealso:: original Pull Request `#7295 <https://github.com/MapServer/MapServer/pull/7295/>`__
135+
.. seealso:: original Pull Request `#7360 <https://github.com/MapServer/MapServer/pull/7360/>`__
108136

109137
.. _migration-8-4:
110138

0 commit comments

Comments
 (0)