minorua / Qgis2threejs

3D map visualization and web export plugin for QGIS
http://minorua.github.io/Qgis2threejs/docs/
495 stars 91 forks source link

3D visualization drillhole data using Geoscience plugin #277

Closed ems1995 closed 2 years ago

ems1995 commented 2 years ago

Tested the geoscience plugin in combination with Qgis2threejs to visualize drillhole data in 3D.

I got the error message: 'QTabWidget' object has no attribute 'setTabVisible' when activating the polyline layer (drillhole paths)

I added LayerType.LINESTRING to line 886 of proppages.py, which seems to have resolved the issue.

hasRPt = (layer.type in (LayerType.POINT, LayerType.POLYGON, LayerType.LINESTRING))

minorua commented 2 years ago

Thanks!