mod_tile
mod_tile copied to clipboard
Increase XMLCONFIGS_MAX
Function render_thread() was also modified to allocate memory needed for maps on heap instead of stack, so that we don't use too many stack memory.
I didn't change the stack allocation in main() function, but I can do it if asked, by using a std::vector instead of an array for xmlconfigitem maps[XMLCONFIGS_MAX];