Hatch
Transform
class geoscript.style.halo.Halo(fill=None, radius=1)¶ Symbolizer for label background. A halo is composed of a Fill and a radius that specifies the extend the of background. >>> Halo(Fill('white'), 4) Halo(fill=Fill(color=(255,255,255),opacity=1.0),radius=4)
Symbolizer for label background.
A halo is composed of a Fill and a radius that specifies the extend the of background.
>>> Halo(Fill('white'), 4) Halo(fill=Fill(color=(255,255,255),opacity=1.0),radius=4)