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

Buffered results missing properties for features

Open liebrand opened this issue 9 years ago • 0 comments

First I found out the hard way that the default version of turf-buffer inside turf is an old one, which is buggy. After locally installing the latest version (1.1.0) of turf-buffer I'm getting much better results. But I spotted a bug around properties.

Line 75 of index.js has: properties: {}

which should be: properties: feature.properties

liebrand avatar Dec 20 '15 20:12 liebrand