File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
src/opengeodeweb_viewer/rpc Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 99from opengeodeweb_viewer .vtk_protocol import VtkView
1010
1111
12- class VtkUtilsView (VtkView ):
13- utils_prefix = "opengeodeweb_viewer."
14- utils_schemas_dict = get_schemas_dict (
15- os .path .join (os .path .dirname (__file__ ), "schemas" )
16- )
17-
18- def __init__ (self ) -> None :
19- super ().__init__ ()
20-
21- @exportRpc (utils_prefix + utils_schemas_dict ["kill" ]["rpc" ])
22- # Standard library imports
23- import os
24-
25- # Third party imports
26- from wslink import register as exportRpc # type: ignore
27-
28- # Local application imports
29- from opengeodeweb_microservice .schemas import get_schemas_dict
30- from opengeodeweb_viewer .vtk_protocol import VtkView
31-
32-
3312class VtkUtilsView (VtkView ):
3413 utils_prefix = "opengeodeweb_viewer."
3514 utils_schemas_dict = get_schemas_dict (
You can’t perform that action at this time.
0 commit comments