Skip to content

Commit

Permalink
update fc legend pic location on s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
harshurampur committed Sep 13, 2019
1 parent 57a7e61 commit 998d4a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions dev/services/wms/ows/wms_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -7801,7 +7801,7 @@
"always_fetch_bands": [],
"apply_solar_corrections": False,
"legend": {
"url": "https://data.dea.ga.gov.au/fractional-cover/fc-percentile/annual/v2.1.0/fcp_legend.png",
"url": "https://data.dea.ga.gov.au/fractional-cover/FC_legend.png",
},
"wcs_default_bands": ["BS_PC_50", "PV_PC_50", "NPV_PC_50"],
"styles": [
Expand Down Expand Up @@ -8344,7 +8344,7 @@
"always_fetch_bands": [],
"apply_solar_corrections": False,
"legend": {
"url": "https://data.dea.ga.gov.au/fractional-cover/fc-percentile/annual/v2.1.0/fcp_legend.png",
"url": "https://data.dea.ga.gov.au/fractional-cover/FC_legend.png",
},
"wcs_default_bands": ["BS_PC_50", "PV_PC_50", "NPV_PC_50"],
"styles": [
Expand Down Expand Up @@ -12575,7 +12575,7 @@
# (defaults to empty list)
"ignore_info_flags": [],
"legend": {
"url": "https://data.dea.ga.gov.au/fractional-cover/fc-percentile/annual/v2.1.0/fcp_legend.png",
"url": "https://data.dea.ga.gov.au/fractional-cover/FC_legend.png",
},
"wcs_default_bands": ["BS", "PV", "NPV"],
"styles": [
Expand Down Expand Up @@ -12665,7 +12665,7 @@
# (defaults to empty list)
"ignore_info_flags": [],
"legend": {
"url": "https://data.dea.ga.gov.au/fractional-cover/fc-percentile/annual/v2.1.0/fcp_legend.png",
"url": "https://data.dea.ga.gov.au/fractional-cover/FC_legend.png",
},
"wcs_default_bands": ["BS", "PV", "NPV"],
"styles": [
Expand Down Expand Up @@ -12755,7 +12755,7 @@
# (defaults to empty list)
"ignore_info_flags": [],
"legend": {
"url": "https://data.dea.ga.gov.au/fractional-cover/fc-percentile/annual/v2.1.0/fcp_legend.png",
"url": "https://data.dea.ga.gov.au/fractional-cover/FC_legend.png",
},
"wcs_default_bands": ["BS", "PV", "NPV"],
"styles": [
Expand Down Expand Up @@ -12846,7 +12846,7 @@
# (defaults to empty list)
"ignore_info_flags": [],
"legend": {
"url": "https://data.dea.ga.gov.au/fractional-cover/fc-percentile/annual/v2.1.0/fcp_legend.png",
"url": "https://data.dea.ga.gov.au/fractional-cover/FC_legend.png",
},
"wcs_default_bands": ["BS", "PV", "NPV"],
"styles": [
Expand Down
4 changes: 2 additions & 2 deletions prod/services/wms/ows/wms_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -6385,7 +6385,7 @@
"always_fetch_bands": [],
"apply_solar_corrections": False,
"legend": {
"url": "https://data.dea.ga.gov.au/fractional-cover/fc-percentile/annual/v2.1.0/fcp_legend.png",
"url": "https://data.dea.ga.gov.au/fractional-cover/FC_legend.png",
},
"wcs_default_bands": ["BS_PC_50", "PV_PC_50", "NPV_PC_50"],
"styles": [
Expand Down Expand Up @@ -6928,7 +6928,7 @@
"always_fetch_bands": [],
"apply_solar_corrections": False,
"legend": {
"url": "https://data.dea.ga.gov.au/fractional-cover/fc-percentile/annual/v2.1.0/fcp_legend.png",
"url": "https://data.dea.ga.gov.au/fractional-cover/FC_legend.png",
},
"wcs_default_bands": ["BS_PC_50", "PV_PC_50", "NPV_PC_50"],
"styles": [
Expand Down

0 comments on commit 998d4a0

Please sign in to comment.