I want to create multiple buffers of different sizes from a point feature in Google Earth Engine keeping the properties of my input feature (IDs and other metadata). I have seen similar questions:
or
https://gis.stackexchange.com/questions/397378/creating-multiple-buffers-in-a-loop-in-gee
Until now, I can create one buffer keeping the properties but when I create multiple buffers I am not able to keep the properties of my input features. I asked a colleague who has good experience with Javascript and he could not do it. Could someone help me please? Thanks!!