Skip to content

Commit 731d24d

Browse files
committed
Added FALLBACK index
1 parent d4b71e3 commit 731d24d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

en/mapfile/class.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ EXPRESSION [string]
9393
|RUNSUB|
9494

9595
.. index::
96-
pair: CLASS; GROUP
97-
:name: mapfile-class-group
96+
pair: CLASS; FALLBACK
97+
:name: mapfile-class-fallback
9898

9999
FALLBACK [true|false]
100100
Specifies whether the class should act as a fallback class.
@@ -103,6 +103,10 @@ FALLBACK [true|false]
103103
the :ref:`sld` ElseFilter.
104104
.. versionadded:: 8.5
105105

106+
.. index::
107+
pair: CLASS; GROUP
108+
:name: mapfile-class-group
109+
106110
GROUP [string]
107111
Allows for grouping of classes. It is only used when a
108112
`CLASSGROUP` at the :ref:`LAYER` level is set. If the `CLASSGROUP`

en/ogc/sld.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ Other Items Implemented
792792
- Referencing an SLD file in the LAYER :ref:`STYLEITEM <mapfile-layer-styleitem>`
793793
- Reading SLD strings when from an attribute defined in the LAYER :ref:`STYLEITEM <mapfile-layer-styleitem>`
794794

795-
- Added the `FALLBACK` keyword in :ref:`CLASS` to support the functionality of `ElseFilter` in SLD.
795+
- Added the `FALLBACK` keyword in :ref:`CLASS <mapfile-class-fallback>` to support the functionality of `ElseFilter` in SLD.
796796

797797
Issues Found During Implementation
798798
==================================

0 commit comments

Comments
 (0)