I created a tile server (with this tutorial). Everything works great, but now I want to use only PNG files to show map on server which I generated with generate_tiles.py. The problem is that I have to create server at Windows and I would like to have only PNG files of map on server and use OpenLayers to show them. And my main question is how to do that and is it possible? I am beginner at this and detailed description would be awesome. If you think that I misunderstood anything, please correct me. asked 05 Sep '19, 09:22 LukashArts |
However, note that there are limits to this procedure if you want a large area and high detail - for example, if you wanted to do this for all of Germany you'd have to compute 80 million tiles of a total size of about 300 GB (or even more if the file system used on Windows has a large cluster size - see also https://blog.geofabrik.de/?p=268). answered 05 Sep '19, 09:31 Frederik Ramm ♦ It is that simple? I'll try it out then. I generated tiles for Croatia from zoom 0 - 15 (~500MB), so that should be enough for first testing. Thank you!
(05 Sep '19, 09:35)
LukashArts
|