Ejemplo n.º 1
0
 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)
Ejemplo n.º 2
0
 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)
Ejemplo n.º 3
0
 def __init__(self, areaname, shape, coords, href="", **kwargs):
     self.areaname = areaname
     MapArea.__init__(self, shape, coords, href=href, **kwargs)
Ejemplo n.º 4
0
 def __init__(self, areaname, shape, coords, href="", **kwargs):
     self.areaname = areaname
     MapArea.__init__(self, shape, coords, href=href, **kwargs)