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