Commit 0b1534c0 authored by Denis Krienbühl's avatar Denis Krienbühl

Fixes typo

parent 9145f847
......@@ -112,7 +112,7 @@ class KML(object):
# However, in this case the xlmns should still be mentioned on the kml
# element, just without prefix.
if not self.ns:
root.set('xlmns', config.NS[1:-1])
root.set('xmlns', config.NS[1:-1])
for feature in self.features():
root.append(feature.etree_element())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment