Skip to content

Commit

Permalink
feat: igneous view supports more than precomputed
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jun 27, 2024
1 parent 1e4144f commit fe08e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igneous_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ def view(path, browser, port, ng):
"layers": [
{
"type": cv.layer_type,
"source": f"precomputed://{cloudpath}",
"source": f"{cv.meta.path.format}://{cloudpath}",
"tab": "source",
"name": layer_name
}
Expand Down

0 comments on commit fe08e8f

Please sign in to comment.