We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f59dac commit 842e3fdCopy full SHA for 842e3fd
2 files changed
requirements.txt
@@ -61,4 +61,3 @@ wslink==1.12.4
61
yarl>=1
62
# via aiohttp
63
64
-opengeodeweb-microservice==1.*,>=1.0.14
src/opengeodeweb_viewer/vtk_protocol.py
@@ -42,6 +42,7 @@ class VtkPipeline:
42
actor: vtkActor = field(default_factory=vtkActor)
43
color_map_points: list[list[float]] = field(default_factory=list)
44
45
+
46
class VtkTypingMixin:
47
def getView(self, view_id: str) -> vtkRenderWindow:
48
return cast(vtkRenderWindow, super().getView(view_id)) # type: ignore
0 commit comments