<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Please detail the steps you undertook, what result you were expecting, and what you got instead.</div></div></div></div></blockquote><div><br></div><div>I'll explain in greater detail...  [Please ignore the similarities in my test case to potential tile cache solutions.  Tile cache solutions will not work for me.]</div><div><br></div><div>I took two simple 512x512 JPEGs, one visualizing the earth's left hemisphere, one the right.  I created JGW world files for each JPG by hand, so that both were correctly positioned using decimal degrees.  I then ran gdaltindex on the data to create a .SHP tile index.  I used MapManager to create a MapServer .map file, and added the tile index to the map.  I was able to see both JPEG hemispheres forming a complete image.  I then deleted the JGW world files, and attempted to view my map again.  Only one image appeared, and it was much larger than before.  I interpreted this as meaning that both images were drawn with any affine transformation, one on top of the other.  This is the expected behavior, of course, if I had simply added two images without a world files nor tile index.<br></div><div><br></div><div>My preference would have been that MapServer provide an option to override the geometries defined within each file, instead using the geometry listed in the tile index.  This would of course mean that my tile index would have to be generated through means other than the gdaltindex tool.</div><div><br></div><div>Left Hemisphere JGW<br></div><div>0.3515625<br></div><div><div>0.0000000000</div><div>0.0000000000</div><div>-0.3515625</div><div>-179.82421875</div><div>89.82421875</div></div><div><br></div><div>Left Hemisphere Tile Index Geometry</div><div><div>  location (String) = 0.jpg</div><div>  POLYGON ((-180 90,0 90,0 -90,-180 -90,-180 90))</div></div><div><br></div><div><br></div><div>Right Hemisphere JGW<br></div><div>0.3515625<br></div><div><div>0.0000000000</div><div>0.0000000000</div><div>-0.3515625</div><div>0.17578125</div><div>89.82421875</div></div><div><br></div><div>Right Hemisphere Tile Index Geometry<br></div><div><div>  location (String) = 1.jpg</div><div>  POLYGON ((0 90,180 90,180 -90,0 -90,0 90))</div></div><div><br></div><div>-Bill</div><div><br></div></div></div></div>