Ejemplo n.º 1
0
def addTextLabel(g, geom, text):
    l = g.addLabel(geom, text)
    l.rgba = rgba("#5a4a31")
    return l
Ejemplo n.º 2
0
def addTextLabel(g, geom, text):
    l = g.addLabel(geom, text)
    l.rgba = rgba("#5a4a31")
    return l
Ejemplo n.º 3
0
def addTitleLabel(g, geom, text):
    l = g.addLabel(geom, text)
    l.rgba = rgba("#001052")
    return l
Ejemplo n.º 4
0
def addTitleLabel(g, geom, text):
    l = g.addLabel(geom, text)
    l.rgba = rgba("#001052")
    return l