You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>`__
* 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>`__
* Metadata: remove unused function and erroneous default date output (Tom Kralidis) : `c0d2b75 <https://github.com/MapServer/MapServer/commit/c0d2b75141a0017b529fbcf4935e0887adda5543>`__
751
751
* Metadata: use attribution_title if available ( `#6166 <https://github.com/MapServer/MapServer/issues/6166>`__ ) (Tom Kralidis) : `d319595 <https://github.com/MapServer/MapServer/commit/d3195951873193512e8baa86d1c6cd0b15bc04e0>`__
* 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>`__
83
83
* 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>`__
85
85
* 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>`__
* Make interpolation and countour compatible of GDAL 3.10 (Even Rouault) : `7fc1930 <https://github.com/MapServer/MapServer/commit/7fc1930a5b74f1dcacf12ac238168de394c672e2>`__
88
88
* 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>`__
90
90
* Update to check-jsonschema and fix URL (sethg) : `31d66d7 <https://github.com/MapServer/MapServer/commit/31d66d7b4c3967814a445187e41d23a5fd4591fe>`__
91
91
* SLD: fix having a TextSymbolizer rule after a PolygonSymbolizer one (Even Rouault) : `12dfa91 <https://github.com/MapServer/MapServer/commit/12dfa91c8250592aed4951280d7cc06c44921d25>`__
92
92
* 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>`__
@@ -121,7 +121,7 @@ implementation approach, instead it offers an opportunity for more complete tran
121
121
3.2 Overview
122
122
------------
123
123
124
-
* limited additions to logial expression syntax are recommended:
124
+
* limited additions to logical expression syntax are recommended:
125
125
126
126
- 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.
127
127
- BEYOND/DWITHIN operators will *only* exist in the functional form, they are useless in logical expressions as they site now
0 commit comments