Skip to content

Commit

Permalink
Remove EPSG:3577 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith authored Apr 14, 2022
1 parent 38d234d commit 6715f8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions services/ows_refactored/dev_af_ows_root_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
"horizontal_coord": "x",
"vertical_coord": "y",
},
"EPSG:3577": { # GDA-94, Australian Albers. Not sure why, but it's required!
"geographic": False,
"horizontal_coord": "x",
"vertical_coord": "y",
},
"EPSG:4326": {"geographic": True, "vertical_coord_first": True}, # WGS-84
"EPSG:6933": { # Cylindrical equal area
"geographic": False,
Expand Down
5 changes: 0 additions & 5 deletions services/ows_refactored/prod_af_ows_root_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
"horizontal_coord": "x",
"vertical_coord": "y",
},
"EPSG:3577": { # GDA-94, Australian Albers. Not sure why, but it's required!
"geographic": False,
"horizontal_coord": "x",
"vertical_coord": "y",
},
"EPSG:4326": {"geographic": True, "vertical_coord_first": True}, # WGS-84
"EPSG:6933": { # Cylindrical equal area
"geographic": False,
Expand Down

0 comments on commit 6715f8c

Please sign in to comment.