Different tile size?
-
2012년 2월 17일 금요일 오전 8:50
I'm happy to report that we are having great results with HDView to display our Minecraft world image (http://smmc.quickflix.com).
However, as the world gets bigger it is generating a large number of tile images (about 50,000).
I'm wondering if we can specify a different size for the tile images, to reduce the overall number of files?
Thanks,
-Jerry
모든 응답
-
2012년 2월 22일 수요일 오후 6:05소유자
Nice use of HDView!
We don't currently allow you to change the tile size. But, I'm not sure that you want to. Increasing the tile size will affect the performance of users viewing the data. They'll need to download larger tiles to satisfy pan&zoom changes. HDView, Google Maps, Bing Maps all use 256x256 tiles for this reason. I think that the best solution for this is to put all of the tiles in some sort of container, for example a zip file. Then build a server-side component that extracts the appropriate tile from the zip. We don't have such a thing available though, but it seems like something that would be pretty simple to build.