turf-buffer icon indicating copy to clipboard operation
turf-buffer copied to clipboard

Buffers a point, linestring, or polygon Feature/FeatureCollection to a given radius. Units supported are miles, kilometers, and degrees.

Results 24 turf-buffer issues
Sort by recently updated
recently updated
newest added

Working with turf.buffer I notice that the buffering figure of a Polygon was not correct. In particular, the radius (expressed in meter) wasn't respected during the dilatation. I report below...

bug

This is known issue in many other programs as well (mySql for example) I'm well aware of the Geographic Vs UTM measurement problem. Example of a buffer of 1 miles...

Hi, I created a buffered polygon for a LineString segment using: `// featureGeoJson below is a LineString feature drawn on the map` `const bufferedPolygon = turf.buffer(featureGeoJson, bufferVal, 'kilometers')` Is there...

I computing a 25km-75km buffer in eastern Europe. On a 75km buffer turf.distance calculates a point as 60km away but the buffer of 75km does not extend to include the...

I had some free time and dove into the sea of buffer ellipses, took on the winding number snake and sword-fought with edge-intersections. It was hard, but I endured, and...

Hello, I saw that somebody implemented a variable width buffer for QGIS and I thought it would be a cool addition to add to `turf-buffer` and `turf-line-offset` https://twitter.com/naturalgis/status/990976423539208193 Thanks!

How do I get the coordinates of the selected elements? now,I want to select a feature,and give it radius,so i asked everyone how i obtain the feature coordinates when my...

I'm using the CDN version of turf in my browser, and creating buffers for User provided points, and saving them in the db; I realized that the geojson created was...

Hi, The current version of jsts that this package uses exports a global (`jsts`) unexplicitly (i.e., not `window.jsts`) This breaks the package in (react native's) strict mode. I updated the...

I have one 3d model Object [ // Triangle A -90.6714, 35.9641, 322.543, -94.6717, 38.9642, 325.51, -97.6717, 35.9639, 324.724, // Triangle B -94.6717, 30.9639, 324.717, -90.6717, 32.9639, 324.724, -94.6717, 34.9639,...