File tree 6 files changed +9
-7
lines changed
6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ class QgsServerInterfaceImpl : public QgsServerInterface
72
72
/* *
73
73
* Gets the helper over all the registered server cache filters
74
74
* \returns the server cache helper
75
+ * \since QGIS 3.4
75
76
*/
76
77
QgsServerCacheManager *cacheManager () const override { return mCacheManager .get (); }
77
78
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ namespace QgsWmts
31
31
* \ingroup server
32
32
* \class QgsWmts::Service
33
33
* \brief OGC web service specialized for WMTS
34
- * \since QGIS 3.0
34
+ * \since QGIS 3.4
35
35
*/
36
36
class Service : public QgsService
37
37
{
@@ -68,7 +68,7 @@ namespace QgsWmts
68
68
}
69
69
70
70
// Get the request
71
- QString req = params.value ( QStringLiteral ( " REQUEST" ) );
71
+ QString req = params.value ( QgsServerParameter::name ( QgsServerParameter:: REQUEST ) );
72
72
if ( req.isEmpty () )
73
73
{
74
74
throw QgsServiceException ( QStringLiteral ( " OperationNotSupported" ),
Original file line number Diff line number Diff line change 1
1
/* **************************************************************************
2
- qgswmsgetmap .cpp
2
+ qgswmtsgettile .cpp
3
3
-------------------------
4
4
begin : July 23 , 2017
5
5
copyright : (C) 2018 by René-Luc D'Hont
Original file line number Diff line number Diff line change 1
1
/* **************************************************************************
2
- qgswmsgettile .h
2
+ qgswmtsgettile .h
3
3
-------------------------
4
4
begin : July 23 , 2017
5
5
copyright : (C) 2018 by René-Luc D'Hont
Original file line number Diff line number Diff line change 1
1
/* **************************************************************************
2
2
qgswmtsserviceexception.h
3
3
------------------------
4
- begin : July 23, 2017
4
+ begin : July 23, 2018
5
5
copyright : (C) 2018 by René-Luc D'Hont
6
6
email : rldhont at 3liz dot com
7
7
***************************************************************************/
@@ -28,8 +28,8 @@ namespace QgsWmts
28
28
/* *
29
29
* \ingroup server
30
30
* \class QgsWmts::QgsServiceException
31
- * \brief Exception class for WFS services
32
- * \since QGIS 3.0
31
+ * \brief Exception class for WMTS services
32
+ * \since QGIS 3.4
33
33
*/
34
34
class QgsServiceException : public QgsOgcServiceException
35
35
{
Original file line number Diff line number Diff line change 27
27
/* *
28
28
* \ingroup server
29
29
* WMTS implementation
30
+ * \since QGIS 3.4
30
31
*/
31
32
32
33
// ! WMTS implementation
You can’t perform that action at this time.
0 commit comments