2

I am using QGIS to attempt to achieve what should be a simple task.

I need to buffer a polygon layer with flat end caps, and without dissolving the resulting layer. In QGIS there are 3 tools for buffering:

  • v.buffer GRASS command
  • Fixed Distance buffer in Vector > Geoprocessing
  • GDAL Buffer vectors tool

v.buffer allows controlling the end cap style and whether the resulting layer is dissolved or not.

Fixed distance buffer in Vector > Geoprocessing outputs an undissolved buffer layer, however the edges are round and overlap. It doesn't seem possible to control the end cap type for the edges.

GDAL buffer vectors tool presents a similar problematic to Fixed distance buffer in Vector>Geoprocessing tools.

How do I achieve a discontinuous (undissolved) buffer with flat edges in the QGIS environment?

1 Answer 1

9

Upgrade to QGIS 3.2. The tools "buffer" offer what you achieve

enter image description here

2
  • 1
    They do. Just out of curiosity, this is simply not feasible using QGIS 2.18.20? How would you do it in an earlier version of QGIS? Commented Jul 27, 2018 at 5:36
  • May be with python ( see for exemple "gis.stackexchange.com/questions/41267/buffering-in-pyqgis") ? but it's out of my competences Commented Jul 27, 2018 at 7:35

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.