i am getting this too, both with the nightly and with GS 2.0.2, when 
used with Google Earth 6 (beta). As suggested here:

http://jira.codehaus.org/browse/GEOS-4378

there seems to be a problem with the latest Google Earth as the image is 
being delivered with the kml, but for some reason ge isn't using it.. 
the kml includes

<GroundOverlay>
<name>nurc:Arc_Sample</name>
<drawOrder>0</drawOrder>
<Icon>
<href>layer_0.png</href>
<viewRefreshMode>never</viewRefreshMode>
<viewBoundScale>0.75</viewBoundScale>
</Icon>

my question is.. is there a reason why the layer_0.png is created and 
included with the kml instead of referring to a wms url directly ?

if you change the kml of the groundoverlay to something like:

<Icon>
<href>http://pc-price/geoserver/wms?LAYERS=noveltis:GRASSE_ORTHO_RVB20_2009,noveltis:NICE_ORTHO_RVB20_2009&amp;FORMAT=image/png&amp;STYLES=&amp;TRANSPARENT=true&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;EXCEPTIONS=application/vnd.ogc.se_inimage&amp;SRS=EPSG:900913&amp;BBOX=793586.21355251,5420302.5490039,813154.09279079,5439870.4282422&amp;WIDTH=256&amp;HEIGHT=256</href>
<viewRefreshMode>never</viewRefreshMode>
<viewBoundScale>0.75</viewBoundScale>
</Icon>

it works also (incl. in ge 6), maybe that is simpler ? but maybe theres 
a reason why its the way it is.

cheers,

-i


Le 18/02/2011 09:46, Hartmuth Schachinger a écrit :
> Hello,
>
> I am running several instances of geoserver for some years now. At the
> time geoserver 2.0.2 is used. I am useing GoogleEarth as client. With
> version 5.x I get good results in refresh mode. But with googleEarth 6 I
> get only big red crosses if it should return image data. As long as
> features are returned the kml is correct.
>
> Google Earth says as error HTTP 404
> It looks for this URI:
> http://mygiscomputer:8080/geometergis/layer_0.png
>
> where geometergis is the instance of my geoserver
>
> thanks in advance
>
> Hartmuth  Schachinger
>
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to