<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello Kai,<br>
<br>
could you please post two requests (WMS GetCapabilities/GetMap and
WFS GetCapabilities/GetFeature) in order to have a better base to
reproduce your errors? Would be very helpful.<br>
<br>
The WMS issue could be because of the WMS layer is not offered in
EPSG:900913, as told in my first sentece a request would be helpful.<br>
<br>
The WFS problem is definitly a transformation issue...lat/lon
coordinates vs. metric system, here also a GetCapabilities would be
helpful.<br>
<br>
Best regards,<br>
Chris<br>
<br>
Am 04.10.2011 16:55, schrieb Kai Volland:
<blockquote cite="mid:4E8B1E5D.2080709@web.de" type="cite">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
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>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@geoext.org">Users@geoext.org</a>
<a class="moz-txt-link-freetext" href="http://www.geoext.org/cgi-bin/mailman/listinfo/users">http://www.geoext.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Dipl.-Ing.(FH) Christian Mayer
- Anwendungsentwickler -
terrestris GmbH & Co. KG
Irmintrudisstraße 17
53111 Bonn
Tel: ++49 (0)228 / 96 28 99 -53
Fax: ++49 (0)228 / 96 28 99 -57
Email: <a class="moz-txt-link-abbreviated" href="mailto:mayer@terrestris.de">mayer@terrestris.de</a>
Web: <a class="moz-txt-link-freetext" href="http://www.terrestris.de">http://www.terrestris.de</a>
Amtsgericht Bonn, HRA 6835
Komplementärin: terrestris Verwaltungsgesellschaft mbH
vertreten durch: Hinrich Paulsen, Till Adams
</pre>
</body>
</html>