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 size smaller than 10km doesn't work #87

Open
joceyngan opened this issue Nov 25, 2023 · 1 comment
Open

map size smaller than 10km doesn't work #87

joceyngan opened this issue Nov 25, 2023 · 1 comment

Comments

@joceyngan
Copy link

I am getting this issue on https://heightmap.skydark.pl/ and found this repo is the related code so raise it here.
if i decrease the map size to smaller than 10km, the calculation on base level and height level will stuck and never output the min max height.
is there a fix if just want to create the height map from a very small area? thanks

@echoflying
Copy link

echoflying commented Jan 20, 2024

I set to 9km, the satellite map download correct, but the height map download failue, no response at all.
with error information:
app.js:1068 Uncaught TypeError: Cannot read properties of undefined (reading '1623')
at toHeightmap (app.js:1068:76)
at app.js:645:29

Set to 10km, the height map can download but the content is all black.
With 11 km, all seems OK.

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