-
Notifications
You must be signed in to change notification settings - Fork 421
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
Is initial-zoomout-validate supposed to be working? #4014
Comments
Manually purging the files should work, but you then have to rerender those tiles again |
Any updates on this? |
I fixed this issue by following the steps unde this reddit post Modify configuration.txt in this way:#Filetree storage (standard tree of image files for maps) Add a pluginI have also added this plugin. I don't know if it is necessary but it worked. Start a fullrenderSelf explanatory |
That plugin is the main thing that's different and potentially helping in this case. This issue otherwise happens on both filetree and sqlite storage options (although from personal experience seems to happen more often for sqlite). I'm interested to know what it does different/how it helps. EDIT: as per the description from the dynmap readme this is not really a new thing or a fix.
So if you are using plugin-based servers you are already good, as this should only be needed for fabric/forge. Moreover I would imagine that in those cases it would flat out not work at all if this was missing, but I don't know for sure.
In your case it was most likely just pure luck. |
Is the "initial-zoomout-validate" config value supposed to be working? i did a quick search in the repo, and DynmapWorld.doInitialScan() does not seems to be implemented anywere.
If not, do you have any workaround to rebuild the zoomout tiles without doing a fullrender again? i'm using a mysql db.
I was wondering if i remove the zoomed out tiles there would be a way to rebuild them.
The text was updated successfully, but these errors were encountered: