Hello David and thanks for your help,<br><br>I doesn&#39;t want to overlay my images with other geographic data, I have just tiles to show on OpenLayers.<br><br>I find this  <a href="http://trac.openlayers.org/wiki/UsingCustomTiles">http://trac.openlayers.org/wiki/UsingCustomTiles</a> (at the and for no projection)<br>
<br>But I don&#39;t know how configure map<br><br>I have try <br><br>map = new OpenLayers.Map( &#39;map&#39;, {<br>        maxExtent: new OpenLayers.Bounds(0,0,4096,4096),<br>        maxResolution:4096 / 256,<br>        numZoomLevels:5<br>
<br>    });<br><br>But the extent of my map is <span class="objectBox objectBox-string ">left-bottom=(-1952,-1952) right-top=(6048,6048)</span><br><br>Cheers<br><br>Jim