Skip to content

Commit

Permalink
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sources/multi/large_image_source_multi/__init__.py
Original file line number Diff line number Diff line change
@@ -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'},
},

0 comments on commit 6ced52f

Please sign in to comment.