Feature request #9456
Improve offset line algorithm
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Symbology | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 18048 |
Description
The current line offset algorithm used in line symbol layers is prone to extreme jagged spikes and other rendering errors. This could be improved by implementing changes like those in this mapnik pull request:
https://github.com/mapnik/mapnik/pull/1269/files
Or by implementing a similar routine to that used by PostGIS' ST_OffsetCurve function.
Associated revisions
History
#2 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:
#3 Updated by Martin Dobias over 10 years ago
- Status changed from Open to Closed
Fixed in changeset bb7cd4053a9aa676466ce3ea4212956e2a712537.