<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2900.3268" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px">
<DIV>I have a WMS that I'm trying to cache using tilecach_seed.py. If I set my bounding box to bbox=-180.0,-90.0,180.0,90.0 the resulting cache shows up in open layers in the correct coordinate space. If I specify a window like bbox=-122.533,47.491,-122.162,47.744 then the cached map shows up in the wrong location in open layers. What am I missing?</DIV>
<DIV> </DIV>
<DIV>here's my tilecache.cfg config:<BR>[test_base]<BR>type=ArcXML<BR>url=http://spugisdev02.spu.cos.local/servlet/com.esri.esrimap.Esrimap?ServiceName=generic_base2&ClientVersion=4.0<BR>layers=test_base</DIV>
<DIV> </DIV>
<DIV>and here's the command I give to seed the tile cache: <BR>tilecache_seed.py "<A href="http://spugisdev02.spu.cos.local/servlet/com.esri.esrimap.Esrim">http://spugisdev02.spu.cos.local/servlet/com.esri.esrimap.Esrim</A><BR>ap?ServiceName=generic_base2&ClientVersion=4.0" test_base 0 7 "-122.533,47.491,-122.162,47.744"</DIV>
<DIV> </DIV>
<DIV>Toby<BR></DIV></BODY></HTML>