mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-10 23:01:53 +02:00
Add error handling.
This commit is contained in:
parent
c0b4d35573
commit
a588a0c82e
2 changed files with 13 additions and 1 deletions
|
@ -416,7 +416,7 @@ class OSMData:
|
|||
|
||||
:param root: top element of XML data
|
||||
:param parse_nodes: whether nodes should be parsed
|
||||
:param parse_ways: whether ways should be parsed
|
||||
:param parse_ways: whether ways should be parsed
|
||||
:param parse_relations: whether relations should be parsed
|
||||
"""
|
||||
for element in root:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue