From 11e5e5c3aa4045bd4441d76e4e56103dc72c5734 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Thu, 4 Aug 2022 14:40:00 -0400 Subject: [PATCH] Improve multi-source schema docs. --- sources/multi/large_image_source_multi/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sources/multi/large_image_source_multi/__init__.py b/sources/multi/large_image_source_multi/__init__.py index cb55ee0cc..93bbb6056 100644 --- a/sources/multi/large_image_source_multi/__init__.py +++ b/sources/multi/large_image_source_multi/__init__.py @@ -286,8 +286,10 @@ # }, # corner points in the projection? 'backgroundColor': { - 'description': 'A list of background color values in the same ' - 'scale and band order as the first tile source', + 'description': 'A list of background color values (fill color) in ' + 'the same scale and band order as the first tile ' + 'source (e.g., white might be [255, 255, 255] for ' + 'a three channel image).', 'type': 'array', 'items': {'type': 'number'}, },