Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
document API change from 3.4.5
  • Loading branch information
luipir committed Feb 12, 2019
1 parent fe8be68 commit 6d5d7c5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Expand Up @@ -134,7 +134,7 @@ https://docs.geoserver.org/stable/en/user/styling/sld/reference/rastersymbolizer
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
.. versionadded:: 3.4.5
%End

private:
Expand Down
2 changes: 1 addition & 1 deletion python/core/auto_generated/raster/qgsrasterlayer.sip.in
Expand Up @@ -355,7 +355,7 @@ Writes the symbology of the layer into the document provided in SLD 1.0.0 format

:return: true in case of success

.. versionadded:: 3.6
.. versionadded:: 3.4.5
%End


Expand Down
2 changes: 1 addition & 1 deletion python/core/auto_generated/raster/qgsrasterrenderer.sip.in
Expand Up @@ -117,7 +117,7 @@ Sets origin of min/max values
%Docstring
Used from subclasses to create SLD Rule elements following SLD v1.0 specs

.. versionadded:: 3.6
.. versionadded:: 3.4.5
%End

protected:
Expand Down
2 changes: 1 addition & 1 deletion src/core/raster/qgscontrastenhancement.h
Expand Up @@ -165,7 +165,7 @@ class CORE_EXPORT QgsContrastEnhancement
* https://docs.geoserver.org/stable/en/user/styling/sld/reference/rastersymbolizer.html#contrastenhancement
* 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 */
* \since QGIS 3.4.5 */
void toSld( QDomDocument &doc, QDomElement &element ) const;

private:
Expand Down
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterlayer.h
Expand Up @@ -407,7 +407,7 @@ class CORE_EXPORT QgsRasterLayer : public QgsMapLayer
* \param errorMessage reference to string that will be updated with any error messages
* \param props a open ended set of properties that can drive/inform the SLD encoding
* \returns true in case of success
* \since QGIS 3.6
* \since QGIS 3.4.5
*/
bool writeSld( QDomNode &node, QDomDocument &doc, QString &errorMessage, const QgsStringMap &props = QgsStringMap() ) const;

Expand Down
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterrenderer.h
Expand Up @@ -115,7 +115,7 @@ class CORE_EXPORT QgsRasterRenderer : public QgsRasterInterface

/**
* Used from subclasses to create SLD Rule elements following SLD v1.0 specs
* \since QGIS 3.6 */
* \since QGIS 3.4.5 */
virtual void toSld( QDomDocument &doc, QDomElement &element, const QgsStringMap &props = QgsStringMap() ) const;

protected:
Expand Down

0 comments on commit 6d5d7c5

Please sign in to comment.