def __init__(self, areaname, shape, coords, Href="", **kwargs): self.areaname = areaname coords = ", ".join(["%d" % int(i) for i in coords]) MapArea.__init__(self, shape, coords, Href=Href, **kwargs)
def __init__(self, areaname, shape, coords, href="", **kwargs): self.areaname = areaname MapArea.__init__(self, shape, coords, href=href, **kwargs)