Re: [gdal-dev] Generating 200x200 tiles

2015-09-21 Thread Alistair Young
ev@lists.osgeo.org>> Subject: Re: [gdal-dev] Generating 200x200 tiles On 19/09/15 08:14, Alistair Young wrote: > Thanks for that. I tried ctb but just got "Could not get transformation > > information from source dataset². Chaning gdal2tiles to output 200x200 > > wor

Re: [gdal-dev] Generating 200x200 tiles

2015-09-19 Thread Alistair Young
ofile tiles. Alistair - mov eax,1 mov ebx,0 int 80 On 18/09/2015 00:36, "gdal-dev-boun...@lists.osgeo.org on behalf of Brad Hards" wrote: >On Thu, 17 Sep 2015 06:03:15 PM Alistair Young wrote: >> I've been using gdal2tiles to generate zoom levels and t

[gdal-dev] Generating 200x200 tiles

2015-09-17 Thread Alistair Young
I've been using gdal2tiles to generate zoom levels and tiles and it's working fine but unfortunately the tiles are 256x256 and don't work with the UK Ordnance Survey mapping SDK, which requires 200x200 tiles. Is there a way to generate these 200x200 tiles? I can generate them using gdal_retile b