Vease-Viewer 2.2.2__py3-none-any.whl → 2.2.3__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {Vease_Viewer-2.2.2.dist-info → Vease_Viewer-2.2.3.dist-info}/METADATA +1 -1
- Vease_Viewer-2.2.3.dist-info/RECORD +9 -0
- vease_viewer/app.py +7 -2
- Vease_Viewer-2.2.2.dist-info/RECORD +0 -9
- {Vease_Viewer-2.2.2.dist-info → Vease_Viewer-2.2.3.dist-info}/LICENSE +0 -0
- {Vease_Viewer-2.2.2.dist-info → Vease_Viewer-2.2.3.dist-info}/WHEEL +0 -0
- {Vease_Viewer-2.2.2.dist-info → Vease_Viewer-2.2.3.dist-info}/entry_points.txt +0 -0
- {Vease_Viewer-2.2.2.dist-info → Vease_Viewer-2.2.3.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: Vease-Viewer
|
3
|
-
Version: 2.2.
|
3
|
+
Version: 2.2.3
|
4
4
|
Summary: Vease-Viewer is the viewer microservice of Vease
|
5
5
|
Author-email: Geode-solutions <team-web@geode-solutions.com>
|
6
6
|
Project-URL: Homepage, https://github.com/Geode-solutions/Vease-Viewer
|
@@ -0,0 +1,9 @@
|
|
1
|
+
vease_viewer/app.py,sha256=7ZVoW6741GjmR7CA592TAFSZUJIdkPM0BQameOlDKRs,460
|
2
|
+
vease_viewer/rpc/protocols.py,sha256=y8RkBzxin_1Y_olICLLzk2GjUbZf9EJBa_CXHr5bDHY,895
|
3
|
+
vease_viewer/rpc/schemas/microservice_version.json,sha256=AjOLp1fuLNcP_4YpQIQRSSNDPznfTUkf6kbqBjIPo0o,126
|
4
|
+
Vease_Viewer-2.2.3.dist-info/LICENSE,sha256=mCqVv7oI0gi34gXQr9z46E5t6MRtMBbtGpcecM8jye8,1072
|
5
|
+
Vease_Viewer-2.2.3.dist-info/METADATA,sha256=ir4jFhjWT1PQOZBkAgCZaoL0ikL7ZWQs4VYJCc-Sx_E,1562
|
6
|
+
Vease_Viewer-2.2.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
7
|
+
Vease_Viewer-2.2.3.dist-info/entry_points.txt,sha256=n39U_EW4l0moq5yJ-yavxNP3WHf_L5AITJpez8H2TWg,61
|
8
|
+
Vease_Viewer-2.2.3.dist-info/top_level.txt,sha256=ulf1U3rlf8f1kleu7P2T6vZIhVgwi5aS1_qgNaSwiwA,13
|
9
|
+
Vease_Viewer-2.2.3.dist-info/RECORD,,
|
vease_viewer/app.py
CHANGED
@@ -6,9 +6,14 @@ from opengeodeweb_viewer.vtkw_server import _Server, run_server
|
|
6
6
|
# Local application imports
|
7
7
|
from vease_viewer.rpc.protocols import VtkVeaseViewerView
|
8
8
|
|
9
|
+
class VeaseViewerServer(_Server):
|
10
|
+
def initialize(self):
|
11
|
+
_Server.initialize(self)
|
12
|
+
self.registerVtkWebProtocol(VtkVeaseViewerView())
|
13
|
+
|
14
|
+
|
9
15
|
def run_viewer():
|
10
|
-
|
11
|
-
run_server()
|
16
|
+
run_server(VeaseViewerServer)
|
12
17
|
|
13
18
|
if __name__ == "__main__":
|
14
19
|
run_viewer()
|
@@ -1,9 +0,0 @@
|
|
1
|
-
vease_viewer/app.py,sha256=umFW5viuTULGYTWkCUb0MJBEnf8xtOTxXiCgMp3Gz6o,341
|
2
|
-
vease_viewer/rpc/protocols.py,sha256=y8RkBzxin_1Y_olICLLzk2GjUbZf9EJBa_CXHr5bDHY,895
|
3
|
-
vease_viewer/rpc/schemas/microservice_version.json,sha256=AjOLp1fuLNcP_4YpQIQRSSNDPznfTUkf6kbqBjIPo0o,126
|
4
|
-
Vease_Viewer-2.2.2.dist-info/LICENSE,sha256=mCqVv7oI0gi34gXQr9z46E5t6MRtMBbtGpcecM8jye8,1072
|
5
|
-
Vease_Viewer-2.2.2.dist-info/METADATA,sha256=cfpqbqytnaX0024Vxhr7dmoL0aUGLVDRntkTMHr94_g,1562
|
6
|
-
Vease_Viewer-2.2.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
7
|
-
Vease_Viewer-2.2.2.dist-info/entry_points.txt,sha256=n39U_EW4l0moq5yJ-yavxNP3WHf_L5AITJpez8H2TWg,61
|
8
|
-
Vease_Viewer-2.2.2.dist-info/top_level.txt,sha256=ulf1U3rlf8f1kleu7P2T6vZIhVgwi5aS1_qgNaSwiwA,13
|
9
|
-
Vease_Viewer-2.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|