I am trying to smooth lines with geometry generator but without succes (at regional scale, only change at large scale ) Any help ? You will find the files in link.
https://drive.google.com/file/d/1jxf4TmodAZuDNb4cY77W0qfhaa5_MMno/view?usp=sharing
I am trying to smooth lines with geometry generator but without succes (at regional scale, only change at large scale ) Any help ? You will find the files in link.
https://drive.google.com/file/d/1jxf4TmodAZuDNb4cY77W0qfhaa5_MMno/view?usp=sharing
Try experimenting with the offset parameter of the smooth function.
offset
value between 0 and 0.5 which controls how tightly the smoothed geometry follow the original geometry. Smaller values result in a tighter smoothing, larger values result in looser smoothing.
Result of smooth($geometry, iterations:=7, offset:=0.3)