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