We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4c808 commit 69c360bCopy full SHA for 69c360b
src/opengeodeweb_viewer/vtk_protocol.py
@@ -31,6 +31,7 @@ def get_viewer_object_type(self, data_id: str) -> str:
31
return "mesh"
32
elif geode_object == "model":
33
return "model"
34
+ raise Exception(f"Unknown geode_object type: {geode_object}")
35
36
def get_data(self, data_id: str) -> dict[str, str | list[str] | None]:
37
if Data is None:
0 commit comments