<div dir="ltr">Hi Devs,<div><br></div><div>Was that intentional that the BUFFER paramerer for the label depends on SYMBOLSCALE in mapserver 7?</div><div><br></div><div>For mapserver 6.x the buffer has been calculated as follows (in mapdraw.c):</div><div><br></div><div>label_buffer = (labelPtr->buffer*image->resolutionfactor); <br></div><div><br></div><div>For mapserver 7.x we use this formula:</div><div><br></div><div>textSymbolPtr->label->buffer * textSymbolPtr->scalefactor<br></div><div><br></div><div>where textSymbolPtr->scalefactor is in fact the layer->scalefactor</div><div><br></div><div>According to the documentation the buffer should be interpreted in pixels so the 7.x behaviour is incorrect I think, where the buffer depends on the actual scale/zoom.</div><div><br></div><div>I'm not aware of an RFC which would explain this change.</div><div><br></div><div>Let me know if I missed anything in this regard.</div><div><br></div><div>Thanks,</div><div><br></div><div>Tamas</div><div><br></div></div>