Hi Eduard, you need to know correct georeference and spatial reference system for your geodata - as soon as you have it then the tiles are rendered correctly and directly. It seems your file has already georeference embeded in EPSG:32636 (WGS 84 / UTM zone 36N).
I don't understand why are you assigning GCPs and EPSG:900913, warping to EPSG:4326 and then letting gdal2tiles warp back to EPSG:900913 internally... Try just: > ./gdal2tiles.py -z 4-18 1.tif sat You can also install MapTiler and just drag and drop your file to the GUI: http://www.maptiler.org/ Best, Klokan -- http://blog.klokan.cz/ http://www.maptiler.org/ http://www.oldmapsonline.org/ _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
