Is it possible to display turf.js calulated buffer correctly?

Hello everybody,

I am calculating a buffer with turf.js and now i want to display it in cesium. The result is an oval shape instead of a circle.

I already did some investigation on this and as far as I understand it has to do something with the projection.

Long story short: is it somehow possible to display the calculated circle as a circle? Can some sort of transformation do the trick?

Thank you for any input on this!

In Turf you can try converting Buffer toMercator (EPSG: 900913) or toWgs84. Try these two projections and write down what happened :slightly_smiling_face:

1 Like

Hi @kasatik143,

thanks a lot for your input, I´ve solved the problem by changing the scene mode to COLUMBUS_VIEW!

1 Like