[Geoserver-users] GDAL KML

Hi,

I’m trying to extract a kml file for the visualization on Google Earth, I have been using the following script, as result I get some png files with a very low resolution, how do I keep the same resolution of the initial file?

gdal2tiles.py -p “mercator” -a 0000 -v -r bilinear -z 2-10 -k -w google -g http://code.google.com/apis/maps/signup.html ortho.tif Google

regards.

Marco