Bug report #9485
Line Offset in symbology generates artifacts
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Symbology | ||
Affected QGIS version: | 2.0.1 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | duplicate |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 18076 |
Description
Line offset in symbology is useful when you have a network with several lines superimposing with others.
But it generates artifacts.
The problem is less visible as the scale is getting bigger.
The problem is also encountered when merging all the lines in a single line.
In the attached file, you have the result with offset and without.
Associated revisions
History
#1 Updated by Alvaro Huarte almost 11 years ago
This may be due because "simplification" of geometries is enabled.
You can disable it -> Layer properties -> Rendering -> un-check "Simplify Geometry"
Or settings -> options -> rendering -> un-check "Enable feature simplification by default"
#2 Updated by mathieu rajerison almost 11 years ago
I am under QGIS Dufour and I can not see none of these options.
In layer properties, does rendering refer to "Style". If yes, I can not see "Simplify Geometry"
In the settings > ... > Rendering, I can not see any mention to feature simplification..
#3 Updated by Nyall Dawson almost 11 years ago
This relates to #9456
#4 Updated by Alvaro Huarte almost 11 years ago
mathieu rajerison wrote:
I am under QGIS Dufour and I can not see none of these options.
In layer properties, does rendering refer to "Style". If yes, I can not see "Simplify Geometry"
In the settings > ... > Rendering, I can not see any mention to feature simplification..
My apologies for the confusion, You are right, the simplification will be released in 2.2.
Alvaro
#5 Updated by mathieu rajerison over 10 years ago
- File pb_qgis.jpeg added
Hi,
I took note that a similar issue had already been opened.
Here is a snapshot with and without simplification and with and without offset, just for illustration.
The object is a single line.
Mat
#6 Updated by Giovanni Manghi over 10 years ago
- Category set to Symbology
- Priority changed from High to Normal
There is no crash or data corruption, so I'm lowering the priority.
#7 Updated by Giovanni Manghi over 10 years ago
- Status changed from Open to Closed
- Resolution set to duplicate
duplicate of #9456
#8 Updated by Alvaro Huarte over 10 years ago
- File issue_9485-results.JPG added
This pull request ( https://github.com/qgis/QGIS/pull/1205 ) improves the offset of lines using GEOSOffsetCurve if GEOS 3.3 is available.
Results: