When zooming out the map becomes extremely sluggish to use and move. Due to the relatively small size of the tiles (that being 256x256 pixels), there are a lot of images being transmitted/loaded.
Would it be possible to automatically render the chunks from the server into larger tilemaps/images so when the map is zoomed out we get one large image (or several larger-ish images) instead of thousands of tiny images? This would match Dynmaps behavior, which also generates tiles at different zoom levels to dynamically change how detailed of a map is being displayed.
When zooming out the map becomes extremely sluggish to use and move. Due to the relatively small size of the tiles (that being
256x256pixels), there are a lot of images being transmitted/loaded.Would it be possible to automatically render the chunks from the server into larger tilemaps/images so when the map is zoomed out we get one large image (or several larger-ish images) instead of thousands of tiny images? This would match Dynmaps behavior, which also generates tiles at different zoom levels to dynamically change how detailed of a map is being displayed.