I have a vector layer containing a closed boundary multiline, and I'd like to extract a certain buffer which would exclude the part that fall outside of the closed boundary.
How would I accomplish this? I'm using QGIS 2.18.19.
I have a vector layer containing a closed boundary multiline, and I'd like to extract a certain buffer which would exclude the part that fall outside of the closed boundary.
How would I accomplish this? I'm using QGIS 2.18.19.
off the top of my head:
1) convert to polygon and buffer using negative distance (same as the width you want the buffer to be)
2) compute difference between oroginal polygon and buffered polygon.