We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58ea211 + fb346ec commit 44d6d21Copy full SHA for 44d6d21
src/core/pal/layer.cpp
@@ -426,6 +426,7 @@ void Layer::chopFeaturesAtRepeatDistance()
426
double chopInterval = fpart->repeatDistance();
427
if ( chopInterval != 0. && GEOSGeomTypeId_r( geosctxt, geom ) == GEOS_LINESTRING )
428
{
429
+ chopInterval *= ceil( fpart->getLabelWidth() / fpart->repeatDistance() );
430
431
double bmin[2], bmax[2];
432
fpart->getBoundingBox( bmin, bmax );
0 commit comments