|
10 | 10 | :Author: Jeff McKenna |
11 | 11 | :Contact: jmckenna at gatewaygeomatics.com |
12 | 12 | :Author: Yewondwossen Assefa |
13 | | -:Last Updated: 2024-06-27 |
| 13 | +:Last Updated: 2025-08-18 |
14 | 14 |
|
15 | 15 | .. contents:: |
16 | 16 | :depth: 2 |
@@ -250,12 +250,12 @@ RasterSymbolizer Yes Applies for 8-bit rasters |
250 | 250 | For each rule containing a filter, there is a class created with the |
251 | 251 | class expression set to reflect that filter. Available filters that |
252 | 252 | can be used are Comparison Filters and Logical Filters (see the |
253 | | - :ref:`Filter Encoding HowTo <filter_encoding>`). The ElseFilter |
254 | | - parameters are converted into a class in MapServer and placed at the |
255 | | - end of the class list with no expression set. They are used to |
256 | | - render elements that did not fit into any other classes. |
| 253 | + :ref:`Filter Encoding HowTo <filter_encoding>`). The ElseFilter |
| 254 | + parameters are converted into a class without an expression, placed |
| 255 | + at the end of the class list, and flagged as fallback. They are used |
| 256 | + to render elements that did not fit into any other classes. |
257 | 257 |
|
258 | | -- MinScaleDenomibator and MaxScaleDenominator are translated in minscale and |
| 258 | +- MinScaleDenominator and MaxScaleDenominator are translated in minscale and |
259 | 259 | maxscale in MapServer. |
260 | 260 |
|
261 | 261 | The following are examples of valid requests using the Filters: |
@@ -792,6 +792,8 @@ Other Items Implemented |
792 | 792 | - Referencing an SLD file in the LAYER :ref:`STYLEITEM <mapfile-layer-styleitem>` |
793 | 793 | - Reading SLD strings when from an attribute defined in the LAYER :ref:`STYLEITEM <mapfile-layer-styleitem>` |
794 | 794 |
|
| 795 | +- Added the `FALLBACK` keyword in :ref:`CLASS <mapfile-class-fallback>` to support the functionality of `ElseFilter` in SLD. |
| 796 | + |
795 | 797 | Issues Found During Implementation |
796 | 798 | ================================== |
797 | 799 |
|
|
0 commit comments