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)
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