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