[Tilecache] Current y value 5009377.084000 is too far from tile
corner y -0.000800
Ivan Mincik
ivan.mincik at gmail.com
Mon Nov 1 12:54:56 EDT 2010
Can You compare 'resolutions' values in Tilecache and OL ?
In Your configuration, You can check Tilecache 'resolutions' values by
following script:
#!/usr/bin/python
from TileCache.Service import Service, cfgfiles
srv = Service.load(*cfgfiles)
all_lay = srv.layers.values()
for l in all_lay:
print l.name, l.resolutions
Ivan
More information about the Tilecache
mailing list