-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generalize some WFS/WMS connection setting handling
- ltr-3_40
- ltr-3_34
- ltr-3_28
- ltr-3_22
- ltr-3_16
- ltr-3_10
- ltr-3_4
- final-3_40_2
- final-3_40_1
- final-3_40_0
- final-3_38_3
- final-3_38_2
- final-3_38_1
- final-3_38_0
- final-3_36_3
- final-3_36_2
- final-3_36_1
- final-3_36_0
- final-3_34_14
- final-3_34_13
- final-3_34_12
- final-3_34_11
- final-3_34_10
- final-3_34_9
- final-3_34_8
- final-3_34_7
- final-3_34_6
- final-3_34_5
- final-3_34_4
- final-3_34_3
- final-3_34_2
- final-3_34_1
- final-3_34_0
- final-3_32_3
- final-3_32_2
- final-3_32_1
- final-3_32_0
- final-3_30_3
- final-3_30_2
- final-3_30_1
- final-3_30_0
- final-3_28_15
- final-3_28_14
- final-3_28_13
- final-3_28_12
- final-3_28_11
- final-3_28_10
- final-3_28_9
- final-3_28_8
- final-3_28_7
- final-3_28_6
- final-3_28_5
- final-3_28_4
- final-3_28_3
- final-3_28_2
- final-3_28_1
- final-3_28_0
- final-3_26_3
- final-3_26_2
- final-3_26_1
- final-3_26_0
- final-3_24_3
- final-3_24_2
- final-3_24_1
- final-3_24_0
- final-3_22_16
- final-3_22_15
- final-3_22_14
- final-3_22_13
- final-3_22_12
- final-3_22_11
- final-3_22_10
- final-3_22_9
- final-3_22_8
- final-3_22_7
- final-3_22_6
- final-3_22_5
- final-3_22_4
- final-3_22_3
- final-3_22_2
- final-3_22_1
- final-3_22_0
- final-3_20_3
- final-3_20_2
- final-3_20_1
- final-3_20_0
- final-3_18_3
- final-3_18_2
- final-3_18_1
- final-3_18_0
- final-3_16_16
- final-3_16_15
- final-3_16_14
- final-3_16_13
- final-3_16_12
- final-3_16_11
- final-3_16_10
- final-3_16_9
- final-3_16_8
- final-3_16_7
- final-3_16_6
- final-3_16_5
- final-3_16_4
- final-3_16_3
- final-3_16_2
- final-3_16_1
- final-3_16_0
- final-3_14_16
- final-3_14_15
- final-3_14_1
- final-3_14_0
- final-3_12_3
- final-3_12_2
- final-3_12_1
- final-3_12_0
- final-3_10_14
- final-3_10_13
- final-3_10_12
- final-3_10_11
- final-3_10_10
- final-3_10_9
- final-3_10_8
- final-3_10_7
- final-3_10_6
- final-3_10_5
- final-3_10_4
- final-3_10_3
- final-3_10_2
- final-3_10_1
- final-3_10_0
- final-3_8_3
- final-3_8_2
- final-3_8_1
- final-3_8_0
- final-3_6_3
- final-3_6_2
- final-3_6_1
- final-3_6_0
- final-3_4_15
- final-3_4_14
- final-3_4_13
- final-3_4_12
- final-3_4_11
- final-3_4_10
- final-3_4_9
- final-3_4_8
- final-3_4_7
- final-3_4_6
- final-3_4_5
- final-3_4_4
- final-3_4_3
- final-3_4_2
- final-3_4_1
- final-3_4_0
- final-3_2_3
- final-3_2_2
- final-3_2_1
- final-3_2_0
- final-3_0_3
- final-3_0_2
- final-3_0_1
- final-3_0_0
1 parent
4c87338
commit 05e047d
Showing
5 changed files
with
203 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
# -*- coding: utf-8 -*- | ||
"""QGIS Unit tests for QgsOwsConnection | ||
.. note:: This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation; either version 2 of the License, or | ||
(at your option) any later version. | ||
""" | ||
__author__ = 'Nyall Dawson' | ||
__date__ = '12.09.2017' | ||
__copyright__ = 'Copyright 2017, The QGIS Project' | ||
# This will get replaced with a git SHA1 when you do a git archive | ||
__revision__ = '$Format:%H$' | ||
|
||
import qgis # NOQA | ||
|
||
from qgis.testing import unittest, start_app | ||
from qgis.core import (QgsOwsConnection, | ||
QgsDataSourceUri, | ||
QgsSettings) | ||
from qgis.PyQt.QtCore import QCoreApplication | ||
|
||
|
||
class TestQgsOwsConnection(unittest.TestCase): | ||
|
||
@classmethod | ||
def setUpClass(cls): | ||
"""Run before all tests""" | ||
QCoreApplication.setOrganizationName("QGIS_Test") | ||
QCoreApplication.setOrganizationDomain("QGIS_TestPyQgsColorScheme.com") | ||
QCoreApplication.setApplicationName("QGIS_TestPyQgsColorScheme") | ||
QgsSettings().clear() | ||
start_app() | ||
|
||
# setup some fake connections | ||
settings = QgsSettings() | ||
key = 'qgis/connections-wms/test/' | ||
settings.setValue(key + 'url', 'aaa.bbb.com') | ||
settings.setValue(key + 'referer', 'my_ref') | ||
settings.setValue(key + 'ignoreGetMapURI', True) | ||
settings.setValue(key + 'ignoreGetFeatureInfoURI', True) | ||
settings.setValue(key + 'smoothPixmapTransform', True) | ||
settings.setValue(key + 'dpiMode', 4) | ||
settings.setValue(key + 'ignoreAxisOrientation', True) | ||
settings.setValue(key + 'invertAxisOrientation', True) | ||
|
||
key = 'qgis/connections-wfs/test/' | ||
settings.setValue(key + 'url', 'ccc.ddd.com') | ||
settings.setValue(key + 'version', '1.1.0') | ||
settings.setValue(key + 'maxnumfeatures', '47') | ||
settings.setValue(key + 'ignoreAxisOrientation', True) | ||
settings.setValue(key + 'invertAxisOrientation', True) | ||
|
||
def testWmsConnection(self): | ||
c = QgsOwsConnection('WMS', 'test') | ||
uri = c.uri() | ||
|
||
self.assertEqual(uri.param('url'), 'aaa.bbb.com') | ||
self.assertEqual(uri.param('referer'), 'my_ref') | ||
self.assertEqual(uri.param('IgnoreGetMapUrl'), '1') | ||
self.assertEqual(uri.param('IgnoreGetFeatureInfoUrl'), '1') | ||
self.assertEqual(uri.param('SmoothPixmapTransform'), '1') | ||
self.assertEqual(uri.param('dpiMode'), '4') | ||
self.assertEqual(uri.param('IgnoreAxisOrientation'), '1') | ||
self.assertEqual(uri.param('InvertAxisOrientation'), '1') | ||
|
||
def testWmsSettings(self): | ||
uri = QgsDataSourceUri() | ||
QgsOwsConnection.addWmsWcsConnectionSettings(uri, 'qgis/connections-wms/test/') | ||
|
||
self.assertEqual(uri.param('referer'), 'my_ref') | ||
self.assertEqual(uri.param('IgnoreGetMapUrl'), '1') | ||
self.assertEqual(uri.param('IgnoreGetFeatureInfoUrl'), '1') | ||
self.assertEqual(uri.param('SmoothPixmapTransform'), '1') | ||
self.assertEqual(uri.param('dpiMode'), '4') | ||
self.assertEqual(uri.param('IgnoreAxisOrientation'), '1') | ||
self.assertEqual(uri.param('InvertAxisOrientation'), '1') | ||
|
||
def testWfsConnection(self): | ||
c = QgsOwsConnection('WFS', 'test') | ||
uri = c.uri() | ||
|
||
self.assertEqual(uri.param('url'), 'ccc.ddd.com') | ||
self.assertEqual(uri.param('version'), '1.1.0') | ||
self.assertEqual(uri.param('maxNumFeatures'), '47') | ||
self.assertEqual(uri.param('IgnoreAxisOrientation'), '1') | ||
self.assertEqual(uri.param('InvertAxisOrientation'), '1') | ||
|
||
def testWfsSettings(self): | ||
uri = QgsDataSourceUri() | ||
QgsOwsConnection.addWfsConnectionSettings(uri, 'qgis/connections-wfs/test/') | ||
|
||
self.assertEqual(uri.param('version'), '1.1.0') | ||
self.assertEqual(uri.param('maxNumFeatures'), '47') | ||
self.assertEqual(uri.param('IgnoreAxisOrientation'), '1') | ||
self.assertEqual(uri.param('InvertAxisOrientation'), '1') | ||
|
||
|
||
if __name__ == "__main__": | ||
unittest.main() |