MJN
0
Q:

turf greatcircle example

var start = turf.point([-122, 48]);
var end = turf.point([-77, 39]);

var greatCircle = turf.greatCircle(start, end, {'name': 'Seattle to DC'});

0

New to Communities?

Join the community