mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Fix another test under proj 6
This commit is contained in:
parent
526963efb2
commit
da92b3fe8d
@ -1212,6 +1212,7 @@ class TestQgsRasterLayerTransformContext(unittest.TestCase):
|
||||
super(TestQgsRasterLayerTransformContext, self).setUp()
|
||||
self.ctx = QgsCoordinateTransformContext()
|
||||
self.ctx.addSourceDestinationDatumTransform(QgsCoordinateReferenceSystem(4326), QgsCoordinateReferenceSystem(3857), 1234, 1235)
|
||||
self.ctx.addCoordinateOperation(QgsCoordinateReferenceSystem(4326), QgsCoordinateReferenceSystem(3857), 'test')
|
||||
self.rpath = os.path.join(unitTestDataPath(), 'landsat.tif')
|
||||
|
||||
def testTransformContextIsSetInCtor(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user