File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
9
9
def test_geographic_to_projected (geometry_with_a_twist ):
10
- transformed = _geographic_to_projected (geometry_with_a_twist , "EPSG:900913 " )
10
+ transformed = _geographic_to_projected (geometry_with_a_twist , "EPSG:3832 " )
11
11
12
12
assert transformed is not None
13
13
14
14
expected = {
15
15
"type" : "Polygon" ,
16
16
"coordinates" : (
17
17
(
18
- (- 20027996.181356553 , - 1680401.0306884265 ),
19
- (20034964.592237074 , - 1731788.8882795917 ),
20
- (- 19879088.250739392 , - 1906633.287019358 ),
21
- (- 20035623.926449094 , - 1870777.708859445 ),
22
- (- 20027996.181356553 , - 1680401.0306884265 ),
18
+ (3498004.815848052 , - 1894234.3033218135 ),
19
+ (3341469.1401383593 , - 1858599.0018098454 ),
20
+ (3337040.973246038 , - 1720470.5990706773 ),
21
+ (3349096.8852309 , - 1669403.410330984 ),
22
+ (3498004.815848052 , - 1894234.3033218135 ),
23
23
),
24
24
),
25
25
}
You can’t perform that action at this time.
0 commit comments