<p class="MsoNormal">I am trying to call a WMS into Google Earth with a Getmap
request, I am getting the error: missing required parameter STYLES</p>

<p class="MsoNormal">However my URL contains a 'Styles' parameter? </p>



<pre><span style="font-size: 12pt; font-family: "Times New Roman";"><a href="http://quakeloss.ethz.ch/cgi-bin/mapserv?map=/tmp/ms_tmp/test2.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=Getmap&SRS=EPSG:4326&WIDTH=600&HEIGHT=600&LAYERS=test&TRANSPARENT=TRUE&FORMAT=image/png&STYLES=default&BBOX=-180,-90,180,90&">http://quakeloss.ethz.ch/cgi-bin/mapserv?map=/tmp/ms_tmp/test2.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=Getmap&SRS=EPSG:4326&WIDTH=600&HEIGHT=600&LAYERS=test&TRANSPARENT=TRUE&FORMAT=image/png&STYLES=default&BBOX=-180,-90,180,90&</a></span></pre>
<pre><span style="font-size: 12pt; font-family: "Times New Roman";"> </span></pre><pre><span style="font-size: 12pt; font-family: "Times New Roman";">I have found that Google Earth is rewriting my Getmap request, from the above request to a similar request that is missing a Styles parameter (it changes the bbox aswell), does anyone have any idea of how to call a Getmap request in Google Earth? Or to get around this error?</span></pre>