File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,12 @@ namespace QgsWms
107
107
*/
108
108
QByteArray getFeatureInfo ( const QString &version = " 1.3.0" );
109
109
110
+ // ! Returns the image quality to use for getMap request
111
+ int imageQuality () const ;
112
+
113
+ // ! Returns the precision to use for GetFeatureInfo request
114
+ int wmsPrecision () const ;
115
+
110
116
private:
111
117
112
118
// Init the restricted layers with nicknames
@@ -289,8 +295,6 @@ namespace QgsWms
289
295
290
296
void handlePrintErrors ( const QgsLayout *layout ) const ;
291
297
292
- private:
293
-
294
298
const QgsWmsParameters &mWmsParameters ;
295
299
296
300
#ifdef HAVE_SERVER_PYTHON_PLUGINS
@@ -305,15 +309,6 @@ namespace QgsWms
305
309
QMap<QString, QgsMapLayer *> mNicknameLayers ;
306
310
QMap<QString, QList<QgsMapLayer *> > mLayerGroups ;
307
311
QList<QgsMapLayer *> mTemporaryLayers ;
308
-
309
- public:
310
-
311
- // ! Returns the image quality to use for getMap request
312
- int imageQuality () const ;
313
-
314
- // ! Returns the precision to use for GetFeatureInfo request
315
- int wmsPrecision () const ;
316
-
317
312
};
318
313
319
314
} // namespace QgsWms
You can’t perform that action at this time.
0 commit comments