I may have .... https://github.com/bloigge/node-red-contrib-turf/pull/5
@trickermkd - Once released to npm the OP flow above should then give
(If sent to worldmap)
[{"id":"bd598069a1cef449","type":"turf","z":"03086929b3b7f8ce","fn":"","name":"","x":410,"y":140,"wires":[["9c7463c2e60492ae","7712fc52a3289627"]]},{"id":"5bbd243899a9794c","type":"turf","z":"03086929b3b7f8ce","fn":"","name":"","x":670,"y":140,"wires":[["7712fc52a3289627"]]},{"id":"9c7463c2e60492ae","type":"function","z":"03086929b3b7f8ce","name":"","func":"msg.topic = \"buffer\";\nmsg.payload = [msg.payload, 5, { units: 'kilometers' }];\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":540,"y":140,"wires":[["5bbd243899a9794c"]]},{"id":"0bac9b156c763957","type":"inject","z":"03086929b3b7f8ce","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":140,"y":140,"wires":[["2c03fced3d8db886"]]},{"id":"2c03fced3d8db886","type":"function","z":"03086929b3b7f8ce","name":"","func":"msg.topic = \"point\";\nmsg.payload = [[-75.343, 39.984]];\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":280,"y":140,"wires":[["bd598069a1cef449"]]},{"id":"7712fc52a3289627","type":"worldmap","z":"03086929b3b7f8ce","name":"","lat":"","lon":"","zoom":"","layer":"","cluster":"","maxage":"","usermenu":"show","layers":"show","panit":"false","panlock":"false","zoomlock":"false","hiderightclick":"false","coords":"false","showgrid":"false","allowFileDrop":"false","path":"/worldmap","x":820,"y":100,"wires":[]}]