Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
spellechck do warning if htmls tags in methoid description => fail tr…
…avis
  • Loading branch information
luipir committed Feb 12, 2019
1 parent 57440ea commit 63fae80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -131,8 +131,8 @@ By default it will be generated.
Write ContrastEnhancement tags following SLD v1.0 specs
SLD1.0 is limited to the parameters listed in:
https://docs.geoserver.org/stable/en/user/styling/sld/reference/rastersymbolizer.html#contrastenhancement
Btw only <Normalize> + vendor options are supported because there is no clear mapping
of ContrastEnhancement parameters to support <Histogram> or <GammaValue>
Btw only sld:Normalize + vendor options are supported because there is no clear mapping
of ContrastEnhancement parameters to support sld:Histogram or sld:GammaValue

.. versionadded:: 3.6
%End
Expand Down
4 changes: 2 additions & 2 deletions src/core/raster/qgscontrastenhancement.h
Expand Up @@ -163,8 +163,8 @@ class CORE_EXPORT QgsContrastEnhancement
* Write ContrastEnhancement tags following SLD v1.0 specs
* SLD1.0 is limited to the parameters listed in:
* https://docs.geoserver.org/stable/en/user/styling/sld/reference/rastersymbolizer.html#contrastenhancement
* Btw only <Normalize> + vendor options are supported because there is no clear mapping
* of ContrastEnhancement parameters to support <Histogram> or <GammaValue>
* Btw only sld:Normalize + vendor options are supported because there is no clear mapping
* of ContrastEnhancement parameters to support sld:Histogram or sld:GammaValue
* \since QGIS 3.6 */
void toSld( QDomDocument &doc, QDomElement &element ) const;

Expand Down

0 comments on commit 63fae80

Please sign in to comment.