Bug report #20118
3d map in print composer with 3d lines
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | 3D | ||
Affected QGIS version: | 3.3(master) | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 27940 |
Description
I am trying to print a 3d map which is created with 3d lines. The lines are all over the place.
The link to project will follow. I added it to 3d category...
Associated revisions
[3d] Fix 3D line symbol in 3D views in print layouts (fixes #20118)
Turned out we were getting an old version of OpenGL that does not
support the "primitive restart" functionality and so wherever
a linestring should be broken it was connected through (0,0,0)
to the next linestring.
[3d] Fix 3D line symbol in 3D views in print layouts (fixes #20118)
Turned out we were getting an old version of OpenGL that does not
support the "primitive restart" functionality and so wherever
a linestring should be broken it was connected through (0,0,0)
to the next linestring.
(cherry picked from commit 45059297e4a6e7729a14f09b1b553133cafa463f)
History
#2 Updated by Saber Razmjooei about 6 years ago
- File map3d_print.png added
#3 Updated by Martin Dobias almost 6 years ago
- % Done changed from 0 to 100
- Status changed from Open to Closed
Applied in changeset qgis|45059297e4a6e7729a14f09b1b553133cafa463f.