@@ -283,6 +283,11 @@ class BaseTestCase(TestCase):
|
||||
Returns:
|
||||
|
||||
"""
|
||||
# Two empty geometries are basically identical - no further testing
|
||||
if geom1.empty and geom2.empty:
|
||||
self.assertTrue(True)
|
||||
return
|
||||
|
||||
if geom1.srid != geom2.srid:
|
||||
# Due to prior possible transformation of any of these geometries, we need to make sure there exists a
|
||||
# transformation from one coordinate system into the other, which is valid
|
||||
|
||||
Reference in New Issue
Block a user