<div>Hi all,</div>
<div>Thanks for the recent discussions on reprojections, they have helped clarify the process.</div>
<div>Working fine for features, but Im struggling with an image using OpenLayers.</div>
<div> When I load the the image(projected EPSG 27200)as a coverage</div>
<div>(using raster image with spatial data file) it is only visible in the demo if I leave the EPSG:4326 default settings. </div>
<div>Thats fine the image displays appears in the 27200 shape and reads out co-ordinates in EPSG 27200.</div>
<div> However I am unable to get other layers (either 4326 or 27200)to display over it. </div>
<div>They show up in the layer switcher but not on screen.</div>
<div>This is the html from the demo.</div>
<div>                <em>var bounds = new OpenLayers.Bounds(<br>                    2629421.80675075, 6192776.734840927,<br>                    2633541.29183475, 6195367.7231969265<br>                );<br>                var options = {<br>
                    controls: [],<br>                    maxExtent: bounds,<br>                    maxResolution: 16.09173860937517,<br>                    projection: &quot;EPSG:4326&quot;,<br>                    units: &#39;degrees&#39;<br>
                };<br>                map = new OpenLayers.Map(&#39;map&#39;, options);<br>            <br>                // setup tiled layer<br>                tiled = new OpenLayers.Layer.WMS(<br>                    &quot;topp:RectifyTRC_App_NZmg_1 - Tiled&quot;, </em><em><br>
                    {<br>                        width: &#39;800&#39;,<br>                        srs: &#39;EPSG:4326&#39;,<br>                        layers: &#39;topp:RectifyTRC_App_NZmg_1&#39;,<br>                        height: &#39;472&#39;,<br>
                        styles: &#39;&#39;,<br>                        format: format,<br>                        tiled: &#39;true&#39;,<br>                        tilesOrigin : &quot;2629421.80675075,6192776.734840927&quot;<br>
                    },<br>                    {buffer: 0} <br>                );</em></div>
<div> </div>
<div>Im not understanding,  should I be displaying  4326 or 27200 features over this image?</div>
<div>Any help much appreciated.</div>
<div>Regards</div>
<div>Chris</div>
<div> </div>