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