<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: "EPSG:4326",<br> units: 'degrees'<br>
};<br> map = new OpenLayers.Map('map', options);<br> <br> // setup tiled layer<br> tiled = new OpenLayers.Layer.WMS(<br> "topp:RectifyTRC_App_NZmg_1 - Tiled", </em><em><br>
{<br> width: '800',<br> srs: 'EPSG:4326',<br> layers: 'topp:RectifyTRC_App_NZmg_1',<br> height: '472',<br>
styles: '',<br> format: format,<br> tiled: 'true',<br> tilesOrigin : "2629421.80675075,6192776.734840927"<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>