minorua / Qgis2threejs

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

Error when displaying LineStringZ layer in 3D view #279

Open jfvilleforceix opened 2 years ago

jfvilleforceix commented 2 years ago

I created a LineStringZ layer from MultiLineStringZ layer (generated with pointstopath algorithm from PointZ layer) but when I try to display it in the 3D view, I get this error :

self.pids = [PID.ALT] + self.ot.pids
AttributeError: 'NoneType' object has no attribute 'pids'

I don't get any problem with displaying my PointZ layer in the 3D view.