Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ numpy>=2
# via
# contourpy
# matplotlib
packaging==26.1
packaging==26.2
# via matplotlib
pillow>=12
# via matplotlib
Expand All @@ -61,4 +61,3 @@ wslink==1.12.4
yarl>=1
# via aiohttp

opengeodeweb-microservice==1.*,>=1.1.2
7 changes: 5 additions & 2 deletions src/opengeodeweb_viewer/object/object_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,14 @@ def highlight(
) -> None:
mapper.SetInputDataObject(input_dataset)
mapper.ScalarVisibilityOff()
mapper.SetResolveCoincidentTopologyToPolygonOffset()
prop = actor.GetProperty()
prop.SetColor(0.235, 0.6, 0.514)
prop.SetLineWidth(5)
prop.SetLineWidth(3)
prop.SetPointSize(14)
prop.SetRenderPointsAsSpheres(True)
prop.SetLighting(False)
prop.SetLighting(True)
prop.SetEdgeVisibility(True)
prop.SetEdgeColor(0.12, 0.35, 0.30)
actor.SetMapper(mapper)
actor.VisibilityOff()
Binary file modified tests/data/images/mesh/points/color.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/data/images/model/points/size.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading