File tree 2 files changed +4
-4
lines changed
python/core/auto_generated/raster
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.
131
131
Write ContrastEnhancement tags following SLD v1.0 specs
132
132
SLD1.0 is limited to the parameters listed in:
133
133
https://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
136
136
137
137
.. versionadded:: 3.6
138
138
%End
Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ class CORE_EXPORT QgsContrastEnhancement
163
163
* Write ContrastEnhancement tags following SLD v1.0 specs
164
164
* SLD1.0 is limited to the parameters listed in:
165
165
* 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
168
168
* \since QGIS 3.6 */
169
169
void toSld ( QDomDocument &doc, QDomElement &element ) const ;
170
170
You can’t perform that action at this time.
0 commit comments