mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #34234 -- Dropped support for PROJ 4.
This commit is contained in:
@@ -892,8 +892,8 @@ class GEOSTest(SimpleTestCase, TestDataMixin):
|
||||
# Test conversion from custom to a known srid
|
||||
c2w = gdal.CoordTransform(
|
||||
gdal.SpatialReference(
|
||||
"+proj=mill +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +R_A +ellps=WGS84 "
|
||||
"+datum=WGS84 +units=m +no_defs"
|
||||
"+proj=mill +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +R_A +datum=WGS84 "
|
||||
"+units=m +no_defs"
|
||||
),
|
||||
gdal.SpatialReference(4326),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user