Exemplo n.º 1
0
 def __init__(self):
     BaseFeature.__init__(self, "shop")
     self.precision = 6
Exemplo n.º 2
0
 def __init__(self):
     BaseFeature.__init__(self, "building")
     self.precision = 5
     self.types = ['way', 'relation']
Exemplo n.º 3
0
 def __init__(self):
     BaseFeature.__init__(self, "man made feature")
     self.precision = 5
Exemplo n.º 4
0
 def __init__(self, type):
     BaseFeature.__init__(self, "untagged " + type)
     self.precision = 2
     self.types = [type]
Exemplo n.º 5
0
 def __init__(self):
     BaseFeature.__init__(self, "unidentified polygon")
     self.precision = 3
     self.types = ['way']
Exemplo n.º 6
0
 def __init__(self):
     BaseFeature.__init__(self, "unidentified object")
     self.precision = 0
     self.plural = "assorted objects"
Exemplo n.º 7
0
 def __init__(self, type):
     BaseFeature.__init__(self, "unidentified " + type)
     self.precision = 1
     self.types = [type]
Exemplo n.º 8
0
 def __init__(self):
     BaseFeature.__init__(self, "man made feature")
     self.precision = 5
Exemplo n.º 9
0
 def __init__(self):
     BaseFeature.__init__(self, "shop")
     self.precision = 6
Exemplo n.º 10
0
 def __init__(self):
     BaseFeature.__init__(self, "building")
     self.precision = 5
     self.types = ['way', 'relation']
Exemplo n.º 11
0
 def __init__(self):
     BaseFeature.__init__(self, "unidentified polygon")
     self.precision = 3
     self.types = ['way']
Exemplo n.º 12
0
 def __init__(self, type):
     BaseFeature.__init__(self, "untagged " + type)
     self.precision = 2
     self.types = [type]
Exemplo n.º 13
0
 def __init__(self, type):
     BaseFeature.__init__(self, "unidentified " + type)
     self.precision = 1
     self.types = [type]
Exemplo n.º 14
0
 def __init__(self):
     BaseFeature.__init__(self, "unidentified object")
     self.precision = 0
     self.plural = "assorted objects"