Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get LineString from Polygon reducing the applied buffer value #39

Open
anusreemn opened this issue Jan 20, 2020 · 0 comments
Open

Comments

@anusreemn
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant