MapTilesDownloader icon indicating copy to clipboard operation
MapTilesDownloader copied to clipboard

How to archive a tile provider?

Open veso266 opened this issue 3 years ago • 1 comments

Hi there, I want to archive all the tiles on an encient tile provider (since I am afraid that they will shut down their tile server and I have an app that I cannot change that is still using them)

the tile server is here: http://tiles.cdnst.net/base/

maps are organized in /z/x/y.png (I think) and are using modestmaps-as3 (Modest Maps) examples: http://tiles.cdnst.net/base/6/34/23.png

http://tiles.cdnst.net/base/6/34/24.png http://tiles.cdnst.net/base/6/34/25.png http://tiles.cdnst.net/base/6/34/26.png http://tiles.cdnst.net/base/6/34/27.png http://tiles.cdnst.net/base/6/34/28.png http://tiles.cdnst.net/base/6/34/29.png http://tiles.cdnst.net/base/6/34/30.png

http://tiles.cdnst.net/base/6/35/24.png http://tiles.cdnst.net/base/7/35/24.png

so does someone know how can I download them all (including all zoom settings)?

if downloading is not an option, can I just render them and make them look like the above?

Thanks for Anwsering and Best Regards

veso266 avatar Mar 18 '21 15:03 veso266

Try pasting "http://tiles.cdnst.net/base/{z}/{x}/{y}.png" into the "Map Tile Source" input and setting the zoom levels to "0-7" (max zoom is 7). I've attached an image of what it should look like. image

VinceC00 avatar Jul 12 '21 15:07 VinceC00