Select to view content in your preferred language

Line Buffer - Cutting the End

129
1
11-18-2024 10:19 PM
benedictmueller
New Contributor

Hey community!

I am trying to Buffer a line, but cut the buffer in the end, so the Buffer doesnt extend the lenght of the line.

benedictmueller_0-1731997104789.png

So basically, I want to let the buffer end, where the yellow line ends. 

Using End Type = Flat throws me an empty result saying:

WARNING 000636: Skipping feature 1 because a negative or very small distance resulted in no geometry.

Does someone has some suggestions how to? 🙂

Best,

Benni

0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

The only reference that I can find to this was when the feature being buffered was in a web mercator coordinate system.  Projecting the features to another planar coordinate system, like UTM removed the warning.  

In any event, you should see if the feature in question has any extra vertices resulting in short line segments relative to the buffer size.  If it does, remove the unnecessary vertices


... sort of retired...
0 Kudos