Tagged Questions
0
votes
1answer
127 views
How do i use gdal2tiles for creating tilecache?
I want to create tiled cache from raster file, so i downloaded gdal2tiles.py.
Now i don't get what (and how) i must do with that python script file.
3
votes
1answer
193 views
GDAL minidriver and Tilecache
I'm trying to use GDAL minidriver to read tiles folders generated from Tilecache seeding.
I have set this in my GDAL source <ServerUrl>http://myserver.com/test/${z}/${x}/${y}</ServerUrl>, ...
1
vote
0answers
124 views
Tilecache positions my gdal_translated map 20km south of where I want it
I have created a geotiff file through gdal_translate:
gdal_translate -a_ullr 547812.2384341886 6834734.336439242 547967.5011478929 6834622.35081697 -a_srs EPSG:900913 pdz3.jpg pdz.tif
When I load ...
1
vote
1answer
433 views
Seeding Tilecache with gdal2tiles output
Very simple question. I've executed gdal2tiles against a GeoTIFF coverage, composed by several TIFF files. I want to serve the resulting tiles using TileCache.
In the TileCache documentation, I see ...