<div dir="ltr">Hi,<br><br>I tried to use gdal2tiles on a VRT generated from JPG images (which a btw 256 x 256 pixel tiles themselves)<br>I double checked VRT with gdal_translate to crop part of it and got expected result.<br>
<br>When I use gdal2tiles, i.e.: `gdal2tiles.py -p raster -z 2 mosaic.vrt` I get as a result 256px tiles, but tiles are empty except for upper left 64 x 64 px region, which contains what I would expect for whole tile, or put it differently tile is reduced unnecessarily 4 times while preserving 256px canvas.<br>
<br>So every single tile, looks like this:<br><br>    +---+---+---+---+ <br>    | X |   |   |   |<br>    +---+---+---+---+<br>    |   |   |   |   |<br>    +---+---+---+---+ <br>    |   |   |   |   |<br>    +---+---+---+---+<br>
    |   |   |   |   |<br>    +---+---+---+---+<br><br>where "X" is region containing map sample while rest of the tile is empty, or more easily comprehensible by looking at the the attachment.<br><br>Any ideas, what might be wrong?<br>
</div>