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