minorua / Qgis2threejs

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

Vertical holes not plotting #326

Closed grantboxer closed 5 months ago

grantboxer commented 5 months ago

I am trying to display a set of drill holes, both angled and vertical. The 3D coordinates have been produced using the Geoscience plug-in. I feel this used to work OK, but the current version 2.7.2 doesn't appear to display the vertical holes, only the angled holes. Can I roll back to an earlier version to check if a gremlin has got into the code? I am running QGIS v 3.34.

minorua commented 5 months ago

Earlier plugin versions can be downloaded from the plugin page on QGIS Python plugin repository website. You can install a downloaded zip file using plugin manager (See docs).

grantboxer commented 5 months ago

Ah yes, many thanks!

Cheers Grant

From: Minoru Akagi @.> Sent: Tuesday, January 30, 2024 10:50 AM To: minorua/Qgis2threejs @.> Cc: grantboxer @.>; Author @.> Subject: Re: [minorua/Qgis2threejs] Vertical holes not plotting (Issue #326)

Older plugin versions can be downloaded from the plugin page on QGIS Python plugin repository website https://plugins.qgis.org/plugins/Qgis2threejs/ . You can install a downloaded zip file using plugin manager (See docs https://docs.qgis.org/3.28/en/docs/user_manual/plugins/plugins.html#the-install-from-zip-tab ).

— Reply to this email directly, view it on GitHub https://github.com/minorua/Qgis2threejs/issues/326#issuecomment-1915978920 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AFBO2QJ3CTXJYNJRTWZ35RDYRBNXHAVCNFSM6AAAAABCQMUASSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJVHE3TQOJSGA . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AFBO2QJCFQGTPBIWRJ4TY5LYRBNXHA5CNFSM6AAAAABCQMUASSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTSGOCKQ.gif Message ID: @. @.> >

grantboxer commented 5 months ago

I installed version 2.7.1 and the vertical hole plotting works. Not sure what has changed for version 2.7.2. Over to you!

minorua commented 5 months ago

The following message is logged in the log panel:

Invalid geometry skipped: line — vertical

This is a regression caused by the fix to #298.

@grantboxer Thank you very much for your cooperation.