Re: [gdal-dev] Re: Cleaning up the tilefilename generation in gdal2tiles.py

2011-04-16 Thread Martin Krüger
I was in need to generate tiles from a geotiff to publish the image as a tms-service. So i was happy to find the gdal2tiles.py script which does the job. The only issue i stumbled over: gdal2tiles.py generates the tiles in the google format(0,0=top-left) , i need the tms format(0,0=bottom-left)

[gdal-dev] Re: Cleaning up the tilefilename generation in gdal2tiles.py

2011-04-14 Thread Jukka Rahkonen
Martin Krüger gmx.com> writes: > > Hello > I was in need to generate tiles from a geotiff to publish the image as a > tms-service. So i was happy to find the gdal2tiles.py script which does > the job. > > The only issue i stumbled over: > gdal2tiles.py generates the tiles in the google format(0