-1

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.

enter image description here

https://drive.google.com/file/d/1jxf4TmodAZuDNb4cY77W0qfhaa5_MMno/view?usp=sharing

Wilcar
  • 851
  • 4
  • 12

1 Answers1

1

Try experimenting with the offset parameter of the smooth function.

From the docs

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)

enter image description here

Matt
  • 16,843
  • 3
  • 21
  • 52