This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

TileDownloader Question

0

Hi :)

I have downloaded a TileDownloader to convert my local OSM Server to .PNG files.

I am having issues downloading them all however, since the application is asking for the below information

lat1 lat2 lon1 lon2

I pre-rendered the whole of the UK to zoom level 18 using the below string -x -9.5 -X 2.72 -y 49.39 -Y 61.26

So my question is what exactly do i need to input for each required field on the TileDownloader :)

Many thanks

asked 24 Feb '20, 11:06

CableGuy5555's gravatar image

CableGuy5555
16223
accept rate: 0%

I have downloaded a TileDownloader

Would it be possible to provide a bit more information about what you downloaded and from where?

I have used "generate_tiles.py" for this in the past, but you may need to create a version of your mapnik.xml that references only fonts installed on your system to use that.

(24 Feb '20, 11:30) SomeoneElse ♦

One Answer:

0

I'd say 49.39 61.26 -9.5 2.72. These looks like latitudes then longitudes in UK.

But if you pre-rendered the tiles on your server, don't you have all the tiles in some directory ?

answered 24 Feb '20, 23:13

H_mlet's gravatar image

H_mlet
5.4k1781
accept rate: 13%

Source code available on GitHub .