<span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">Hi,<div><br></div><div>I was trying to find some infos in the mailing list, the examples and the API doc but couldn&#39;t find and help there. I hope someone might be able to help me.</div>
<div><br></div><div>I have multiple scanned maps as zoomify tiles and try to display them using OpenLayers.Layer.Zoomify. Each map has a different size in pixels and geographic extent but cover approximately the same area. That means all maps have</div>
<div>a common center as long/lat.</div><div><br></div><div>I tried ONE zoomify layer with pixel as unit according to the example on Openlayers.org and it works great. But when I add additional zoomify layers this display is corrupted. it shows me some</div>
<div>empty tile, in the JS console I can see it tries to access tiles that are not existing. I guess also the Zoom levels are broken somehow...</div><div><br></div><div>I tried to apply the options to each layer instead of the map itself but with no luck. I tried the MultiMap layer as base layer (without know what is exactly for -&gt; no hints in the documentation) but also no luck.</div>
<div>I tried to find out what options (Extent, center etc) I need to set for each layer what for a map but I guess I&#39;m stuck.</div><div><br></div><div>Could anyone tell please tell what layer/map options are necessary if I have the following information about each zoomify map:</div>
<div>- name</div><div>- tiles url</div><div>- width/height (pixels)</div><div>- upper/left corner long/lat</div><div>- lower/right corner long/lat</div><div><br></div><div>I guess I need to set up the zoom levels, the extent and probably even more for each layer correctly and for map but I don&#39;t know how and what would be correct. Additionally, I don&#39;t want to use pixels as the unit but regular geo coordinatas as long/lat.</div>
<div><br></div><div>Thanks a lot!</div></span>