QGIS Multi Ring Buffer

Help Guide

Any issues not answered in this guide should be logged at:
https://github.com/HeikkiVesanto/QGIS_Multi_Ring_Buffer/issues

Why are my buffers square?
This is an issue with feature simplification in QGIS.

Turn off feature simplification:
Settings>Options>Rendering>Untick "Enable feature simplification by default"
Try the buffer again.

What is the difference between "Central" and "Sequential" buffer styles?

Central buffers the original feature, with progressively larger buffer distance.
5, 10, 15, etc...
Sequential buffers the original feature with 5 for example, and then buffers the resulting buffer with 5 again and so on.

What does this impact?

Speed in seconds:
FeaturesRingsCentralSequential
150.590.56
120060.8331.76
12000203.8467.00
320062.8940.89
5558.066.38
55200628.38586.67

Sequential is quicker. Although for very high segment counts this might not be the case.

Vertex counts:
Sequential has much higher vertex counts.
For comparison, for a 500 ring buffer the outermost ring had the following vertice counts:
StyleVertices
Central488
Sequential30918
We can see this with editing turned on:
Central:
Central style with editing turned on
Sequential:
Sequential with editing
We can also see a smoother profile in the sequential buffer. However the difference is not major, and hard to discern with the naked eye.
Sequneetial comparison

So we have at most about around a 10m discrepancy, with 500 50m rings, so around 25000m of distance from the original feature.
Difference
Rendering:
Central is much faster.

Central:

Sequential: