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
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 any way I can process back LineString from the now available bufferedPolygon and bufferVal?
Note: featureGeoJson is not saved anywhere in our app now.
The text was updated successfully, but these errors were encountered:
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 any way I can process back LineString from the now available bufferedPolygon and bufferVal?
Note: featureGeoJson is not saved anywhere in our app now.
The text was updated successfully, but these errors were encountered: