Skip to content

Commit 87063d5

Browse files
author
MapServer deploybot
committed
update with results of commit MapServer/MapServer-documentation@739f9ba
1 parent eb70d22 commit 87063d5

524 files changed

Lines changed: 544 additions & 544 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
@@ -1148,7 +1148,7 @@ <h3>WFS 1.1 axis orientation<a class="headerlink" href="#wfs-1-1-axis-orientatio
11481148
</section>
11491149
<section id="change-of-mime-type-for-the-imagemap-outputformat">
11501150
<h3>Change of mime-type for the imagemap outputformat<a class="headerlink" href="#change-of-mime-type-for-the-imagemap-outputformat" title="Link to this heading"></a></h3>
1151-
<p>RFC 36 added support for templated outptformats, but this new feature
1151+
<p>RFC 36 added support for templated outputformats, but this new feature
11521152
was not available for WMS GetFeatureInfo output (see ticket #3024).
11531153
In MapServer 5.6 this has been resolved by implementing lookup of output
11541154
formats for query templates by mime-type. However this caused a conflict
@@ -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-25.
1574+
Last updated on 2026-03-27.
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-25.
162+
Last updated on 2026-03-27.
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-25.
5591+
Last updated on 2026-03-27.
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
@@ -1070,7 +1070,7 @@ for EPSG codes between 4000 and 5000.
10701070
Change of mime-type for the imagemap outputformat
10711071
-------------------------------------------------
10721072

1073-
RFC 36 added support for templated outptformats, but this new feature
1073+
RFC 36 added support for templated outputformats, but this new feature
10741074
was not available for WMS GetFeatureInfo output (see ticket #3024).
10751075
In MapServer 5.6 this has been resolved by implementing lookup of output
10761076
formats for query templates by mime-type. However this caused a conflict

_sources/cgi/controls.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ SCALE [number] - deprecated
430430

431431
SEARCHMAP
432432
It is possible to do pan/zoom interfaces using querymaps. In these cases
433-
you will likey want information about the contents of the new map rather
433+
you will likely want information about the contents of the new map rather
434434
than the previous map which is the normal way queries work. When
435435
searchmap is specified the new map is created and it's extent is used
436436
to query layers. Useful with NQUERY mode only.
@@ -521,7 +521,7 @@ this is fairly straightforward, and depends on what version of
521521
MapServer you are using. One potentially very powerful use of this
522522
ability to change mapfile parameters through a URL involves changing
523523
class expressions on-the-fly. `VALIDATION` is used to control
524-
run-time substition. Try it out.
524+
run-time substitution. Try it out.
525525

526526
.. warning::
527527

_sources/development/changelog/changelog-8-0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ Changes from 7.6.4 to 8.0.0-beta1
745745
* remove USE_PROJ check (Jeff McKenna) : `d11da8d <https://github.com/MapServer/MapServer/commit/d11da8d66947f599785eaa25a725210b598c7bff>`__
746746
* Contour layer: take into account nodata value from GDAL raster (fixes `#6182 <https://github.com/MapServer/MapServer/issues/6182>`__ ) (Even Rouault) : `a484345 <https://github.com/MapServer/MapServer/commit/a4843459d5b9943f25ef8c5680579c3cd575143c>`__
747747
* FindOracle.cmake: complementary fix to find OCI 19 (Even Rouault) : `9bd402c <https://github.com/MapServer/MapServer/commit/9bd402c3596c252195da90a487961b12a15f34c6>`__
748-
* WFS 1.1/2.0: do not write empty ows:WGS84BoundingBox element when layer extent is unkown, which is non-conformant with WFS XML schema (fix `#6170 <https://github.com/MapServer/MapServer/issues/6170>`__ ) (Even Rouault) : `4a5bc7c <https://github.com/MapServer/MapServer/commit/4a5bc7c2c6f84b499161d4184f7aa2b2cb5b3224>`__
748+
* WFS 1.1/2.0: do not write empty ows:WGS84BoundingBox element when layer extent is unknown, which is non-conformant with WFS XML schema (fix `#6170 <https://github.com/MapServer/MapServer/issues/6170>`__ ) (Even Rouault) : `4a5bc7c <https://github.com/MapServer/MapServer/commit/4a5bc7c2c6f84b499161d4184f7aa2b2cb5b3224>`__
749749
* remove myself from travis notifications (Thomas Bonfort) : `2502fb3 <https://github.com/MapServer/MapServer/commit/2502fb36cb2910ace329584bebf0f8339fb35ff9>`__
750750
* Metadata: remove unused function and erroneous default date output (Tom Kralidis) : `c0d2b75 <https://github.com/MapServer/MapServer/commit/c0d2b75141a0017b529fbcf4935e0887adda5543>`__
751751
* Metadata: use attribution_title if available ( `#6166 <https://github.com/MapServer/MapServer/issues/6166>`__ ) (Tom Kralidis) : `d319595 <https://github.com/MapServer/MapServer/commit/d3195951873193512e8baa86d1c6cd0b15bc04e0>`__

_sources/development/changelog/changelog-8-4.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ Changes from 8.2.2 to 8.4.0-beta1
8181
* [CI] add PHP 8.4 to workflows ( `#7196 <https://github.com/MapServer/MapServer/issues/7196>`__ ) (Jeff McKenna) : `2fb2911 <https://github.com/MapServer/MapServer/commit/2fb2911235e228c04047563e1243ab0a3cce505c>`__
8282
* WCS 1.0: do not emit twice HTTP headers in case of error on SECTION parameter of GetCapabilities (Even Rouault) : `8c37d02 <https://github.com/MapServer/MapServer/commit/8c37d02a835a26f0f39610b11a35f69e33cf4312>`__
8383
* Update Windows CI and Python Versions ( `#7171 <https://github.com/MapServer/MapServer/issues/7171>`__ ) (Seth G) : `cb21366 <https://github.com/MapServer/MapServer/commit/cb21366e8263567131fb34e3bf4b23de0a47d8bd>`__
84-
* msProjectRect(): cache whether source projection is polar when repeatdly projecting from it ( `#7190 <https://github.com/MapServer/MapServer/issues/7190>`__ ) (Even Rouault) : `47f19e3 <https://github.com/MapServer/MapServer/commit/47f19e3f3a2bb55bfb0f8d8b760781f3218bc95a>`__
84+
* msProjectRect(): cache whether source projection is polar when repeatedly projecting from it ( `#7190 <https://github.com/MapServer/MapServer/issues/7190>`__ ) (Even Rouault) : `47f19e3 <https://github.com/MapServer/MapServer/commit/47f19e3f3a2bb55bfb0f8d8b760781f3218bc95a>`__
8585
* Allow <> to be used as a logical operator in expressions ( `#7182 <https://github.com/MapServer/MapServer/issues/7182>`__ ) (Seth G) : `751fdde <https://github.com/MapServer/MapServer/commit/751fdde6212db8e449069b226f9742b62b88ea5a>`__
8686
* mapuvraster: fix hDS file descriptor leak in msUVRASTERLayerGetExtent (Sander Jansen) : `e133f4e <https://github.com/MapServer/MapServer/commit/e133f4ef773ffe4d05293e529744163ac95b84dc>`__
8787
* Make interpolation and countour compatible of GDAL 3.10 (Even Rouault) : `7fc1930 <https://github.com/MapServer/MapServer/commit/7fc1930a5b74f1dcacf12ac238168de394c672e2>`__
8888
* Allow encryption key files to use paths relative to a Mapfile ( `#7181 <https://github.com/MapServer/MapServer/issues/7181>`__ ) (Seth G) : `ea2f4b2 <https://github.com/MapServer/MapServer/commit/ea2f4b29c37a9ae2a4913139a0ea2f869b04a79c>`__
89-
* SLD Filters missing due to logicial keywords in expressions ( `#7178 <https://github.com/MapServer/MapServer/issues/7178>`__ ) (Seth G) : `4726b9c <https://github.com/MapServer/MapServer/commit/4726b9c4422806590faa798edb89861d38f32cb2>`__
89+
* SLD Filters missing due to logical keywords in expressions ( `#7178 <https://github.com/MapServer/MapServer/issues/7178>`__ ) (Seth G) : `4726b9c <https://github.com/MapServer/MapServer/commit/4726b9c4422806590faa798edb89861d38f32cb2>`__
9090
* Update to check-jsonschema and fix URL (sethg) : `31d66d7 <https://github.com/MapServer/MapServer/commit/31d66d7b4c3967814a445187e41d23a5fd4591fe>`__
9191
* SLD: fix having a TextSymbolizer rule after a PolygonSymbolizer one (Even Rouault) : `12dfa91 <https://github.com/MapServer/MapServer/commit/12dfa91c8250592aed4951280d7cc06c44921d25>`__
9292
* Avoid hanging loop when applying SLD with duplicated NamedLayers ( `#7166 <https://github.com/MapServer/MapServer/issues/7166>`__ ) (Seth G) : `e6a3c9e <https://github.com/MapServer/MapServer/commit/e6a3c9e7067fe9c57f5e6d6766f349c27a8e3d1d>`__

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ following issues have been identified:
2929
present in the request.
3030

3131
3. **Style layering**: When several styling rules apply to a feature, only the
32-
first one is taken into account, instead of appliyng them all by following
32+
first one is taken into account, instead of applying them all by following
3333
the *painters model* as described in Symbology Encoding specification.
3434

3535
4. **Mark or ExternalGraphic in LineSymbolizer**: MapServer implementation of

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
MS RFC 65 - Single-pass Query Changes for 6.0
55
===============================================================
66

7-
:Date: 2010/11/18
7+
:Date: 2010-11-18
88
:Author: Steve Lime
99
:Contact: sdlime at comcast.net
1010
:Last Edited: 2010-11-18
@@ -48,7 +48,7 @@ Cleaning up the query result portion of the code.
4848
and msLayerGetShape() into a new msLayerGetShape().
4949
3) Remove resultsGetShape() and getFeature() methods from MapScript.
5050
4) Refactor getShape() MapScript method to a) return a shapeObj * like getFeature() does and to b) take a resultCacheMemberObj as input
51-
instead of the shape and tile indexes. That simplifies the inferface and abstracts the indexes so that we have more flexibility moving
51+
instead of the shape and tile indexes. That simplifies the interface and abstracts the indexes so that we have more flexibility moving
5252
forward. We wouldn't necessarily have to change the driver implementations to take a resultCacheMemberObj at this point, that could
5353
be done later.
5454

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
MS RFC 91: Layer Filter Normalization
55
=========================================================================
66

7-
:Date: 2014/7/14
7+
:Date: 2014-07-14
88
:Author: Steve Lime
99
:Contact: sdlime@comcast.net
1010
:Status: Draft
@@ -121,7 +121,7 @@ implementation approach, instead it offers an opportunity for more complete tran
121121
3.2 Overview
122122
------------
123123

124-
* limited additions to logial expression syntax are recommended:
124+
* limited additions to logical expression syntax are recommended:
125125

126126
- spatial operator syntax (e.g. A INTERSECTS B) will be deprecated in favor of a functional notation (e.g. INTERSECTS(A, B) = TRUE). This is more consistent with spatialally enabled SQL syntax and easer to translate.
127127
- BEYOND/DWITHIN operators will *only* exist in the functional form, they are useless in logical expressions as they site now

0 commit comments

Comments
 (0)