You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: