Skip to content

Commit 6dcccd4

Browse files
committed
2 parents d58ff3c + 50e6acb commit 6dcccd4

File tree

11 files changed

+90
-35
lines changed

11 files changed

+90
-35
lines changed

_static/foss4g2025.png

23.4 KB
Loading

_templates/indexsidebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ <h3>Navigation</h3>
1616
<p>MapServer is a project of the <a href="https://www.osgeo.org/" target="_blank">
1717
Open Source Geospatial Foundation</a>.</p>
1818
<p>
19-
<a href="https://2024.foss4g.org/" target="_blank">
20-
<img src="{{ pathto("_static/foss4g2024.png", 1) }}" alt="FOSS4G" border="0px; text-decoration:none" />
19+
<a href="https://2025.foss4g.org/" target="_blank">
20+
<img src="{{ pathto("_static/foss4g2025.png", 1) }}" alt="FOSS4G" border="0px; text-decoration:none" />
2121
</a>
2222
</p>
2323
<p>If you find MapServer useful, please consider supporting the team with a donation:</p>

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ def __getattr__(cls, name):
9292
# built documents.
9393
#
9494
# The short X.Y version.
95-
version = '8.2'
95+
version = '8.4'
9696
# The full version, including alpha/beta/rc tags.
97-
release = '8.2.2'
97+
release = '8.4.0'
9898
# The language for content autogenerated by Sphinx. Refer to documentation
9999
# for a list of supported languages.
100100
#language = None

en/announcements/announcements_archive.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
MapServer Announcement Archives
55
*****************************************************************************
66

7+
**2025-01-15 - MapServer 8.4.0 is released**
8+
9+
The major version MapServer 8.4 has been released. The list of
10+
major changes for this release can be found in the :ref:`8.4 announcement <announce-8-4>`.
11+
See the :ref:`changelog <changelog-8-4>`
12+
for the full list of changes and head to :ref:`download` to obtain a copy.
13+
14+
**2025-01-08 - MapServer 8.4.0-rc1 is released**
15+
16+
The first release candidate for MapServer 8.4.0 has been released. The list of
17+
major changes for this release can be found in the :ref:`8.4 announcement <announce-8-4>`.
18+
See the :ref:`changelog <changelog-8-4-0-rc1>`
19+
for the full list of changes and head to :ref:`download` to obtain a copy.
20+
721
**2024-12-14 - MapServer 8.4.0-beta2 is released**
822

923
The second beta for MapServer 8.4 has been released. The list of

en/development/announce/8-4.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
.. _announce-8-4:
22

33
*****************************************************************************
4-
Version 8.4.0-beta2 Announcement
4+
Version 8.4.0 Announcement
55
*****************************************************************************
66

77
:Authors: Project Steering Committee
8-
:Drafted: 2024-12-14
8+
:Released: 2025-01-15
99

10-
The MapServer Team is pleased to announce the second beta of the major release of
10+
The MapServer Team is pleased to announce the major release of
1111
MapServer 8.4.0
1212

13-
This 8.4 release will bring a number of major new features that are briefly
13+
This 8.4 release brings a number of major new features that are briefly
1414
summarized in this document. The full list of changes can be found in :ref:`changelog-8-4`.
1515
The :ref:`Migration Guide <migration-8-4>` also contains more detailed examples of
1616
the major changes.

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@
77
The summary of major changes for this release can be found in the `HISTORY.md <https://github.com/MapServer/MapServer/blob/branch-8-4/HISTORY.md>`__
88
file from the source directory.
99

10+
.. _changelog-8-4-0:
11+
12+
Changes from 8.4.0-rc1 to 8.4.0
13+
===============================
14+
15+
* add CITATION.cff (Jeff McKenna) : `8942e55 <https://github.com/mapserver/mapserver/commit/8942e55eadcb91eb0fb8a8a1fe178fcee97ba801>`__
16+
17+
.. _changelog-8-4-0-rc1:
18+
19+
Changes from 8.4.0-beta2 to 8.4.0-rc1
20+
=====================================
21+
22+
* update copyright year (Jeff McKenna) : `aac86c8 <https://github.com/mapserver/mapserver/commit/aac86c899ae29923b13ce3d690a2a740c48777c5>`__
23+
* Add stdbool.h inclusion in mapserver.h (Even Rouault) : `028d99d <https://github.com/mapserver/mapserver/commit/028d99d5ff840c294e17c9af8100bf3a7c5076fb>`__
24+
1025
.. _changelog-8-4-0-beta2:
1126

1227
Changes from 8.4.0-beta1 to 8.4.0-beta2

en/download.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Current Release(s)
1818

1919
* MapServer
2020

21-
* **2024-12-14** MapServer-8.4.0-beta2 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.4.0-beta2.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.4.0-beta2.zip>`__ | :ref:`Changelog <changelog-8-4>`
21+
* **2025-01-15** MapServer-8.4.0 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.4.0.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.4.0.zip>`__ | :ref:`Changelog <changelog-8-4>`
2222
* **2024-09-02** MapServer-8.2.2 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.2.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.2.2.zip>`__ | :ref:`Changelog <changelog-8-2>`
2323
* **2024-06-11** MapServer-8.0.2 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.0.2.tar.gz>`__ | :ref:`Changelog <changelog-8-0>`
2424
* **2024-07-21** MapServer-7.6.7 `tar.gz <https://download.osgeo.org/mapserver/mapserver-7.6.7.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-7.6.7.zip>`__ | :ref:`Changelog <changelog-7-6>`

en/download_archives.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
Past Releases
1616
..............................................................................
1717

18+
* **2025-01-15** MapServer-8.4.0 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.4.0.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.4.0.zip>`__ | :ref:`Changelog <changelog-8-4>`
19+
1820
* **2024-09-02** MapServer-8.2.2 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.2.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.2.2.zip>`__ | :ref:`Changelog <changelog-8-2>`
1921

2022
* **2024-08-02** MapCache-1.14.1 `tar.gz <https://download.osgeo.org/mapserver/mapcache-1.14.1.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapcache-1.14.1.zip>`__ | :ref:`Changelog <changelog-mapcache-1-14>`
@@ -162,6 +164,8 @@ Past Releases
162164
Development Releases
163165
..............................................................................
164166

167+
* **2025-01-08** MapServer-8.4.0-rc1 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.4.0-rc1.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.4.0-rc1.zip>`__ | :ref:`Changelog <changelog-8-4>`
168+
165169
* **2024-12-14** MapServer-8.4.0-beta2 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.4.0-beta2.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.4.0-beta2.zip>`__ | :ref:`Changelog <changelog-8-4>`
166170

167171
* **2024-06-28** `mapserver-8.2.0-rc3.tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.0-rc3.tar.gz>`__ :ref:`Changelog <changelog-8-2-0-rc3>`

en/include/announcements.inc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
**2025-01-15 - MapServer 8.4.0 is released**
2+
3+
The major version MapServer 8.4 has been released. The list of
4+
major changes for this release can be found in the :ref:`8.4 announcement <announce-8-4>`.
5+
See the :ref:`changelog <changelog-8-4>`
6+
for the full list of changes and head to :ref:`download` to obtain a copy.
7+
8+
**2025-01-08 - MapServer 8.4.0-rc1 is released**
9+
10+
The first release candidate for MapServer 8.4.0 has been released. The list of
11+
major changes for this release can be found in the :ref:`8.4 announcement <announce-8-4>`.
12+
See the :ref:`changelog <changelog-8-4-0-rc1>`
13+
for the full list of changes and head to :ref:`download` to obtain a copy.
14+
115
**2024-12-14 - MapServer 8.4.0-beta2 is released**
216

317
The second beta for MapServer 8.4 has been released. The list of

en/ogc/ogc_api.txt

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -193,29 +193,33 @@ Metadata
193193
.. table::
194194
:align: left
195195

196-
+------------------------+---------------------+---------------------------------------------------------------------------------------------+
197-
| Key | Level | Meaning |
198-
+========================+=====================+=============================================================================================+
199-
| onlineresource | Map | API root url, can't reuse WxS values |
200-
+------------------------+---------------------+---------------------------------------------------------------------------------------------+
201-
| html_template_directory| Map | full path or relative (to mapfile) of html template directory |
202-
+------------------------+---------------------+---------------------------------------------------------------------------------------------+
203-
| description | Map | service description, fall back to ows/wfs_abstract |
204-
+------------------------+---------------------+---------------------------------------------------------------------------------------------+
205-
| links | Map, Layer | comma delimited list of link keys - references to other metadata |
206-
+------------------------+---------------------+---------------------------------------------------------------------------------------------+
207-
| link_{key}_title | Map, Layer | link title |
208-
+------------------------+---------------------+---------------------------------------------------------------------------------------------+
209-
| link_{key}_href | Map, Layer | link href (url) |
210-
+------------------------+---------------------+---------------------------------------------------------------------------------------------+
211-
| html_tags | Map | comma delimited list of tag keys to expose to HTML templates - references to other metadata |
212-
+------------------------+---------------------+---------------------------------------------------------------------------------------------+
213-
| tag_{key} | Map | value associated with the tag, added to JSON data in template.tags object |
214-
+------------------------+---------------------+---------------------------------------------------------------------------------------------+
215-
| keywords | Layer | comma delimited list of keywords, fall back to ows/wfs_keywordlist |
216-
+------------------------+---------------------+---------------------------------------------------------------------------------------------+
217-
| max_limit | Map, Layer | map or layer-level maximum limit value (integer) |
218-
+------------------------+---------------------+---------------------------------------------------------------------------------------------+
196+
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
197+
| Key | Level | Meaning |
198+
+======================================+=====================+=============================================================================================+
199+
| onlineresource | Map | API root url, can't reuse WxS values |
200+
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
201+
| html_template_directory | Map | full path or relative (to mapfile) of html template directory |
202+
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
203+
| description | Map | service description, fall back to ows/wfs_abstract |
204+
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
205+
| links | Map, Layer | comma delimited list of link keys - references to other metadata |
206+
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
207+
| link_{key}_title | Map, Layer | link title |
208+
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
209+
| link_{key}_href | Map, Layer | link href (url) |
210+
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
211+
| html_tags | Map | comma delimited list of tag keys to expose to HTML templates - references to other metadata |
212+
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
213+
| tag_{key} | Map | value associated with the tag, added to JSON data in template.tags object |
214+
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
215+
| keywords | Layer | comma delimited list of keywords, fall back to ows/wfs_keywordlist |
216+
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
217+
| max_limit | Map, Layer | map or layer-level maximum limit value (integer) |
218+
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
219+
| use_default_extent_for_getfeature | Layer | (since 8.4) Use ``MAP`` ``EXTENT`` as a spatial filter if no bbox is in the request. |
220+
| (optional) | | Setting to ``"false"`` can improve performance. |
221+
| | | See also :ref:`wfs_use_default_extent_for_getfeature`. |
222+
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
219223

220224
Example OGC API Server Mapfile
221225
******************************
@@ -280,6 +284,7 @@ Example OGC API Server Mapfile
280284
"ows_abstract" "Oceans, NaturalEarth dataset, 2020"
281285
"gml_include_items" "all" #REQUIRED
282286
"gml_featureid" "ne_id" #REQUIRED
287+
"oga_use_default_extent_for_getfeature" # Optional. Can improve performance.
283288
END
284289
TYPE POLYGON
285290
STATUS ON

0 commit comments

Comments
 (0)