diff --git a/plotly/validators/layout/mapbox/layer/__init__.py b/plotly/validators/layout/mapbox/layer/__init__.py index f6d71041dc3..a0384a0af38 100644 --- a/plotly/validators/layout/mapbox/layer/__init__.py +++ b/plotly/validators/layout/mapbox/layer/__init__.py @@ -33,7 +33,7 @@ def __init__( parent_name=parent_name, edit_type=kwargs.pop('edit_type', 'plot'), role=kwargs.pop('role', 'info'), - values=kwargs.pop('values', ['circle', 'line', 'fill', 'symbol']), + values=kwargs.pop('values', ['circle', 'line', 'fill', 'symbol', 'raster']), **kwargs ) @@ -125,7 +125,7 @@ def __init__( parent_name=parent_name, edit_type=kwargs.pop('edit_type', 'plot'), role=kwargs.pop('role', 'info'), - values=kwargs.pop('values', ['geojson', 'vector']), + values=kwargs.pop('values', ['geojson', 'vector', 'raster']), **kwargs )