Skip to content

Commit 7596434

Browse files
author
MapServer deploybot
committed
update with results of commit MapServer/MapServer-documentation@c7ad154
1 parent 4f102ae commit 7596434

File tree

516 files changed

+529
-529
lines changed

Some content is hidden

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

516 files changed

+529
-529
lines changed

MIGRATION_GUIDE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ <h3>Navigation</h3>
14321432
</div>
14331433
<div class="footer" role="contentinfo">
14341434
&#169; <a href="copyright.html">Copyright</a> 2025, Open Source Geospatial Foundation.
1435-
Last updated on 2025-05-09.
1435+
Last updated on 2025-05-12.
14361436
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.2.3.
14371437
</div>
14381438
</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> 2025, Open Source Geospatial Foundation.
162-
Last updated on 2025-05-09.
162+
Last updated on 2025-05-12.
163163
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.2.3.
164164
</div>
165165
</body>

_modules/mapscript/mapscript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5576,7 +5576,7 @@ <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-05-09.
5579+
Last updated on 2025-05-12.
55805580
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.2.3.
55815581
</div>
55825582
</body>

_sources/installation/iis.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ copied in:
187187
# MS_MAP_PATTERN "^(C:)?\/MapServer\/apps\/((?!\.{2})[_A-Za-z0-9\-\.]+\/{1})*([_A-Za-z0-9\-\.]+\.(map))$"
188188

189189
# path to the Proj4 projection files
190-
PROJ_LIB "C:/MapServer/bin/proj7/SHARE"
190+
PROJ_DATA "C:/MapServer/bin/proj9/SHARE"
191191

192192
# point to the certs file for HTTPS access to OWS servers
193193
CURL_CA_BUNDLE "C:\MapServer\bin\curl\curl-ca-bundle.crt"
@@ -244,7 +244,7 @@ Now create a new `test.map` file in this folder and paste in the test Mapfile be
244244
MAP
245245
EXTENT -180 -90 180 90
246246
# Set the path to where the map projections are stored
247-
CONFIG "PROJ_LIB" "C:\MapServer\bin\proj\SHARE"
247+
CONFIG "PROJ_DATA" "C:\MapServer\bin\proj\SHARE"
248248
NAME "TestMap"
249249
WEB
250250
METADATA
@@ -442,9 +442,9 @@ Common error messages and how to resolve them are listed below.
442442

443443
msLoadMap(): Unable to access file. (C:/MapServer/apps/test/test.map)
444444

445-
+ MapServer projections are stored in ``C:\MapServer\bin\proj\SHARE`` (or ``C:\MapServer\bin\proj6\SHARE`` when using PROJ 6). When the projection is specified
445+
+ MapServer projections are stored in ``C:\MapServer\bin\proj\SHARE`` (or ``C:\MapServer\bin\proj9\SHARE`` when using PROJ 9). When the projection is specified
446446
in the following form `"init=epsg:3857"`, MapServer will try to find this code in the `epsg` file, where it is listed as `<3857> +proj=merc +a=6378137...`.
447-
If you receive the error below then make sure the ``CONFIG "PROJ_LIB" "C:\MapServer\bin\proj\SHARE"`` setting is pointing to the correct path.
447+
If you receive the error below then make sure the ``CONFIG "PROJ_DATA" "C:\MapServer\bin\proj\SHARE"`` setting is pointing to the correct path.
448448
*Note on one installation this message was shown as forward slashes rather than backslashes were used.*
449449

450450
.. code-block:: bat

_sources/mapfile/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ A full sample config file is shown below:
121121
#
122122
# MS_MAP_NO_PATH "1"
123123
MS_MAP_PATTERN "^/opt/mapserver" ## required when referencing mapfiles by path
124-
# MS_MAP_BAD_PATTERN "[/\\]{2}|[/\\]?\\.+[/\\]|,"
124+
# MS_MAP_BAD_PATTERN "[/\\\\]{2}|[/\\\\]?\\.+[/\\\\]|,"
125125

126126
#
127127
# Global Log/Debug Setup

_sources/ogc/wms_server.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2201,7 +2201,7 @@ to return HTTP 4xx or 5xx status codes in case of error.
22012201
#
22022202
# MS_MAP_NO_PATH "1"
22032203
MS_MAP_PATTERN "^/opt/mapserver" ## required when referencing mapfiles by path
2204-
# MS_MAP_BAD_PATTERN "[/\\]{2}|[/\\]?\\.+[/\\]|,"
2204+
# MS_MAP_BAD_PATTERN "[/\\\\]{2}|[/\\\\]?\\.+[/\\\\]|,"
22052205

22062206
# Enable HTTP status code 4xx and 5xx in case of errors on WMS requests
22072207
MS_WMS_ERROR_STATUS_CODE "ON"

_sources/optimization/environment_variables.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ MS_MAP_BAD_PATTERN
178178
*MS_MAP_BAD_PATTERN* of:
179179
::
180180

181-
[/\\]{2}|[/\\]?\\.+[/\\]|,
181+
[/\\\\]{2}|[/\\\\]?\\.+[/\\\\]|,
182182

183183
which will therefore not allow "/../" or "//" in the map value.
184184

_sources/optimization/limit_mapfile_access.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ generated. By default all MapServer installations (since 7.6.3) set a
5252
hardcoded value for *MS_MAP_BAD_PATTERN* of:
5353
::
5454

55-
[/\\]{2}|[/\\]?\\.+[/\\]|,
55+
[/\\\\]{2}|[/\\\\]?\\.+[/\\\\]|,
5656

5757
which will therefore not allow "/../" or "//" in the map value.
5858

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <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-05-09.
247+
Last updated on 2025-05-12.
248248
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.2.3.
249249
</div>
250250
</body>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <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-05-09.
186+
Last updated on 2025-05-12.
187187
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.2.3.
188188
</div>
189189
</body>

0 commit comments

Comments
 (0)