<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Users,<br>
    <br>
    i've some problems with my google base layer.<br>
    I'm using the v3 api.<br>
    Two of my wms just work fine with the google-layer.<br>
    <br>
    The third one returns an error message, visible instead of the
    layer:<br>
    "could not get retrieve any sources: no image returned from source
    wms"<br>
    <br>
    The second problem is, that with the google layer my wfs don't work
    correct.<br>
    Every point is located near Sao Tomé and Principé. (probably
    0°E,0°N)<br>
    <br>
    I know that there muste be a problem with the coord.-tranformation
    but i've know idea what it is.<br>
    <br>
    <b>simple google layer code:</b><br>
    <br>
    var gphy = new OpenLayers.Layer.Google(<br>
        "Google Physical",<br>
        {type: google.maps.MapTypeId.TERRAIN}<br>
    );<br>
    <br>
    <b>map-options:</b><br>
    <br>
    var map = new OpenLayers.Map(options);<br>
    <br>
    // Options<br>
    <br>
    var options = {<br>
        controls: [],<br>
        projection: new OpenLayers.Projection("EPSG:900913"),<br>
        displayProjection: new OpenLayers.Projection("EPSG:4326"),<br>
        units: "m",<br>
        maxResolution: "auto",<br>
        allOverlays: false,<br>
        numZoomLevels: 19,<br>
        maxExtent: new
    OpenLayers.Bounds(-75.86,44.05,-74.526,45.016).transform(new
    OpenLayers.Projection("EPSG:4326"), new
    OpenLayers.Projection("EPSG:900913"))<br>
        //stateId: "map",<br>
        //prettyStateKeys: true // for pretty permalinks<br>
    };<br>
    <br>
    <br>
    Maybe anyone can help me.<br>
    <br>
    Kind regards,<br>
    <br>
    Kai<br>
  </body>
</html>