<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi Users,<br>
<br>
i've some problems with my google baselayer. I'm using the V3 api.<br>
<br>
I've a layertree with three base layers. One of them is a google
layer:<br>
<br>
<i>var gphy = new OpenLayers.Layer.Google(<br>
"Google Physical",<br>
{type: google.maps.MapTypeId.TERRAIN}<br>
);</i><br>
<br>
If i select it, one of my three WMS-Layers is not displayed but this
errormessage is shown:<br>
<br>
"Could not get retrieve any sources:<br>
no image returned from source wms"<br>
<br>
The second problem is, that all my wfs data is displyed close to Sao
Tome and principe in one point. Maybe 0"N, 0"E ?<br>
A Click-Event in the near of this point returns weird coords
"-59429.116394162 N, -12061.97722435 E.<br>
So it has to be a transformation problem...<br>
<br>
Any Idea how to fix it?<br>
<br>
<br>
Kind regards<br>
<br>
Kai<br>
<br>
</body>
</html>