<div>Hi,</div><div><br></div>I am trying to create a base map of OSM, Google Roadmap and Google Hybrid and mash it up with my own base layers in Geoserver. So these are the problems I am facing,<div>

<br></div><div>1. I have two WMS that I am mashing up, on which is BaseLayer and another one is &#39;isBaseLayer&#39; : false. The one with base layer is appearing as pink tiles with broken image and the &#39;isBaseLayer&#39;: false is rending perfectly over OSM, GoogleMaps. Any reason y? I have changed the projections using the following code,</div>



<div><br></div><div><div>var geographic = new OpenLayers.Projection(&quot;EPSG:4326&quot;);</div><div><span style="white-space:pre-wrap">                        </span>var mercator = new OpenLayers.Projection(&quot;EPSG:900913&quot;);</div>
<div><span style="white-space:pre-wrap">                        </span>var world = new OpenLayers.Bounds(-180, -60, 180, 90).transform(geographic, mercator);</div><div><span style="white-space:pre-wrap">                        </span>//var center = new OpenLayers.LonLat(-104.98, 39.76).transform(geographic, mercator);</div>


<div><span style="white-space:pre-wrap">                        </span>var options = {</div><div><span style="white-space:pre-wrap">                                </span>projection : mercator,</div><div><span style="white-space:pre-wrap">                                </span>units : &quot;m&quot;,</div>


<div><span style="white-space:pre-wrap">                                </span>maxExtent : world</div><div><span style="white-space:pre-wrap">                        </span>};</div><div><br></div><div><span style="white-space:pre-wrap">                        </span>var map = new OpenLayers.Map(&quot;map-id&quot;, options);</div>


</div><div><br></div><div>2. Since I have added the Google Maps and I am using v3.2, there is this splash screen appears every time the map loads or if i pan it around. How can i remove that screen? I close it by clicking on the cross and then again pan or click on the map and there it is again.</div>


<div><br></div><div>3. When I had initially added my two baselayers, the map control which got the lat and lon was giving the right co-ordinates but when I added the OSM and GMaps, the co-ordinates are completely different. Why is that? Is it because of the spherical Mercator? How can I make it right?</div>


<div><br clear="all"><div><br></div>-- <br>Thanks &amp; Regards<div>Smaran Harihar</div><br>
</div>