<div dir="ltr"><div>Hi,</div>
<div>&nbsp;</div>
<div>I&nbsp;want to do an example with OpenLayers adding a Google Maps basic&nbsp;layers&nbsp;with a WMS overlay. The problem is that Google Maps projection is EPSG:900913 and WMS service don&#39;t accept this projection, but EPSG:23030, for example, is accepted.</div>

<div>&nbsp;</div>
<div>I look through Internet and I find this example: <a href="http://www.goolzoom.com/">http://www.goolzoom.com/</a>. In this example, in client, it is reprojected the&nbsp;WMS EPSG:23030&nbsp;layer by:</div>
<ul>
<li>Asking for three images to WMS service</li>
<li>Resampling and cutting&nbsp;the images returned by WMS service</li>
<li>Generating an irregular grid based in an algorithm.</li></ul>
<div>Is there any solution in Openlayers&nbsp;to add a layer and a overlay in different projections?</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>&nbsp;</div>
<div>Gorka</div></div>