pnorman / ogr2osm

pnorman's version of UVM's Rewrite of ogr2osm
Other
78 stars 46 forks source link

filterTags not returning #9

Open pnorman opened 12 years ago

pnorman commented 12 years ago

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'