Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filterTags not returning #9

Open
Tracked by #3
pnorman opened this issue Aug 18, 2012 · 0 comments
Open
Tracked by #3

filterTags not returning #9

pnorman opened this issue Aug 18, 2012 · 0 comments
Labels

Comments

@pnorman
Copy link
Owner

pnorman commented Aug 18, 2012

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant