-
Notifications
You must be signed in to change notification settings - Fork 479
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
Crop rendering of adjacent selections #1848
Comments
Consider the following config file:
Should I just avoid using the Crop feature at present? |
Config:
Produced the following (including running it with --genpoi): The segments of the map appear scaled right and at the right locations, every zoom level is populated and consistent across the map. All POIs are right on targets. I still wish to utilize the crop function of multiple segments in the future. At present it seems the crop function confuses the zoom levels going through multiple crop selections. Looking forward to further updates! |
Hi there, as far as I can tell #1850 should resolve both of the crop related issues outlined here. Specifically on the issue with all crop zones within a render not necessarily using the same number of zoom levels:
|
Greetings.
I am experiencing zigzag cropping on adjacent crop sections.
:~/applications/minecraftmap/Minecraft-Overviewer$ ./overviewer.py --config=/home/-redacted-/applications/minecraftmap/renders/insist-config-light.txt --processes=1 --forcerender
I've tried playing with --tiles-check and --forcerender to no avail.
Map update behavior options: rerenderprob and renderchecks are giving me "not defined" errors.
:~/applications/minecraftmap/Minecraft-Overviewer$ ./overviewer.py --config=/home/-redacted-/applications/minecraftmap/renders/insist-config-light.txt --processes=1
:~/applications/minecraftmap/Minecraft-Overviewer$ ./overviewer.py --config=/home/-redacted-/applications/minecraftmap/renders/insist-config-light.txt --processes=1
--check-tiles gives me an excessive amount of tiles ( ~43k) to check/render with a lot of warning items.
results in even more random croppings and tile renders (picture after the code quote).
:~/applications/minecraftmap/Minecraft-Overviewer$ ./overviewer.py --config=/home/-redacted-/applications/minecraftmap/renders/insist-config-light.txt --processes=1 --check-tiles
--forcerender reverts everything back to the first image.
Any suggestions very much appreciated.
render config file attached:
insist-config-light.txt
minor: can't get multi-thread to word, crashes everytime, forced to use --processes=1
The text was updated successfully, but these errors were encountered: