We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58187c commit 6e9e69fCopy full SHA for 6e9e69f
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