Skip to content

Commit 5ded8bc

Browse files
save wip
1 parent 254730b commit 5ded8bc

File tree

6 files changed

+25
-18
lines changed

6 files changed

+25
-18
lines changed

requirements.txt

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,53 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile --pre requirements.in
66
#
7-
aiohttp==3.9.3
8-
# via wslink
9-
aiosignal==1.3.1
7+
aiohappyeyeballs==2.6.1
108
# via aiohttp
11-
async-timeout==4.0.3
9+
aiohttp==3.12.13
10+
# via wslink
11+
aiosignal==1.3.2
1212
# via aiohttp
13-
attrs==23.2.0
13+
attrs==25.3.0
1414
# via
1515
# aiohttp
1616
# jsonschema
1717
# referencing
18-
frozenlist==1.4.1
18+
frozenlist==1.7.0
1919
# via
2020
# aiohttp
2121
# aiosignal
22-
idna==3.6
22+
idna==3.10
2323
# via yarl
24-
jsonschema==4.21.1
24+
jsonschema==4.24.0
2525
# via -r requirements.in
26-
jsonschema-specifications==2023.12.1
26+
jsonschema-specifications==2025.4.1
2727
# via jsonschema
28-
multidict==6.0.5
28+
msgpack==1.1.1
29+
# via wslink
30+
multidict==6.4.4
2931
# via
3032
# aiohttp
3133
# yarl
32-
python-dotenv==1.0.1
33-
# via -r requirements.in
34-
referencing==0.33.0
34+
propcache==0.3.2
35+
# via
36+
# aiohttp
37+
# yarl
38+
referencing==0.36.2
3539
# via
3640
# jsonschema
3741
# jsonschema-specifications
38-
rpds-py==0.18.0
42+
rpds-py==0.25.1
3943
# via
4044
# jsonschema
4145
# referencing
42-
websocket-client==1.7.0
46+
typing-extensions==4.14.0
47+
# via referencing
48+
websocket-client==1.8.0
4349
# via -r requirements.in
4450
wslink==1.12.4
4551
# via -r requirements.in
46-
yarl==1.9.4
52+
yarl==1.20.1
4753
# via aiohttp

src/opengeodeweb_viewer/object/object_methods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def SetPointsVisibility(self, id, visibility):
137137
else:
138138
actor.GetProperty().SetVertexVisibility(visibility)
139139
actor.GetProperty().SetEdgeVisibility(visibility)
140+
actor.GetProperty().SetRenderPointsAsSpheres(visibility)
140141
self.render()
141142

142143
def SetPointsSize(self, id, size):
-6.24 KB
Loading
-197 Bytes
Loading
891 Bytes
Loading
1.12 KB
Loading

0 commit comments

Comments
 (0)