Geography : bug 8499 : follow fix a bad copy/past
This commit is contained in:
parent
3147cf5a2b
commit
3dd194698a
@ -221,8 +221,8 @@ class Kml(GObject.GObject):
|
||||
for subAttribute in attributes:
|
||||
if subAttribute.tag == self.tag + 'name':
|
||||
self.name = subAttribute.text
|
||||
if subsubAttribute.tag == self.tag + 'Point':
|
||||
self.get_point(subsubAttribute)
|
||||
if subAttribute.tag == self.tag + 'Point':
|
||||
self.get_point(subAttribute)
|
||||
self.markers.append((self.name, self.points))
|
||||
return self.markers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user