File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
python/core/auto_generated/raster Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ By default it will be generated.
131131Write ContrastEnhancement tags following SLD v1.0 specs
132132SLD1.0 is limited to the parameters listed in:
133133https://docs.geoserver.org/stable/en/user/styling/sld/reference/rastersymbolizer.html#contrastenhancement
134- Btw only < Normalize> + vendor options are supported because there is no clear mapping
135- of ContrastEnhancement parameters to support < Histogram> or < GammaValue>
134+ Btw only sld: Normalize + vendor options are supported because there is no clear mapping
135+ of ContrastEnhancement parameters to support sld: Histogram or sld: GammaValue
136136
137137.. versionadded:: 3.6
138138%End
Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ class CORE_EXPORT QgsContrastEnhancement
163163 * Write ContrastEnhancement tags following SLD v1.0 specs
164164 * SLD1.0 is limited to the parameters listed in:
165165 * https://docs.geoserver.org/stable/en/user/styling/sld/reference/rastersymbolizer.html#contrastenhancement
166- * Btw only < Normalize> + vendor options are supported because there is no clear mapping
167- * of ContrastEnhancement parameters to support < Histogram> or < GammaValue>
166+ * Btw only sld: Normalize + vendor options are supported because there is no clear mapping
167+ * of ContrastEnhancement parameters to support sld: Histogram or sld: GammaValue
168168 * \since QGIS 3.6 */
169169 void toSld ( QDomDocument &doc, QDomElement &element ) const ;
170170
You can’t perform that action at this time.
0 commit comments