You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If filterTags does not include a return statement, ogr2osm blows up
Traceback (most recent call last):
File "./ogr2osm.py", line 570, in <module>
output()
File "./ogr2osm.py", line 528, in output
for (key, value) in featuresmap[node].tags.items():
AttributeError: 'NoneType' object has no attribute 'items'
The text was updated successfully, but these errors were encountered:
If filterTags does not include a return statement, ogr2osm blows up
The text was updated successfully, but these errors were encountered: