Skip to content

Commit

Permalink
Typo from a couple of commits ago.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Nov 8, 2024
1 parent 220b62f commit 0fb28d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacube_ows/ows_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ def make_gml_name(name):
"but has a vertical coordinate that is not 'latitude'")
# default_geographic_CRS is used by WCS1
if not self.wcs:
self.default_geographic_CRS["EPSG:3832"] = {
self.published_CRSs["EPSG:3832"] = {
"geographic": False,
"horizontal_coord": "x",
"vertical_coord": "y",
Expand Down

0 comments on commit 0fb28d4

Please sign in to comment.