Skip to content

Commit 35d0ac2

Browse files
authored
Merge pull request #412 from digitalearthafrica/update-fc-legend
ows only support png type
2 parents 079d552 + cfda0f0 commit 35d0ac2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

services/ows_refactored/vegetation/ows_fc_cfg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"legend": {
2727
"show_legend": True,
2828
"url": {
29-
"en": "https://deafrica-services.s3.af-south-1.amazonaws.com/fc_ls/fc_legend.jpg",
29+
"en": "https://deafrica-services.s3.af-south-1.amazonaws.com/fc_ls/fc_legend.png",
3030
}
3131
},
3232
}
@@ -40,7 +40,7 @@
4040
"legend": {
4141
"show_legend": True,
4242
"url": {
43-
"en": "https://deafrica-services.s3.af-south-1.amazonaws.com/fc_ls/fc_legend.jpg",
43+
"en": "https://deafrica-services.s3.af-south-1.amazonaws.com/fc_ls/fc_legend.png",
4444
}
4545
},
4646
}

services/ows_refactored/vegetation/ows_fc_summary_annual_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
"legend": {
330330
"show_legend": True,
331331
"url": {
332-
"en": "https://deafrica-services.s3.af-south-1.amazonaws.com/fc_ls/fc_legend.jpg",
332+
"en": "https://deafrica-services.s3.af-south-1.amazonaws.com/fc_ls/fc_legend.png",
333333
}
334334
},
335335
}

0 commit comments

Comments
 (0)