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 6e5aaf0 commit 9ef9a51Copy full SHA for 9ef9a51
src/opengeodeweb_viewer/rpc/mesh/mesh_protocols.py
@@ -54,7 +54,7 @@ def SetMeshVisibility(self, params):
54
self.SetVisibility(id, visibility)
55
56
@exportRpc(prefix + schemas_dict["set_opacity"]["rpc"])
57
- def SetMeshOpacity(self, params):
+ def setMeshOpacity(self, params):
58
print(schemas_dict["set_opacity"]["rpc"], params, flush=True)
59
validate_schema(params, schemas_dict["set_opacity"])
60
id = params["id"]
0 commit comments