Skip to content

Commit 6715f8c

Browse files
authored
Remove EPSG:3577 (#414)
1 parent 38d234d commit 6715f8c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

services/ows_refactored/dev_af_ows_root_cfg.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515
"horizontal_coord": "x",
1616
"vertical_coord": "y",
1717
},
18-
"EPSG:3577": { # GDA-94, Australian Albers. Not sure why, but it's required!
19-
"geographic": False,
20-
"horizontal_coord": "x",
21-
"vertical_coord": "y",
22-
},
2318
"EPSG:4326": {"geographic": True, "vertical_coord_first": True}, # WGS-84
2419
"EPSG:6933": { # Cylindrical equal area
2520
"geographic": False,

services/ows_refactored/prod_af_ows_root_cfg.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515
"horizontal_coord": "x",
1616
"vertical_coord": "y",
1717
},
18-
"EPSG:3577": { # GDA-94, Australian Albers. Not sure why, but it's required!
19-
"geographic": False,
20-
"horizontal_coord": "x",
21-
"vertical_coord": "y",
22-
},
2318
"EPSG:4326": {"geographic": True, "vertical_coord_first": True}, # WGS-84
2419
"EPSG:6933": { # Cylindrical equal area
2520
"geographic": False,

0 commit comments

Comments
 (0)