We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f650d0f commit e64d341Copy full SHA for e64d341
1 file changed
overpy/format/osm_xml.py
@@ -5,10 +5,15 @@
5
6
def dump(result, fp):
7
"""
8
+ Use the result from the Overpass API to generate OSM XML
9
- :param result:
10
+ More information:
11
+
12
+ * http://wiki.openstreetmap.org/wiki/OSM_XML
13
14
+ :param result: The result from the Overpass API
15
:type result: overpy.Result
- :param fp:
16
+ :param fp: Filepointer to use
17
:return:
18
19
fp.write('<?xml version="1.0" encoding="UTF-8"?>\n')
0 commit comments