Menu

CeyX-Modifications

Kempelen

This page is outdated, because there are more changes available in the Git repo here. Notably fixes to multipolygon rendering.

Textrenderer.py:449

if ele.tag == 'way':
    fillx1,filly1,fillx2,filly2 = ctx.path_extents()
#    if (fillx2-fillx1) < (extents[2]-extents[0]):
#        return False

Commented out the two lines. This code suppresses label on closed way objects if label would exceed the extent of the object. Not needed.