Turfjs / turf

A modular geospatial engine written in JavaScript and TypeScript
https://turfjs.org/
MIT License
9.3k stars 941 forks source link

turf-polyToLineString #119

Closed morganherlocker closed 7 years ago

morganherlocker commented 10 years ago

convert a polygon to a linestring

rowanwins commented 9 years ago

Gday @morganherlocker

I've had a first crack at this and posted my code in this repo.

It's my first time writing a node module or any sort of js tests so fingers crossed I'm roughly on the right track but happy to take any feedback...

Let me know if you're happy to accept this and what the next steps would be.

Cheers Rowan

rowanwins commented 7 years ago

Now implemented https://github.com/Turfjs/turf/pull/646