Skip to content

Commit efe3d50

Browse files
committed
updated bug with parameter
1 parent e7f936f commit efe3d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eoapi_maps_plugin/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _get_render_data(self, collection: dict, style: str = "default") -> dict:
105105
}
106106
if expression:
107107
render_data["expression"] = expression
108-
render_data["asset_as_bands"] = "true"
108+
render_data["asset_as_band"] = "True"
109109
else:
110110
render_data["assets"] = assets
111111
elif collection.get("item_assets", {}).get(self.FALLBACK_ASSET):

0 commit comments

Comments
 (0)