ailing list.
Best regards,
Homme.
> Alistair > > > - > mov eax,1 > mov ebx,0 > int 80 >
> From: on behalf of Homme Zwaagstra
> Date: Monday, 21 September 2015 08:29 > To:
"gdal-dev@lists.osgeo.org" > Subject: Re:
[gdal-dev] Generatin
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
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 > worked ok but the SDK failed to display the tiles. I just have
a 4000x4000 > tif with no geo referencing
Thanks for that. I tried ctb but just got "Could not get transformation
information from source dataset². Chaning gdal2tiles to output 200x200
worked ok but the SDK failed to display the tiles. I just have a 4000x4000
tif with no geo referencing information so I can only generate raster
profile til
On Thu, 17 Sep 2015 06:03:15 PM Alistair Young wrote:
> 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 t
Hi Alistair,
You could try ctb-tile
(https://github.com/geo-data/cesium-terrain-builder#ctb-tile) with
the`--tile-size 200` option. This uses GDAL under the hood and works on
GDAL datasets, so pretty similar to gdal2tiles.
Best regards,
Homme.
On 17/09/15 19:03, Alistair Young wrote:
I’ve
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