Layer deformation

I have a problem, the layer appears deformed in geoserver.
It seems to be missing vertices, or maybe a simplification.
How can I solve this?
This is my first time configuring geoserver.

Hi Felipe,
hard to say, it could be many things, from issues in the coordinate reference system (CRS) setup (causing the generalization distance to be computed incorrectly), using vector tiles and oversampling them client side too much, and more.

Can you share a complete description of what you’re doing? Like, data source, coordinate reference system, which format is used in the requests, and so on?

Cheers
Andrea

Hello Andrea

I discovered the problem, I was applying dynamic styles to JavaScript (Leaflet) and style rendering visually changed the shape.
I am configuring the style directly on Geoserver (SLD or native style).

I believe I won’t have any more problems.

thanks