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

Global dictionaries in osm.py #27

Open
obtitus opened this issue Nov 13, 2015 · 1 comment
Open

Global dictionaries in osm.py #27

obtitus opened this issue Nov 13, 2015 · 1 comment

Comments

@obtitus
Copy link

obtitus commented Nov 13, 2015

Hi, please see this diff:
https://github.com/obtitus/spiderosm/blob/master/spiderosm/osm.diff

The previous code had 'ways' and 'nodes' as global variables, so creating 2 OSMData objects made these identical. I assume that was not the intention?

I might open a new issue asking for help getting spiderosm to work with Norwegian road data ;)

@mharnold
Copy link
Owner

Thanks for the bug fix!

Cheers,
Michael
spiderOSM.org

On Fri, Nov 13, 2015 at 8:34 AM, Øystein Bjørndal [email protected]
wrote:

Hi, please see this diff:
https://github.com/obtitus/spiderosm/blob/master/spiderosm/osm.diff

The previous code had 'ways' and 'nodes' as global variables, so creating
2 OSMData objects made these identical. I assume that was not the intention?

I might open a new issue asking for help getting spiderosm to work with
Norwegian road data ;)


Reply to this email directly or view it on GitHub
#27.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants