2

I have a set of points in a shapefile with a real number attribute 'r' containing a radius (cp. screenshot below) and I would like to buffer these with amount of 'r'. As the result I expect a polygon shapefile with approximated circles of various radius, but the resulting shapefile is empty.

What am I missing?

(I must miss something, because it seems impossible to me that such a basic operation does not work in such a great software, and furthermore this feature has already been mentioned in the 1.8. doku: "Variations in buffering: buffer distance or buffer size can vary according to numerical values provided in the vector layer attribute table for each feature." http://docs.qgis.org/1.8/de/docs/gentle_gis_introduction/09_vector_spatial_analysis_buffers.html)

My project CRS is EPSG:25832, point shapefile the same. QGIS version is 2.8.7LTR (but same symptom in 2.14.3.)

This is what my points look like:

enter image description here

This is how I configure the buffer tool (German GUI):

enter image description here

And this is the result (None):

enter image description here

underdark
84.9k22 gold badges237 silver badges418 bronze badges
asked Jun 6, 2016 at 9:56

1 Answer 1

1

I would suggest opening a bug report. In the mean time, try performing the buffer using the QGIS Geoalgorithms -> Vector geometry tools -> Fixed distance buffer in the processing toolbox, or from some other provider/plugin.

answered Jun 6, 2016 at 10:09
1
  • 3
    That works (but it's the "Variable distance buffer" in this case:-)). Hint: 2.8.7 only accepts string and number, not float() (but float is the only type that makes sense for a measured physical unit like the distance). In 2.14.3. float() is accepted. Commented Jun 6, 2016 at 10:23

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.