Skip to content

Commit d7cc2dd

Browse files
author
MapServer deploybot
committed
update with results of commit MapServer/MapServer-documentation@1116e6f
1 parent fb930ac commit d7cc2dd

File tree

575 files changed

+1564
-513
lines changed

Some content is hidden

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

575 files changed

+1564
-513
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-01-23.
1435+
Last updated on 2025-02-02.
14361436
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.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-01-23.
162+
Last updated on 2025-02-02.
163163
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.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-01-23.
5579+
Last updated on 2025-02-02.
55805580
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
55815581
</div>
55825582
</body>

_sources/cgi/openlayers.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,15 @@ Customizing settings
100100
* environment variables::
101101

102102
MS_OPENLAYERS_JS_URL - The URL to the OpenLayers javascript library. Per default the library loaded from the MapServer web server.
103+
104+
Location of the embedded OpenLayers.js file
105+
-------------------------------------------
106+
107+
If you aren't providing your own OpenLayers library through `MS_OPENLAYERS_JS_URL`,
108+
MapServer will point to a hardcoded filepath of `www.mapserver.org/lib` to find the OpenLayers
109+
library, referred to in [maptemplate.c](https://github.com/MapServer/MapServer/blob/main/src/maptemplate.c#L54).
110+
111+
The contents on that `lib` folder is stored in the MapServer documentation repository,
112+
in the [/extra](https://github.com/MapServer/MapServer-documentation/tree/main/extra) folder.
113+
You are warmly encouraged to contribute to upgrading the OpenLayers library, at any time (maybe start
114+
with creating a new [Pull Request](https://github.com/MapServer/MapServer-documentation/pulls) there.

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-01-23.
247+
Last updated on 2025-02-02.
248248
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.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-01-23.
186+
Last updated on 2025-02-02.
187187
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
188188
</div>
189189
</body>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <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-01-23.
198+
Last updated on 2025-02-02.
199199
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
200200
</div>
201201
</body>

announcements/announcements_archive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ <h3>Navigation</h3>
657657
</div>
658658
<div class="footer" role="contentinfo">
659659
&#169; <a href="../copyright.html">Copyright</a> 2025, Open Source Geospatial Foundation.
660-
Last updated on 2025-01-23.
660+
Last updated on 2025-02-02.
661661
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
662662
</div>
663663
</body>

announcements/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <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-01-23.
171+
Last updated on 2025-02-02.
172172
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
173173
</div>
174174
</body>

basemaps/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h3>Navigation</h3>
221221
</div>
222222
<div class="footer" role="contentinfo">
223223
&#169; <a href="../copyright.html">Copyright</a> 2025, Open Source Geospatial Foundation.
224-
Last updated on 2025-01-23.
224+
Last updated on 2025-02-02.
225225
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
226226
</div>
227227
</body>

0 commit comments

Comments
 (0)