<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: &quot;Times New Roman&quot;;"><a href="http://quakeloss.ethz.ch/cgi-bin/mapserv?map=/tmp/ms_tmp/test2.map&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=Getmap&amp;SRS=EPSG:4326&amp;WIDTH=600&amp;HEIGHT=600&amp;LAYERS=test&amp;TRANSPARENT=TRUE&amp;FORMAT=image/png&amp;STYLES=default&amp;BBOX=-180,-90,180,90&amp;">http://quakeloss.ethz.ch/cgi-bin/mapserv?map=/tmp/ms_tmp/test2.map&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=Getmap&amp;SRS=EPSG:4326&amp;WIDTH=600&amp;HEIGHT=600&amp;LAYERS=test&amp;TRANSPARENT=TRUE&amp;FORMAT=image/png&amp;STYLES=default&amp;BBOX=-180,-90,180,90&amp;</a></span></pre>
<pre><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">&nbsp;</span></pre><pre><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">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>