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

Map generation fails with TypeError #3

Open
chrbinder opened this issue Apr 24, 2023 · 0 comments
Open

Map generation fails with TypeError #3

chrbinder opened this issue Apr 24, 2023 · 0 comments

Comments

@chrbinder
Copy link

When loading a heightmap file with python3 generate_map.py --heightmap=parsed_data/heightmap.dat , I'm getting this error:

from 706000,5706000 to 708000,5708000 (size: 2001,2001) Traceback (most recent call last): File "/home/user/world2minetest/generate_map.py", line 122, in <module> if not (min_x <= args.offsetx <= max_x and min_y <= args.offsetz <= max_y): TypeError: '<=' not supported between instances of 'int' and 'NoneType'

DGM data has been taken from here: https://www.lvermgeo.sachsen-anhalt.de/de/dgm2.html

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

1 participant