Hi all,
It is stated in the documentation that by default polygons are labeled only once at centroid point, but whatever parameters I define it always repeats a label within a polygon at some fixed intervals.
Does it work properly for anyone?
My YSLD style looks at follows
feature-styles:
- rules:
- symbolizers:
- polygon:
geometry: ${geom}
fill-color: '#da7171'
- text:
geometry: ${geom}
label: ${name}
font-family: SansSerif
font-size: 15
fill-color: black
and the result looks like this
The same thing happens with the SLD style.
Regards,
Eugene